chore: prepare to use 'main' branch again #46
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Athemis/ds4!46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v13-appv2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Development for FoundryVTT v13 and port to ApplicationV2 lived in
v13-appv2branch since this has been stabilized, merge intomainand use this as main branch again.- Add DS4.ActorSheet localization key ("Aktorbogen" / "Actor Sheet") - Add DS4.ItemSheet localization key ("Itembogen" / "Item Sheet") These keys are used in the get title() methods of DS4ActorSheet and DS4ItemSheet to display properly localized sheet window titles instead of showing the raw localization key strings. Both keys are placed logically near other Actor/Item-related localization entries for consistency.Change .includes('.base') to .endsWith('.base') to avoid matching system.baseInfo.* fields which should prevent re-render. fix: correct .base pattern matching in form optimization Change .includes('.base') to .endsWith('.base') to avoid matching system.baseInfo.* fields which should prevent re-render.