From bd61c2c6105f83910ea09d3a45eeba00cf0e9945 Mon Sep 17 00:00:00 2001 From: duongcamcute Date: Sat, 24 Jan 2026 21:08:18 +0700 Subject: [PATCH] Release v1.2.0: Add Unsorted Stats, Security Fixes & Docker CI/CD --- .agent/.shared/ui-ux-pro-max/data/charts.csv | 26 + .agent/.shared/ui-ux-pro-max/data/colors.csv | 97 ++ .agent/.shared/ui-ux-pro-max/data/icons.csv | 101 ++ .agent/.shared/ui-ux-pro-max/data/landing.csv | 31 + .../.shared/ui-ux-pro-max/data/products.csv | 97 ++ .agent/.shared/ui-ux-pro-max/data/prompts.csv | 24 + .../ui-ux-pro-max/data/react-performance.csv | 45 + .../ui-ux-pro-max/data/stacks/flutter.csv | 53 + .../data/stacks/html-tailwind.csv | 56 + .../data/stacks/jetpack-compose.csv | 53 + .../ui-ux-pro-max/data/stacks/nextjs.csv | 53 + .../ui-ux-pro-max/data/stacks/nuxt-ui.csv | 51 + .../ui-ux-pro-max/data/stacks/nuxtjs.csv | 59 + .../data/stacks/react-native.csv | 52 + .../ui-ux-pro-max/data/stacks/react.csv | 54 + .../ui-ux-pro-max/data/stacks/shadcn.csv | 61 + .../ui-ux-pro-max/data/stacks/svelte.csv | 54 + .../ui-ux-pro-max/data/stacks/swiftui.csv | 51 + .../.shared/ui-ux-pro-max/data/stacks/vue.csv | 50 + .agent/.shared/ui-ux-pro-max/data/styles.csv | 59 + .../.shared/ui-ux-pro-max/data/typography.csv | 58 + .../ui-ux-pro-max/data/ui-reasoning.csv | 101 ++ .../ui-ux-pro-max/data/ux-guidelines.csv | 100 ++ .../ui-ux-pro-max/data/web-interface.csv | 31 + .../scripts/__pycache__/core.cpython-313.pyc | Bin 0 -> 12003 bytes .../__pycache__/design_system.cpython-313.pyc | Bin 0 -> 58773 bytes .agent/.shared/ui-ux-pro-max/scripts/core.py | 258 ++++ .../ui-ux-pro-max/scripts/design_system.py | 1067 +++++++++++++++++ .../.shared/ui-ux-pro-max/scripts/search.py | 106 ++ .agent/ARCHITECTURE.md | 289 +++++ .agent/agents/backend-specialist.md | 263 ++++ .agent/agents/code-archaeologist.md | 106 ++ .agent/agents/database-architect.md | 226 ++++ .agent/agents/debugger.md | 225 ++++ .agent/agents/devops-engineer.md | 242 ++++ .agent/agents/documentation-writer.md | 104 ++ .agent/agents/explorer-agent.md | 73 ++ .agent/agents/frontend-specialist.md | 556 +++++++++ .agent/agents/game-developer.md | 162 +++ .agent/agents/mobile-developer.md | 377 ++++++ .agent/agents/orchestrator.md | 416 +++++++ .agent/agents/penetration-tester.md | 188 +++ .agent/agents/performance-optimizer.md | 187 +++ .agent/agents/product-manager.md | 112 ++ .agent/agents/product-owner.md | 95 ++ .agent/agents/project-planner.md | 406 +++++++ .agent/agents/qa-automation-engineer.md | 103 ++ .agent/agents/security-auditor.md | 170 +++ .agent/agents/seo-specialist.md | 111 ++ .agent/agents/test-engineer.md | 158 +++ .agent/rules/GEMINI.md | 253 ++++ .agent/scripts/auto_preview.py | 148 +++ .agent/scripts/checklist.py | 217 ++++ .agent/scripts/session_manager.py | 120 ++ .agent/scripts/verify_all.py | 327 +++++ .agent/skills/api-patterns/SKILL.md | 81 ++ .agent/skills/api-patterns/api-style.md | 42 + .agent/skills/api-patterns/auth.md | 24 + .agent/skills/api-patterns/documentation.md | 26 + .agent/skills/api-patterns/graphql.md | 41 + .agent/skills/api-patterns/rate-limiting.md | 31 + .agent/skills/api-patterns/response.md | 37 + .agent/skills/api-patterns/rest.md | 40 + .../api-patterns/scripts/api_validator.py | 211 ++++ .../skills/api-patterns/security-testing.md | 122 ++ .agent/skills/api-patterns/trpc.md | 41 + .agent/skills/api-patterns/versioning.md | 22 + .agent/skills/app-builder/SKILL.md | 75 ++ .../skills/app-builder/agent-coordination.md | 71 ++ .agent/skills/app-builder/feature-building.md | 53 + .../skills/app-builder/project-detection.md | 34 + .agent/skills/app-builder/scaffolding.md | 118 ++ .agent/skills/app-builder/tech-stack.md | 40 + .agent/skills/app-builder/templates/SKILL.md | 39 + .../templates/astro-static/TEMPLATE.md | 76 ++ .../templates/chrome-extension/TEMPLATE.md | 92 ++ .../templates/cli-tool/TEMPLATE.md | 88 ++ .../templates/electron-desktop/TEMPLATE.md | 88 ++ .../templates/express-api/TEMPLATE.md | 83 ++ .../templates/flutter-app/TEMPLATE.md | 90 ++ .../templates/monorepo-turborepo/TEMPLATE.md | 90 ++ .../templates/nextjs-fullstack/TEMPLATE.md | 82 ++ .../templates/nextjs-saas/TEMPLATE.md | 100 ++ .../templates/nextjs-static/TEMPLATE.md | 106 ++ .../templates/nuxt-app/TEMPLATE.md | 101 ++ .../templates/python-fastapi/TEMPLATE.md | 83 ++ .../templates/react-native-app/TEMPLATE.md | 93 ++ .agent/skills/architecture/SKILL.md | 55 + .../skills/architecture/context-discovery.md | 43 + .agent/skills/architecture/examples.md | 94 ++ .../skills/architecture/pattern-selection.md | 68 ++ .../skills/architecture/patterns-reference.md | 50 + .../skills/architecture/trade-off-analysis.md | 77 ++ .agent/skills/bash-linux/SKILL.md | 199 +++ .agent/skills/behavioral-modes/SKILL.md | 242 ++++ .agent/skills/brainstorming/SKILL.md | 163 +++ .../brainstorming/dynamic-questioning.md | 350 ++++++ .agent/skills/clean-code/SKILL.md | 201 ++++ .agent/skills/code-review-checklist/SKILL.md | 109 ++ .agent/skills/database-design/SKILL.md | 52 + .../database-design/database-selection.md | 43 + .agent/skills/database-design/indexing.md | 39 + .agent/skills/database-design/migrations.md | 48 + .agent/skills/database-design/optimization.md | 36 + .../skills/database-design/orm-selection.md | 30 + .../skills/database-design/schema-design.md | 56 + .../scripts/schema_validator.py | 172 +++ .agent/skills/deployment-procedures/SKILL.md | 241 ++++ .agent/skills/doc.md | 177 +++ .../skills/documentation-templates/SKILL.md | 194 +++ .agent/skills/frontend-design/SKILL.md | 396 ++++++ .../skills/frontend-design/animation-guide.md | 331 +++++ .agent/skills/frontend-design/color-system.md | 311 +++++ .../skills/frontend-design/decision-trees.md | 418 +++++++ .../skills/frontend-design/motion-graphics.md | 306 +++++ .../scripts/accessibility_checker.py | 183 +++ .../frontend-design/scripts/ux_audit.py | 722 +++++++++++ .../frontend-design/typography-system.md | 345 ++++++ .../skills/frontend-design/ux-psychology.md | 541 +++++++++ .../skills/frontend-design/visual-effects.md | 383 ++++++ .../skills/game-development/2d-games/SKILL.md | 119 ++ .../skills/game-development/3d-games/SKILL.md | 135 +++ .agent/skills/game-development/SKILL.md | 167 +++ .../skills/game-development/game-art/SKILL.md | 185 +++ .../game-development/game-audio/SKILL.md | 190 +++ .../game-development/game-design/SKILL.md | 129 ++ .../game-development/mobile-games/SKILL.md | 108 ++ .../game-development/multiplayer/SKILL.md | 132 ++ .../skills/game-development/pc-games/SKILL.md | 144 +++ .agent/skills/game-development/vr-ar/SKILL.md | 123 ++ .../game-development/web-games/SKILL.md | 150 +++ .agent/skills/geo-fundamentals/SKILL.md | 156 +++ .../geo-fundamentals/scripts/geo_checker.py | 289 +++++ .agent/skills/i18n-localization/SKILL.md | 154 +++ .../i18n-localization/scripts/i18n_checker.py | 241 ++++ .agent/skills/intelligent-routing/SKILL.md | 335 ++++++ .agent/skills/lint-and-validate/SKILL.md | 45 + .../lint-and-validate/scripts/lint_runner.py | 172 +++ .../scripts/type_coverage.py | 173 +++ .agent/skills/mcp-builder/SKILL.md | 176 +++ .agent/skills/mobile-design/SKILL.md | 394 ++++++ .agent/skills/mobile-design/decision-trees.md | 516 ++++++++ .agent/skills/mobile-design/mobile-backend.md | 491 ++++++++ .../mobile-design/mobile-color-system.md | 420 +++++++ .../skills/mobile-design/mobile-debugging.md | 122 ++ .../mobile-design/mobile-design-thinking.md | 357 ++++++ .../skills/mobile-design/mobile-navigation.md | 458 +++++++ .../mobile-design/mobile-performance.md | 767 ++++++++++++ .agent/skills/mobile-design/mobile-testing.md | 356 ++++++ .../skills/mobile-design/mobile-typography.md | 433 +++++++ .../skills/mobile-design/platform-android.md | 666 ++++++++++ .agent/skills/mobile-design/platform-ios.md | 561 +++++++++ .../mobile-design/scripts/mobile_audit.py | 670 +++++++++++ .../skills/mobile-design/touch-psychology.md | 537 +++++++++ .agent/skills/nextjs-best-practices/SKILL.md | 203 ++++ .agent/skills/nodejs-best-practices/SKILL.md | 333 +++++ .agent/skills/parallel-agents/SKILL.md | 175 +++ .agent/skills/performance-profiling/SKILL.md | 143 +++ .../scripts/lighthouse_audit.py | 76 ++ .agent/skills/plan-writing/SKILL.md | 152 +++ .agent/skills/powershell-windows/SKILL.md | 167 +++ .agent/skills/python-patterns/SKILL.md | 441 +++++++ .agent/skills/react-patterns/SKILL.md | 198 +++ .agent/skills/red-team-tactics/SKILL.md | 199 +++ .agent/skills/seo-fundamentals/SKILL.md | 129 ++ .../seo-fundamentals/scripts/seo_checker.py | 219 ++++ .agent/skills/server-management/SKILL.md | 161 +++ .agent/skills/systematic-debugging/SKILL.md | 109 ++ .agent/skills/tailwind-patterns/SKILL.md | 269 +++++ .agent/skills/tdd-workflow/SKILL.md | 149 +++ .agent/skills/testing-patterns/SKILL.md | 178 +++ .../testing-patterns/scripts/test_runner.py | 219 ++++ .agent/skills/vulnerability-scanner/SKILL.md | 276 +++++ .../vulnerability-scanner/checklists.md | 121 ++ .../scripts/security_scan.py | 458 +++++++ .agent/skills/webapp-testing/SKILL.md | 187 +++ .../scripts/playwright_runner.py | 173 +++ .agent/workflows/brainstorm.md | 113 ++ .agent/workflows/create.md | 59 + .agent/workflows/debug.md | 103 ++ .agent/workflows/deploy.md | 176 +++ .agent/workflows/enhance.md | 63 + .agent/workflows/orchestrate.md | 237 ++++ .agent/workflows/plan.md | 89 ++ .agent/workflows/preview.md | 81 ++ .agent/workflows/status.md | 86 ++ .agent/workflows/test.md | 144 +++ .agent/workflows/ui-ux-pro-max.md | 296 +++++ .github/workflows/docker-publish.yml | 50 + RELEASE_NOTE.md | 58 + docker-compose.yml | 23 + next.config.ts | 29 +- package-lock.json | 414 ++++++- package.json | 8 +- prisma/dev.db | Bin 1236992 -> 1236992 bytes prisma/schema.prisma | 37 + public/fallback-V63DHoVn1ZkpWLhYUmmKG.js | 1 + release_v1.2.0.ps1 | 24 + src/app/actions.ts | 224 +++- src/app/api/v1/items/[id]/route.ts | 140 +++ src/app/api/v1/items/route.ts | 153 ++- src/app/globals.css | 74 +- src/app/layout.tsx | 4 +- src/app/offline/page.tsx | 28 + src/app/page.tsx | 41 +- src/app/settings/page.tsx | 27 +- src/components/ThemeInitializer.tsx | 38 + src/components/UserMenu.tsx | 63 +- src/components/ui/primitives.tsx | 12 +- src/features/analytics/AnalyticsDashboard.tsx | 215 ++++ src/features/analytics/actions.ts | 171 +++ .../attachments/AttachmentManager.tsx | 215 ++++ src/features/attachments/actions.ts | 116 ++ src/features/audit/AuditLogViewer.tsx | 171 +++ src/features/inventory/InventoryList.tsx | 15 +- src/features/inventory/InventoryManager.tsx | 222 +++- src/features/inventory/ItemDetailDialog.tsx | 70 +- src/features/inventory/LendingFields.tsx | 16 +- src/features/inventory/SmartAddForm.tsx | 2 +- src/features/lending/actions.ts | 56 +- src/features/locations/LocationDetailView.tsx | 30 +- src/features/qr/QrScanner.tsx | 205 ++++ src/lib/audit.ts | 114 ++ src/lib/auth.ts | 24 + src/lib/session.ts | 55 + src/lib/utils/overdueChecker.ts | 86 ++ src/lib/utils/warrantyChecker.ts | 111 ++ src/lib/webhooks.ts | 201 ++++ src/middleware.ts | 53 + src/store/useThemeStore.ts | 74 ++ 230 files changed, 37199 insertions(+), 201 deletions(-) create mode 100644 .agent/.shared/ui-ux-pro-max/data/charts.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/colors.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/icons.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/landing.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/products.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/prompts.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/react-performance.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/flutter.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/html-tailwind.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/jetpack-compose.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/nextjs.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/nuxt-ui.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/nuxtjs.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/react-native.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/react.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/shadcn.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/svelte.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/swiftui.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/vue.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/styles.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/typography.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/ui-reasoning.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/ux-guidelines.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/web-interface.csv create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/__pycache__/core.cpython-313.pyc create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-313.pyc create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/core.py create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/design_system.py create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/search.py create mode 100644 .agent/ARCHITECTURE.md create mode 100644 .agent/agents/backend-specialist.md create mode 100644 .agent/agents/code-archaeologist.md create mode 100644 .agent/agents/database-architect.md create mode 100644 .agent/agents/debugger.md create mode 100644 .agent/agents/devops-engineer.md create mode 100644 .agent/agents/documentation-writer.md create mode 100644 .agent/agents/explorer-agent.md create mode 100644 .agent/agents/frontend-specialist.md create mode 100644 .agent/agents/game-developer.md create mode 100644 .agent/agents/mobile-developer.md create mode 100644 .agent/agents/orchestrator.md create mode 100644 .agent/agents/penetration-tester.md create mode 100644 .agent/agents/performance-optimizer.md create mode 100644 .agent/agents/product-manager.md create mode 100644 .agent/agents/product-owner.md create mode 100644 .agent/agents/project-planner.md create mode 100644 .agent/agents/qa-automation-engineer.md create mode 100644 .agent/agents/security-auditor.md create mode 100644 .agent/agents/seo-specialist.md create mode 100644 .agent/agents/test-engineer.md create mode 100644 .agent/rules/GEMINI.md create mode 100644 .agent/scripts/auto_preview.py create mode 100644 .agent/scripts/checklist.py create mode 100644 .agent/scripts/session_manager.py create mode 100644 .agent/scripts/verify_all.py create mode 100644 .agent/skills/api-patterns/SKILL.md create mode 100644 .agent/skills/api-patterns/api-style.md create mode 100644 .agent/skills/api-patterns/auth.md create mode 100644 .agent/skills/api-patterns/documentation.md create mode 100644 .agent/skills/api-patterns/graphql.md create mode 100644 .agent/skills/api-patterns/rate-limiting.md create mode 100644 .agent/skills/api-patterns/response.md create mode 100644 .agent/skills/api-patterns/rest.md create mode 100644 .agent/skills/api-patterns/scripts/api_validator.py create mode 100644 .agent/skills/api-patterns/security-testing.md create mode 100644 .agent/skills/api-patterns/trpc.md create mode 100644 .agent/skills/api-patterns/versioning.md create mode 100644 .agent/skills/app-builder/SKILL.md create mode 100644 .agent/skills/app-builder/agent-coordination.md create mode 100644 .agent/skills/app-builder/feature-building.md create mode 100644 .agent/skills/app-builder/project-detection.md create mode 100644 .agent/skills/app-builder/scaffolding.md create mode 100644 .agent/skills/app-builder/tech-stack.md create mode 100644 .agent/skills/app-builder/templates/SKILL.md create mode 100644 .agent/skills/app-builder/templates/astro-static/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/cli-tool/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/express-api/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/flutter-app/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/react-native-app/TEMPLATE.md create mode 100644 .agent/skills/architecture/SKILL.md create mode 100644 .agent/skills/architecture/context-discovery.md create mode 100644 .agent/skills/architecture/examples.md create mode 100644 .agent/skills/architecture/pattern-selection.md create mode 100644 .agent/skills/architecture/patterns-reference.md create mode 100644 .agent/skills/architecture/trade-off-analysis.md create mode 100644 .agent/skills/bash-linux/SKILL.md create mode 100644 .agent/skills/behavioral-modes/SKILL.md create mode 100644 .agent/skills/brainstorming/SKILL.md create mode 100644 .agent/skills/brainstorming/dynamic-questioning.md create mode 100644 .agent/skills/clean-code/SKILL.md create mode 100644 .agent/skills/code-review-checklist/SKILL.md create mode 100644 .agent/skills/database-design/SKILL.md create mode 100644 .agent/skills/database-design/database-selection.md create mode 100644 .agent/skills/database-design/indexing.md create mode 100644 .agent/skills/database-design/migrations.md create mode 100644 .agent/skills/database-design/optimization.md create mode 100644 .agent/skills/database-design/orm-selection.md create mode 100644 .agent/skills/database-design/schema-design.md create mode 100644 .agent/skills/database-design/scripts/schema_validator.py create mode 100644 .agent/skills/deployment-procedures/SKILL.md create mode 100644 .agent/skills/doc.md create mode 100644 .agent/skills/documentation-templates/SKILL.md create mode 100644 .agent/skills/frontend-design/SKILL.md create mode 100644 .agent/skills/frontend-design/animation-guide.md create mode 100644 .agent/skills/frontend-design/color-system.md create mode 100644 .agent/skills/frontend-design/decision-trees.md create mode 100644 .agent/skills/frontend-design/motion-graphics.md create mode 100644 .agent/skills/frontend-design/scripts/accessibility_checker.py create mode 100644 .agent/skills/frontend-design/scripts/ux_audit.py create mode 100644 .agent/skills/frontend-design/typography-system.md create mode 100644 .agent/skills/frontend-design/ux-psychology.md create mode 100644 .agent/skills/frontend-design/visual-effects.md create mode 100644 .agent/skills/game-development/2d-games/SKILL.md create mode 100644 .agent/skills/game-development/3d-games/SKILL.md create mode 100644 .agent/skills/game-development/SKILL.md create mode 100644 .agent/skills/game-development/game-art/SKILL.md create mode 100644 .agent/skills/game-development/game-audio/SKILL.md create mode 100644 .agent/skills/game-development/game-design/SKILL.md create mode 100644 .agent/skills/game-development/mobile-games/SKILL.md create mode 100644 .agent/skills/game-development/multiplayer/SKILL.md create mode 100644 .agent/skills/game-development/pc-games/SKILL.md create mode 100644 .agent/skills/game-development/vr-ar/SKILL.md create mode 100644 .agent/skills/game-development/web-games/SKILL.md create mode 100644 .agent/skills/geo-fundamentals/SKILL.md create mode 100644 .agent/skills/geo-fundamentals/scripts/geo_checker.py create mode 100644 .agent/skills/i18n-localization/SKILL.md create mode 100644 .agent/skills/i18n-localization/scripts/i18n_checker.py create mode 100644 .agent/skills/intelligent-routing/SKILL.md create mode 100644 .agent/skills/lint-and-validate/SKILL.md create mode 100644 .agent/skills/lint-and-validate/scripts/lint_runner.py create mode 100644 .agent/skills/lint-and-validate/scripts/type_coverage.py create mode 100644 .agent/skills/mcp-builder/SKILL.md create mode 100644 .agent/skills/mobile-design/SKILL.md create mode 100644 .agent/skills/mobile-design/decision-trees.md create mode 100644 .agent/skills/mobile-design/mobile-backend.md create mode 100644 .agent/skills/mobile-design/mobile-color-system.md create mode 100644 .agent/skills/mobile-design/mobile-debugging.md create mode 100644 .agent/skills/mobile-design/mobile-design-thinking.md create mode 100644 .agent/skills/mobile-design/mobile-navigation.md create mode 100644 .agent/skills/mobile-design/mobile-performance.md create mode 100644 .agent/skills/mobile-design/mobile-testing.md create mode 100644 .agent/skills/mobile-design/mobile-typography.md create mode 100644 .agent/skills/mobile-design/platform-android.md create mode 100644 .agent/skills/mobile-design/platform-ios.md create mode 100644 .agent/skills/mobile-design/scripts/mobile_audit.py create mode 100644 .agent/skills/mobile-design/touch-psychology.md create mode 100644 .agent/skills/nextjs-best-practices/SKILL.md create mode 100644 .agent/skills/nodejs-best-practices/SKILL.md create mode 100644 .agent/skills/parallel-agents/SKILL.md create mode 100644 .agent/skills/performance-profiling/SKILL.md create mode 100644 .agent/skills/performance-profiling/scripts/lighthouse_audit.py create mode 100644 .agent/skills/plan-writing/SKILL.md create mode 100644 .agent/skills/powershell-windows/SKILL.md create mode 100644 .agent/skills/python-patterns/SKILL.md create mode 100644 .agent/skills/react-patterns/SKILL.md create mode 100644 .agent/skills/red-team-tactics/SKILL.md create mode 100644 .agent/skills/seo-fundamentals/SKILL.md create mode 100644 .agent/skills/seo-fundamentals/scripts/seo_checker.py create mode 100644 .agent/skills/server-management/SKILL.md create mode 100644 .agent/skills/systematic-debugging/SKILL.md create mode 100644 .agent/skills/tailwind-patterns/SKILL.md create mode 100644 .agent/skills/tdd-workflow/SKILL.md create mode 100644 .agent/skills/testing-patterns/SKILL.md create mode 100644 .agent/skills/testing-patterns/scripts/test_runner.py create mode 100644 .agent/skills/vulnerability-scanner/SKILL.md create mode 100644 .agent/skills/vulnerability-scanner/checklists.md create mode 100644 .agent/skills/vulnerability-scanner/scripts/security_scan.py create mode 100644 .agent/skills/webapp-testing/SKILL.md create mode 100644 .agent/skills/webapp-testing/scripts/playwright_runner.py create mode 100644 .agent/workflows/brainstorm.md create mode 100644 .agent/workflows/create.md create mode 100644 .agent/workflows/debug.md create mode 100644 .agent/workflows/deploy.md create mode 100644 .agent/workflows/enhance.md create mode 100644 .agent/workflows/orchestrate.md create mode 100644 .agent/workflows/plan.md create mode 100644 .agent/workflows/preview.md create mode 100644 .agent/workflows/status.md create mode 100644 .agent/workflows/test.md create mode 100644 .agent/workflows/ui-ux-pro-max.md create mode 100644 .github/workflows/docker-publish.yml create mode 100644 RELEASE_NOTE.md create mode 100644 docker-compose.yml create mode 100644 public/fallback-V63DHoVn1ZkpWLhYUmmKG.js create mode 100644 release_v1.2.0.ps1 create mode 100644 src/app/api/v1/items/[id]/route.ts create mode 100644 src/app/offline/page.tsx create mode 100644 src/components/ThemeInitializer.tsx create mode 100644 src/features/analytics/AnalyticsDashboard.tsx create mode 100644 src/features/analytics/actions.ts create mode 100644 src/features/attachments/AttachmentManager.tsx create mode 100644 src/features/attachments/actions.ts create mode 100644 src/features/audit/AuditLogViewer.tsx create mode 100644 src/features/qr/QrScanner.tsx create mode 100644 src/lib/audit.ts create mode 100644 src/lib/auth.ts create mode 100644 src/lib/session.ts create mode 100644 src/lib/utils/overdueChecker.ts create mode 100644 src/lib/utils/warrantyChecker.ts create mode 100644 src/lib/webhooks.ts create mode 100644 src/middleware.ts create mode 100644 src/store/useThemeStore.ts diff --git a/.agent/.shared/ui-ux-pro-max/data/charts.csv b/.agent/.shared/ui-ux-pro-max/data/charts.csv new file mode 100644 index 0000000..5cfa805 --- /dev/null +++ b/.agent/.shared/ui-ux-pro-max/data/charts.csv @@ -0,0 +1,26 @@ +No,Data Type,Keywords,Best Chart Type,Secondary Options,Color Guidance,Performance Impact,Accessibility Notes,Library Recommendation,Interactive Level +1,Trend Over Time,"trend, time-series, line, growth, timeline, progress",Line Chart,"Area Chart, Smooth Area",Primary: #0080FF. Multiple series: use distinct colors. Fill: 20% opacity,⚡ Excellent (optimized),✓ Clear line patterns for colorblind users. Add pattern overlays.,"Chart.js, Recharts, ApexCharts",Hover + Zoom +2,Compare Categories,"compare, categories, bar, comparison, ranking",Bar Chart (Horizontal or Vertical),"Column Chart, Grouped Bar",Each bar: distinct color. Category: grouped same color. Sorted: descending order,⚡ Excellent,✓ Easy to compare. Add value labels on bars for clarity.,"Chart.js, Recharts, D3.js",Hover + Sort +3,Part-to-Whole,"part-to-whole, pie, donut, percentage, proportion, share",Pie Chart or Donut,"Stacked Bar, Treemap",Colors: 5-6 max. Contrasting palette. Large slices first. Use labels.,⚡ Good (limit 6 slices),⚠ Hard for accessibility. Better: Stacked bar with legend. Avoid pie if >5 items.,"Chart.js, Recharts, D3.js",Hover + Drill +4,Correlation/Distribution,"correlation, distribution, scatter, relationship, pattern",Scatter Plot or Bubble Chart,"Heat Map, Matrix",Color axis: gradient (blue-red). Size: relative. Opacity: 0.6-0.8 to show density,⚠ Moderate (many points),⚠ Provide data table alternative. Use pattern + color distinction.,"D3.js, Plotly, Recharts",Hover + Brush +5,Heatmap/Intensity,"heatmap, heat-map, intensity, density, matrix",Heat Map or Choropleth,"Grid Heat Map, Bubble Heat",Gradient: Cool (blue) to Hot (red). Scale: clear legend. Divergent for ±data,⚡ Excellent (color CSS),⚠ Colorblind: Use pattern overlay. Provide numerical legend.,"D3.js, Plotly, ApexCharts",Hover + Zoom +6,Geographic Data,"geographic, map, location, region, geo, spatial","Choropleth Map, Bubble Map",Geographic Heat Map,Regional: single color gradient or categorized colors. Legend: clear scale,⚠ Moderate (rendering),⚠ Include text labels for regions. Provide data table alternative.,"D3.js, Mapbox, Leaflet",Pan + Zoom + Drill +7,Funnel/Flow,funnel/flow,"Funnel Chart, Sankey",Waterfall (for flows),Stages: gradient (starting color → ending color). Show conversion %,⚡ Good,✓ Clear stage labels + percentages. Good for accessibility if labeled.,"D3.js, Recharts, Custom SVG",Hover + Drill +8,Performance vs Target,performance-vs-target,Gauge Chart or Bullet Chart,"Dial, Thermometer",Performance: Red→Yellow→Green gradient. Target: marker line. Threshold colors,⚡ Good,✓ Add numerical value + percentage label beside gauge.,"D3.js, ApexCharts, Custom SVG",Hover +9,Time-Series Forecast,time-series-forecast,Line with Confidence Band,Ribbon Chart,Actual: solid line #0080FF. Forecast: dashed #FF9500. Band: light shading,⚡ Good,✓ Clearly distinguish actual vs forecast. Add legend.,"Chart.js, ApexCharts, Plotly",Hover + Toggle +10,Anomaly Detection,anomaly-detection,Line Chart with Highlights,Scatter with Alert,Normal: blue #0080FF. Anomaly: red #FF0000 circle/square marker + alert,⚡ Good,✓ Circle/marker for anomalies. Add text alert annotation.,"D3.js, Plotly, ApexCharts",Hover + Alert +11,Hierarchical/Nested Data,hierarchical/nested-data,Treemap,"Sunburst, Nested Donut, Icicle",Parent: distinct hues. Children: lighter shades. White borders 2-3px.,⚠ Moderate,⚠ Poor - provide table alternative. Label large areas.,"D3.js, Recharts, ApexCharts",Hover + Drilldown +12,Flow/Process Data,flow/process-data,Sankey Diagram,"Alluvial, Chord Diagram",Gradient from source to target. Opacity 0.4-0.6 for flows.,⚠ Moderate,⚠ Poor - provide flow table alternative.,"D3.js (d3-sankey), Plotly",Hover + Drilldown +13,Cumulative Changes,cumulative-changes,Waterfall Chart,"Stacked Bar, Cascade",Increases: #4CAF50. Decreases: #F44336. Start: #2196F3. End: #0D47A1.,⚡ Good,✓ Good - clear directional colors with labels.,"ApexCharts, Highcharts, Plotly",Hover +14,Multi-Variable Comparison,multi-variable-comparison,Radar/Spider Chart,"Parallel Coordinates, Grouped Bar",Single: #0080FF 20% fill. Multiple: distinct colors per dataset.,⚡ Good,⚠ Moderate - limit 5-8 axes. Add data table.,"Chart.js, Recharts, ApexCharts",Hover + Toggle +15,Stock/Trading OHLC,stock/trading-ohlc,Candlestick Chart,"OHLC Bar, Heikin-Ashi",Bullish: #26A69A. Bearish: #EF5350. Volume: 40% opacity below.,⚡ Good,⚠ Moderate - provide OHLC data table.,"Lightweight Charts (TradingView), ApexCharts",Real-time + Hover + Zoom +16,Relationship/Connection Data,relationship/connection-data,Network Graph,"Hierarchical Tree, Adjacency Matrix",Node types: categorical colors. Edges: #90A4AE 60% opacity.,❌ Poor (500+ nodes struggles),❌ Very Poor - provide adjacency list alternative.,"D3.js (d3-force), Vis.js, Cytoscape.js",Drilldown + Hover + Drag +17,Distribution/Statistical,distribution/statistical,Box Plot,"Violin Plot, Beeswarm",Box: #BBDEFB. Border: #1976D2. Median: #D32F2F. Outliers: #F44336.,⚡ Excellent,"✓ Good - include stats table (min, Q1, median, Q3, max).","Plotly, D3.js, Chart.js (plugin)",Hover +18,Performance vs Target (Compact),performance-vs-target-(compact),Bullet Chart,"Gauge, Progress Bar","Ranges: #FFCDD2, #FFF9C4, #C8E6C9. Performance: #1976D2. Target: black 3px.",⚡ Excellent,✓ Excellent - compact with clear values.,"D3.js, Plotly, Custom SVG",Hover +19,Proportional/Percentage,proportional/percentage,Waffle Chart,"Pictogram, Stacked Bar 100%",10x10 grid. 3-5 categories max. 2-3px spacing between squares.,⚡ Good,✓ Good - better than pie for accessibility.,"D3.js, React-Waffle, Custom CSS Grid",Hover +20,Hierarchical Proportional,hierarchical-proportional,Sunburst Chart,"Treemap, Icicle, Circle Packing",Center to outer: darker to lighter. 15-20% lighter per level.,⚠ Moderate,⚠ Poor - provide hierarchy table alternative.,"D3.js (d3-hierarchy), Recharts, ApexCharts",Drilldown + Hover +21,Root Cause Analysis,"root cause, decomposition, tree, hierarchy, drill-down, ai-split",Decomposition Tree,"Decision Tree, Flow Chart",Nodes: #2563EB (Primary) vs #EF4444 (Negative impact). Connectors: Neutral grey.,⚠ Moderate (calculation heavy),✓ clear hierarchy. Allow keyboard navigation for nodes.,"Power BI (native), React-Flow, Custom D3.js",Drill + Expand +22,3D Spatial Data,"3d, spatial, immersive, terrain, molecular, volumetric",3D Scatter/Surface Plot,"Volumetric Rendering, Point Cloud",Depth cues: lighting/shading. Z-axis: color gradient (cool to warm).,❌ Heavy (WebGL required),❌ Poor - requires alternative 2D view or data table.,"Three.js, Deck.gl, Plotly 3D",Rotate + Zoom + VR +23,Real-Time Streaming,"streaming, real-time, ticker, live, velocity, pulse",Streaming Area Chart,"Ticker Tape, Moving Gauge",Current: Bright Pulse (#00FF00). History: Fading opacity. Grid: Dark.,⚡ Optimized (canvas/webgl),⚠ Flashing elements - provide pause button. High contrast.,Smoothed D3.js, CanvasJS, SciChart,Real-time + Pause +24,Sentiment/Emotion,"sentiment, emotion, nlp, opinion, feeling",Word Cloud with Sentiment,"Sentiment Arc, Radar Chart",Positive: #22C55E. Negative: #EF4444. Neutral: #94A3B8. Size = Frequency.,⚡ Good,⚠ Word clouds poor for screen readers. Use list view.,"D3-cloud, Highcharts, Nivo",Hover + Filter +25,Process Mining,"process, mining, variants, path, bottleneck, log",Process Map / Graph,"Directed Acyclic Graph (DAG), Petri Net",Happy path: #10B981 (Thick). Deviations: #F59E0B (Thin). Bottlenecks: #EF4444.,⚠ Moderate to Heavy,⚠ Complex graphs hard to navigate. Provide path summary.,"React-Flow, Cytoscape.js, Recharts",Drag + Node-Click \ No newline at end of file diff --git a/.agent/.shared/ui-ux-pro-max/data/colors.csv b/.agent/.shared/ui-ux-pro-max/data/colors.csv new file mode 100644 index 0000000..77feb8b --- /dev/null +++ b/.agent/.shared/ui-ux-pro-max/data/colors.csv @@ -0,0 +1,97 @@ +No,Product Type,Keywords,Primary (Hex),Secondary (Hex),CTA (Hex),Background (Hex),Text (Hex),Border (Hex),Notes +1,SaaS (General),"saas, general",#2563EB,#3B82F6,#F97316,#F8FAFC,#1E293B,#E2E8F0,Trust blue + accent contrast +2,Micro SaaS,"micro, saas",#2563EB,#3B82F6,#F97316,#F8FAFC,#1E293B,#E2E8F0,Vibrant primary + white space +3,E-commerce,commerce,#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand primary + success green +4,E-commerce Luxury,"commerce, luxury",#1C1917,#44403C,#CA8A04,#FAFAF9,#0C0A09,#D6D3D1,Premium colors + minimal accent +5,Service Landing Page,"service, landing, page",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand primary + trust colors +6,B2B Service,"b2b, service",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional blue + neutral grey +7,Financial Dashboard,"financial, dashboard",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark bg + red/green alerts + trust blue +8,Analytics Dashboard,"analytics, dashboard",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Cool→Hot gradients + neutral grey +9,Healthcare App,"healthcare, app",#0891B2,#22D3EE,#059669,#ECFEFF,#164E63,#A5F3FC,Calm blue + health green + trust +10,Educational App,"educational, app",#4F46E5,#818CF8,#F97316,#EEF2FF,#1E1B4B,#C7D2FE,Playful colors + clear hierarchy +11,Creative Agency,"creative, agency",#EC4899,#F472B6,#06B6D4,#FDF2F8,#831843,#FBCFE8,Bold primaries + artistic freedom +12,Portfolio/Personal,"portfolio, personal",#18181B,#3F3F46,#2563EB,#FAFAFA,#09090B,#E4E4E7,Brand primary + artistic interpretation +13,Gaming,gaming,#7C3AED,#A78BFA,#F43F5E,#0F0F23,#E2E8F0,#4C1D95,Vibrant + neon + immersive colors +14,Government/Public Service,"government, public, service",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional blue + high contrast +15,Fintech/Crypto,"fintech, crypto",#F59E0B,#FBBF24,#8B5CF6,#0F172A,#F8FAFC,#334155,Dark tech colors + trust + vibrant accents +16,Social Media App,"social, media, app",#2563EB,#60A5FA,#F43F5E,#F8FAFC,#1E293B,#DBEAFE,Vibrant + engagement colors +17,Productivity Tool,"productivity, tool",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Clear hierarchy + functional colors +18,Design System/Component Library,"design, system, component, library",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Clear hierarchy + code-like structure +19,AI/Chatbot Platform,"chatbot, platform",#7C3AED,#A78BFA,#06B6D4,#FAF5FF,#1E1B4B,#DDD6FE,Neutral + AI Purple (#6366F1) +20,NFT/Web3 Platform,"nft, web3, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark + Neon + Gold (#FFD700) +21,Creator Economy Platform,"creator, economy, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Vibrant + Brand colors +22,Sustainability/ESG Platform,"sustainability, esg, platform",#7C3AED,#A78BFA,#06B6D4,#FAF5FF,#1E1B4B,#DDD6FE,Green (#228B22) + Earth tones +23,Remote Work/Collaboration Tool,"remote, work, collaboration, tool",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Calm Blue + Neutral grey +24,Mental Health App,"mental, health, app",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Calm Pastels + Trust colors +25,Pet Tech App,"pet, tech, app",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Playful + Warm colors +26,Smart Home/IoT Dashboard,"smart, home, iot, dashboard",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark + Status indicator colors +27,EV/Charging Ecosystem,"charging, ecosystem",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Electric Blue (#009CD1) + Green +28,Subscription Box Service,"subscription, box, service",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand + Excitement colors +29,Podcast Platform,"podcast, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark + Audio waveform accents +30,Dating App,"dating, app",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Warm + Romantic (Pink/Red gradients) +31,Micro-Credentials/Badges Platform,"micro, credentials, badges, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Trust Blue + Gold (#FFD700) +32,Knowledge Base/Documentation,"knowledge, base, documentation",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Clean hierarchy + minimal color +33,Hyperlocal Services,"hyperlocal, services",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Location markers + Trust colors +34,Beauty/Spa/Wellness Service,"beauty, spa, wellness, service",#10B981,#34D399,#8B5CF6,#ECFDF5,#064E3B,#A7F3D0,Soft pastels (Pink #FFB6C1 Sage #90EE90) + Cream + Gold accents +35,Luxury/Premium Brand,"luxury, premium, brand",#1C1917,#44403C,#CA8A04,#FAFAF9,#0C0A09,#D6D3D1,Black + Gold (#FFD700) + White + Minimal accent +36,Restaurant/Food Service,"restaurant, food, service",#DC2626,#F87171,#CA8A04,#FEF2F2,#450A0A,#FECACA,Warm colors (Orange Red Brown) + appetizing imagery +37,Fitness/Gym App,"fitness, gym, app",#DC2626,#F87171,#16A34A,#FEF2F2,#1F2937,#FECACA,Energetic (Orange #FF6B35 Electric Blue) + Dark bg +38,Real Estate/Property,"real, estate, property",#0F766E,#14B8A6,#0369A1,#F0FDFA,#134E4A,#99F6E4,Trust Blue (#0077B6) + Gold accents + White +39,Travel/Tourism Agency,"travel, tourism, agency",#EC4899,#F472B6,#06B6D4,#FDF2F8,#831843,#FBCFE8,Vibrant destination colors + Sky Blue + Warm accents +40,Hotel/Hospitality,"hotel, hospitality",#1E3A8A,#3B82F6,#CA8A04,#F8FAFC,#1E40AF,#BFDBFE,Warm neutrals + Gold (#D4AF37) + Brand accent +41,Wedding/Event Planning,"wedding, event, planning",#7C3AED,#A78BFA,#F97316,#FAF5FF,#4C1D95,#DDD6FE,Soft Pink (#FFD6E0) + Gold + Cream + Sage +42,Legal Services,"legal, services",#1E3A8A,#1E40AF,#B45309,#F8FAFC,#0F172A,#CBD5E1,Navy Blue (#1E3A5F) + Gold + White +43,Insurance Platform,"insurance, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Trust Blue (#0066CC) + Green (security) + Neutral +44,Banking/Traditional Finance,"banking, traditional, finance",#0F766E,#14B8A6,#0369A1,#F0FDFA,#134E4A,#99F6E4,Navy (#0A1628) + Trust Blue + Gold accents +45,Online Course/E-learning,"online, course, learning",#0D9488,#2DD4BF,#EA580C,#F0FDFA,#134E4A,#5EEAD4,Vibrant learning colors + Progress green +46,Non-profit/Charity,"non, profit, charity",#0891B2,#22D3EE,#F97316,#ECFEFF,#164E63,#A5F3FC,Cause-related colors + Trust + Warm +47,Music Streaming,"music, streaming",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark (#121212) + Vibrant accents + Album art colors +48,Video Streaming/OTT,"video, streaming, ott",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark bg + Content poster colors + Brand accent +49,Job Board/Recruitment,"job, board, recruitment",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional Blue + Success Green + Neutral +50,Marketplace (P2P),"marketplace, p2p",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Trust colors + Category colors + Success green +51,Logistics/Delivery,"logistics, delivery",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Blue (#2563EB) + Orange (tracking) + Green (delivered) +52,Agriculture/Farm Tech,"agriculture, farm, tech",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Earth Green (#4A7C23) + Brown + Sky Blue +53,Construction/Architecture,"construction, architecture",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Grey (#4A4A4A) + Orange (safety) + Blueprint Blue +54,Automotive/Car Dealership,"automotive, car, dealership",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand colors + Metallic accents + Dark/Light +55,Photography Studio,"photography, studio",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Black + White + Minimal accent +56,Coworking Space,"coworking, space",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Energetic colors + Wood tones + Brand accent +57,Cleaning Service,"cleaning, service",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Fresh Blue (#00B4D8) + Clean White + Green +58,Home Services (Plumber/Electrician),"home, services, plumber, electrician",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Trust Blue + Safety Orange + Professional grey +59,Childcare/Daycare,"childcare, daycare",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Playful pastels + Safe colors + Warm accents +60,Senior Care/Elderly,"senior, care, elderly",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Calm Blue + Warm neutrals + Large text +61,Medical Clinic,"medical, clinic",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Medical Blue (#0077B6) + Trust White + Calm Green +62,Pharmacy/Drug Store,"pharmacy, drug, store",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Pharmacy Green + Trust Blue + Clean White +63,Dental Practice,"dental, practice",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Fresh Blue + White + Smile Yellow accent +64,Veterinary Clinic,"veterinary, clinic",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Caring Blue + Pet-friendly colors + Warm accents +65,Florist/Plant Shop,"florist, plant, shop",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Natural Green + Floral pinks/purples + Earth tones +66,Bakery/Cafe,"bakery, cafe",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Warm Brown + Cream + Appetizing accents +67,Coffee Shop,"coffee, shop",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Coffee Brown (#6F4E37) + Cream + Warm accents +68,Brewery/Winery,"brewery, winery",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Deep amber/burgundy + Gold + Craft aesthetic +69,Airline,airline,#7C3AED,#A78BFA,#06B6D4,#FAF5FF,#1E1B4B,#DDD6FE,Sky Blue + Brand colors + Trust accents +70,News/Media Platform,"news, media, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand colors + High contrast + Category colors +71,Magazine/Blog,"magazine, blog",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Editorial colors + Brand primary + Clean white +72,Freelancer Platform,"freelancer, platform",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional Blue + Success Green + Neutral +73,Consulting Firm,"consulting, firm",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Navy + Gold + Professional grey +74,Marketing Agency,"marketing, agency",#EC4899,#F472B6,#06B6D4,#FDF2F8,#831843,#FBCFE8,Bold brand colors + Creative freedom +75,Event Management,"event, management",#7C3AED,#A78BFA,#F97316,#FAF5FF,#4C1D95,#DDD6FE,Event theme colors + Excitement accents +76,Conference/Webinar Platform,"conference, webinar, platform",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional Blue + Video accent + Brand +77,Membership/Community,"membership, community",#7C3AED,#A78BFA,#F97316,#FAF5FF,#4C1D95,#DDD6FE,Community brand colors + Engagement accents +78,Newsletter Platform,"newsletter, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand primary + Clean white + CTA accent +79,Digital Products/Downloads,"digital, products, downloads",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Product category colors + Brand + Success green +80,Church/Religious Organization,"church, religious, organization",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Warm Gold + Deep Purple/Blue + White +81,Sports Team/Club,"sports, team, club",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Team colors + Energetic accents +82,Museum/Gallery,"museum, gallery",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Art-appropriate neutrals + Exhibition accents +83,Theater/Cinema,"theater, cinema",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark + Spotlight accents + Gold +84,Language Learning App,"language, learning, app",#0D9488,#2DD4BF,#EA580C,#F0FDFA,#134E4A,#5EEAD4,Playful colors + Progress indicators + Country flags +85,Coding Bootcamp,"coding, bootcamp",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Code editor colors + Brand + Success green +86,Cybersecurity Platform,"cybersecurity, security, cyber, hacker",#00FF41,#0D0D0D,#00FF41,#000000,#E0E0E0,#1F1F1F,Matrix Green + Deep Black + Terminal feel +87,Developer Tool / IDE,"developer, tool, ide, code, dev",#3B82F6,#1E293B,#2563EB,#0F172A,#F1F5F9,#334155,Dark syntax theme colors + Blue focus +88,Biotech / Life Sciences,"biotech, science, biology, medical",#0EA5E9,#0284C7,#10B981,#F8FAFC,#0F172A,#E2E8F0,Sterile White + DNA Blue + Life Green +89,Space Tech / Aerospace,"space, aerospace, tech, futuristic",#FFFFFF,#94A3B8,#3B82F6,#0B0B10,#F8FAFC,#1E293B,Deep Space Black + Star White + Metallic +90,Architecture / Interior,"architecture, interior, design, luxury",#171717,#404040,#D4AF37,#FFFFFF,#171717,#E5E5E5,Monochrome + Gold Accent + High Imagery +91,Quantum Computing,"quantum, qubit, tech",#00FFFF,#7B61FF,#FF00FF,#050510,#E0E0FF,#333344,Interference patterns + Neon + Deep Dark +92,Biohacking / Longevity,"bio, health, science",#FF4D4D,#4D94FF,#00E676,#F5F5F7,#1C1C1E,#E5E5EA,Biological red/blue + Clinical white +93,Autonomous Systems,"drone, robot, fleet",#00FF41,#008F11,#FF3333,#0D1117,#E6EDF3,#30363D,Terminal Green + Tactical Dark +94,Generative AI Art,"art, gen-ai, creative",#111111,#333333,#FFFFFF,#FAFAFA,#000000,#E5E5E5,Canvas Neutral + High Contrast +95,Spatial / Vision OS,"spatial, glass, vision",#FFFFFF,#E5E5E5,#007AFF,#888888,#000000,#FFFFFF,Glass opacity 20% + System Blue +96,Climate Tech,"climate, green, energy",#2E8B57,#87CEEB,#FFD700,#F0FFF4,#1A3320,#C6E6C6,Nature Green + Solar Yellow + Air Blue \ No newline at end of file diff --git a/.agent/.shared/ui-ux-pro-max/data/icons.csv b/.agent/.shared/ui-ux-pro-max/data/icons.csv new file mode 100644 index 0000000..a09a534 --- /dev/null +++ b/.agent/.shared/ui-ux-pro-max/data/icons.csv @@ -0,0 +1,101 @@ +STT,Category,Icon Name,Keywords,Library,Import Code,Usage,Best For,Style +1,Navigation,menu,hamburger menu navigation toggle bars,Lucide,import { Menu } from 'lucide-react',,Mobile navigation drawer toggle sidebar,Outline +2,Navigation,arrow-left,back previous return navigate,Lucide,import { ArrowLeft } from 'lucide-react',,Back button breadcrumb navigation,Outline +3,Navigation,arrow-right,next forward continue navigate,Lucide,import { ArrowRight } from 'lucide-react',,Forward button next step CTA,Outline +4,Navigation,chevron-down,dropdown expand accordion select,Lucide,import { ChevronDown } from 'lucide-react',,Dropdown toggle accordion header,Outline +5,Navigation,chevron-up,collapse close accordion minimize,Lucide,import { ChevronUp } from 'lucide-react',,Accordion collapse minimize,Outline +6,Navigation,home,homepage main dashboard start,Lucide,import { Home } from 'lucide-react',,Home navigation main page,Outline +7,Navigation,x,close cancel dismiss remove exit,Lucide,import { X } from 'lucide-react',,Modal close dismiss button,Outline +8,Navigation,external-link,open new tab external link,Lucide,import { ExternalLink } from 'lucide-react',,External link indicator,Outline +9,Action,plus,add create new insert,Lucide,import { Plus } from 'lucide-react',,Add button create new item,Outline +10,Action,minus,remove subtract decrease delete,Lucide,import { Minus } from 'lucide-react',,Remove item quantity decrease,Outline +11,Action,trash-2,delete remove discard bin,Lucide,import { Trash2 } from 'lucide-react',,Delete action destructive,Outline +12,Action,edit,pencil modify change update,Lucide,import { Edit } from 'lucide-react',,Edit button modify content,Outline +13,Action,save,disk store persist save,Lucide,import { Save } from 'lucide-react',,Save button persist changes,Outline +14,Action,download,export save file download,Lucide,import { Download } from 'lucide-react',,Download file export,Outline +15,Action,upload,import file attach upload,Lucide,import { Upload } from 'lucide-react',,Upload file import,Outline +16,Action,copy,duplicate clipboard paste,Lucide,import { Copy } from 'lucide-react',,Copy to clipboard,Outline +17,Action,share,social distribute send,Lucide,import { Share } from 'lucide-react',,Share button social,Outline +18,Action,search,find lookup filter query,Lucide,import { Search } from 'lucide-react',,Search input bar,Outline +19,Action,filter,sort refine narrow options,Lucide,import { Filter } from 'lucide-react',,Filter dropdown sort,Outline +20,Action,settings,gear cog preferences config,Lucide,import { Settings } from 'lucide-react',,Settings page configuration,Outline +21,Status,check,success done complete verified,Lucide,import { Check } from 'lucide-react',,Success state checkmark,Outline +22,Status,check-circle,success verified approved complete,Lucide,import { CheckCircle } from 'lucide-react',,Success badge verified,Outline +23,Status,x-circle,error failed cancel rejected,Lucide,import { XCircle } from 'lucide-react',,Error state failed,Outline +24,Status,alert-triangle,warning caution attention danger,Lucide,import { AlertTriangle } from 'lucide-react',,Warning message caution,Outline +25,Status,alert-circle,info notice information help,Lucide,import { AlertCircle } from 'lucide-react',,Info notice alert,Outline +26,Status,info,information help tooltip details,Lucide,import { Info } from 'lucide-react',,Information tooltip help,Outline +27,Status,loader,loading spinner processing wait,Lucide,import { Loader } from 'lucide-react',,Loading state spinner,Outline +28,Status,clock,time schedule pending wait,Lucide,import { Clock } from 'lucide-react',,Pending time schedule,Outline +29,Communication,mail,email message inbox letter,Lucide,import { Mail } from 'lucide-react',,Email contact inbox,Outline +30,Communication,message-circle,chat comment bubble conversation,Lucide,import { MessageCircle } from 'lucide-react',,Chat comment message,Outline +31,Communication,phone,call mobile telephone contact,Lucide,import { Phone } from 'lucide-react',,Phone contact call,Outline +32,Communication,send,submit dispatch message airplane,Lucide,import { Send } from 'lucide-react',,Send message submit,Outline +33,Communication,bell,notification alert ring reminder,Lucide,import { Bell } from 'lucide-react',,Notification bell alert,Outline +34,User,user,profile account person avatar,Lucide,import { User } from 'lucide-react',,User profile account,Outline +35,User,users,team group people members,Lucide,import { Users } from 'lucide-react',,Team group members,Outline +36,User,user-plus,add invite new member,Lucide,import { UserPlus } from 'lucide-react',,Add user invite,Outline +37,User,log-in,signin authenticate enter,Lucide,import { LogIn } from 'lucide-react',,Login signin,Outline +38,User,log-out,signout exit leave logout,Lucide,import { LogOut } from 'lucide-react',,Logout signout,Outline +39,Media,image,photo picture gallery thumbnail,Lucide,import { Image } from 'lucide-react',,Image photo gallery,Outline +40,Media,video,movie film play record,Lucide,import { Video } from 'lucide-react',