Use Vuetify 2 utility classes instead of custom CSS.
Documentation: Vuetify 2 Spacing | Flex | Typography
Import icons from @mdi/js.
Assign to class property and use in template.
Icon search: Material Design Icons
All UI text must use $t() for localization.
No hardcoded user-facing strings.
Documentation: vue-i18n
Location: src/locales/
Format: JSON with alphabetically sorted keys (case-insensitive)
Sorting is enforced by ESLint/Prettier.
- Add to
en.jsonfirst - Place in alphabetical order within the section