10 Commits

Author SHA1 Message Date
florian.berthold 2494be955d fix: point icon URLs at i.exil.es CDN
The bare exil.es domain stopped serving /icons/ when it switched to a
static landing page (sub-net ansible commit 10c742c). Icons live at
i.exil.es. Replace hardcoded https://exil.es/icons/ refs in TalentCell
fallback paths and the NEXT_PUBLIC_ICON_BASE default in TalentBuilder.
2026-05-12 13:26:53 +02:00
florian.berthold cd5cdd9530 embed: drop body bg + use inline-flex so iframe content fits its width
Embedded talent builders (e.g. on classic.exil.es Sub's Bear) showed a
wide dark grey "border" inside the iframe — that was the page's
background (#1e1e1e) showing on either side of the trees, which are
fixed-width. In embed mode:

* Set body/html background to transparent so the host page background
  shines through where the trees don't extend.
* Switch the trees container from flex (which stretches) to inline-flex
  (which shrinks to fit), so the iframe can be sized loosely without
  introducing visible empty space.
2026-05-01 15:39:10 +02:00
florian.berthold faa2a4feab Fix Shaman talents: Adjust Lightning Mastery requirement from 5 to 3 points in Elemental Fury 2025-12-17 23:14:27 +01:00
florian.berthold 4ae0f007dd Update TalentBuilder: Add instruction for maxing a talent with Shift + Click 2025-12-17 13:45:38 +01:00
florian.berthold 7c2c5ef3ec Fix Hunter talents: Adjust Cobra Strikes requirement from 5 to 3 points in Serpent's Swiftness 2025-12-16 23:33:33 +01:00
florian.berthold e80d1bf35e Update TalentCell: Add text shadow for improved rank visibility 2025-12-09 01:12:06 +01:00
florian.berthold d6cb6a3ca3 Fix Warlock talents: Adjust Contagion and Demonic Tactics requirements 2025-12-09 00:57:18 +01:00
florian.berthold 7c2738948d Add missing src/lib files and fix .gitignore
- Add codec.ts, transform.ts, and types.ts to src/lib/
- Fix .gitignore to only ignore Python lib/ in root, not nested lib/ directories
- Make pointsSpent optional in AscTree type to match JSON data structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 15:02:04 +01:00
florian.berthold cdc2d87d66 Update TalentBuilder: Adjusted styles and fixed mage sample path 2025-12-08 14:57:08 +01:00
florian.berthold 516cac96de Initial Commit for Public 2025-12-08 14:42:02 +01:00