Files
wizarr/.djlintrc
Matthieu B 187b8758c1 Refactor wizard templates and JavaScript controller
- Updated title block in frame.html for clarity.
- Improved localization for the "Next" button in steps.html.
- Refactored the WizardController JavaScript for better readability and organization.
- Added detailed comments to the wizard architecture for future reference.
- Enhanced button visibility and state management based on interaction requirements.
- Implemented swipe gesture handling for mobile navigation.
- Updated subproject commit to indicate a dirty state.
2025-10-07 14:01:16 +02:00

10 lines
227 B
Plaintext

{
"profile": "jinja",
"indent": 2,
"max_line_length": 120,
"format_attribute_template_tags": true,
"ignore": "H006,H021,H025,H030,H031,T002,T028",
"exclude": "node_modules,.venv,app/static",
"extension": "html"
}