ds4/templates/sheets/shared/components
Alexander Minges 3eaf69f558
fix: remove duplicate action handlers and improve template action generation
- Remove duplicate action handlers (edititem, deleteitem, createitem, etc.) from DS4ActorSheet and DS4ItemSheet
- Fix editImage method reference from static to prototype in DS4ActorSheet
- Add capitalize helper to handlebars-helpers.ts for dynamic action name generation
- Update control-button-group.hbs and add-button.hbs templates to use concat and capitalize helpers
- Ensure consistent camelCase naming for all action handlers (editItem, deleteItem, createItem, etc.)

This resolves action handler conflicts and improves maintainability by using dynamic template generation
instead of hardcoded conditional logic.
2025-07-28 21:55:06 +02:00
..
add-button.hbs fix: remove duplicate action handlers and improve template action generation 2025-07-28 21:55:06 +02:00
control-button-group.hbs fix: remove duplicate action handlers and improve template action generation 2025-07-28 21:55:06 +02:00
rollable-image.hbs feat!: port DS4 actor sheets to ApplicationV2 2025-07-12 20:44:03 +02:00