fix: resolve JS-006 and JS-007 architecture violations

- Add loading: false to 5 components for JS-007 compliance
- Add try/catch to async init() functions for JS-006 compliance
- Remove noqa comments from company-edit, vendor-edit, user-edit

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-31 21:46:22 +01:00
parent 1743b2bddf
commit 7aef110cac
5 changed files with 59 additions and 42 deletions

View File

@@ -20,6 +20,7 @@ function adminVendorProductCreate() {
currentPage: 'vendor-products',
// Loading states
loading: false,
saving: false,
// Tom Select instance