Skip to content

Appv2#1087

Merged
ben merged 15 commits into
mainfrom
appv2
Jul 16, 2026
Merged

Appv2#1087
ben merged 15 commits into
mainfrom
appv2

Conversation

@ben

@ben ben commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Accidentally "merged" #1086, this is a reconstruction of that PR on a non-main branch.

  • Migrated all sheets, dialogs, and windows to Foundry's ApplicationV2 framework, while maintaining compatibility with both Foundry v13 and v14.
  • Made updates to the Starforged character sheet layout to make it resize better and maintain consistency with the Ironsworn character sheet.
  • Resolved ApplicationV2 and DataField deprecation warnings.
  • Font sizes and layouts changed, scrub and correct all sheets and dialogs
  • Static checks failing, fix the types

@cursor

cursor Bot commented Jul 4, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@cursor

cursor Bot commented Jul 4, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

jendave and others added 6 commits July 5, 2026 12:09
Loosen DEFAULT_OPTIONS typing on Vue mixin base classes so subclass
override literals aren't checked against the full merged shape, type
ApplicationV2/ActorSheetV2/ItemSheetV2 shims as constructor-shaped
(extending a bare `any` collapses the constructor signature to zero
args in TS) instead of plain `any`, and clear a handful of unrelated
gaps left by the v13 type shims (Game.release.generation, FormData
iteration, sheet lookup typing).
Rewrite sass-chroma-js.ts and custom-icons.ts (plus their shared
sass-assert/sass-convert helpers) to Dart Sass's modern
compileStringAsync API, and switch vite.config.ts's scss preprocessor
to api: 'modern'. This removes the "legacy-js-api" deprecation warning
on every build.

Verified the generated ironsworn.css is byte-for-byte identical to the
legacy-API build (after rounding RGB channels to match the old
getR()/getG()/getB() precision, since the modern API returns exact
fractional channel values).
@cursor

cursor Bot commented Jul 7, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@ben
ben merged commit 34e62c8 into main Jul 16, 2026
2 checks passed
@ben
ben deleted the appv2 branch July 16, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants