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

0
node_modules/electron-to-chromium/LICENSE generated vendored Executable file → Normal file
View File

0
node_modules/electron-to-chromium/README.md generated vendored Executable file → Normal file
View File

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

0
node_modules/electron-to-chromium/chromium-versions.json generated vendored Executable file → Normal file
View File

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

@@ -2490,7 +2490,8 @@ module.exports = {
"37.8.0",
"37.9.0",
"37.10.0",
"37.10.1"
"37.10.1",
"37.10.2"
],
"139.0.7219.0": [
"38.0.0-alpha.1",
@@ -2597,6 +2598,9 @@ module.exports = {
"39.2.1",
"39.2.2"
],
"142.0.7444.175": [
"39.2.3"
],
"143.0.7499.0": [
"40.0.0-alpha.2"
],
@@ -2605,6 +2609,7 @@ module.exports = {
],
"144.0.7526.0": [
"40.0.0-alpha.5",
"40.0.0-alpha.6"
"40.0.0-alpha.6",
"40.0.0-alpha.7"
]
};

2
node_modules/electron-to-chromium/full-chromium-versions.json generated vendored Executable file → Normal file

File diff suppressed because one or more lines are too long

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"
};

2
node_modules/electron-to-chromium/full-versions.json generated vendored Executable file → Normal file

File diff suppressed because one or more lines are too long

0
node_modules/electron-to-chromium/index.js generated vendored Executable file → Normal file
View File

2
node_modules/electron-to-chromium/package.json generated vendored Executable file → Normal file
View File

@@ -1,6 +1,6 @@
{
"name": "electron-to-chromium",
"version": "1.5.257",
"version": "1.5.259",
"description": "Provides a list of electron-to-chromium version mappings",
"main": "index.js",
"files": [

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

0
node_modules/electron-to-chromium/versions.json generated vendored Executable file → Normal file
View File