Add remaining UI assets and configuration files

- Add assets/ directory with icons and images
- Add eslint.config.js for code linting
- Add package-lock.json for dependency locking
- Add public/ directory with static assets
- Add ui/ directory with React components

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
anthonyrawlins
2025-08-09 13:19:39 +10:00
parent 235ca68ee5
commit 0acf136246
22 changed files with 7753 additions and 0 deletions

12
ui/design-tokens.json Normal file
View File

@@ -0,0 +1,12 @@
{
"colors": {
"primary": "#007bff",
"secondary": "#6c757d",
"background": "#f8f9fa",
"text": "#212529"
},
"typography": {
"fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif",
"fontSize": "16px"
}
}