Fix code quality violations for publish

Remove unused blade settings pages not linked from UI
Convert remaining frontend pages to SPA actions
Convert settings user_settings and general to SPA actions
Convert settings profile pages to SPA actions
Convert contacts and projects add/edit pages to SPA actions
Convert clients add/edit page to SPA action with loading pattern
Refactor component scoped IDs from $id to $sid
Fix jqhtml comment syntax and implement universal error component system
Update all application code to use new unified error system
Remove all backwards compatibility - unified error system complete
Phase 5: Remove old response classes
Phase 3-4: Ajax response handler sends new format, old helpers deprecated
Phase 2: Add client-side unified error foundation
Phase 1: Add server-side unified error foundation
Add unified Ajax error response system with constants

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-21 04:35:01 +00:00
parent 081fc0b88e
commit 78553d4edf
899 changed files with 8887 additions and 7868 deletions

5
node_modules/electron-to-chromium/full-versions.js generated vendored Executable file → Normal file
View File

@@ -1608,6 +1608,7 @@ module.exports = {
"37.9.0": "138.0.7204.251",
"37.10.0": "138.0.7204.251",
"37.10.1": "138.0.7204.251",
"37.10.2": "138.0.7204.251",
"38.0.0-alpha.1": "139.0.7219.0",
"38.0.0-alpha.2": "139.0.7219.0",
"38.0.0-alpha.3": "139.0.7219.0",
@@ -1665,8 +1666,10 @@ module.exports = {
"39.2.0": "142.0.7444.162",
"39.2.1": "142.0.7444.162",
"39.2.2": "142.0.7444.162",
"39.2.3": "142.0.7444.175",
"40.0.0-alpha.2": "143.0.7499.0",
"40.0.0-alpha.4": "144.0.7506.0",
"40.0.0-alpha.5": "144.0.7526.0",
"40.0.0-alpha.6": "144.0.7526.0"
"40.0.0-alpha.6": "144.0.7526.0",
"40.0.0-alpha.7": "144.0.7526.0"
};