mirror of
https://github.com/wizarrrr/wizarr.git
synced 2025-12-23 15:51:07 -05:00
- 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.
10 lines
227 B
Plaintext
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"
|
|
}
|