Commit Graph
14 Commits
Author SHA1 Message Date
pratik 6c21590000 remove unnecessary docker files, downgrade vite 2025-10-15 14:43:13 -05:00
pratik d7390a3a80 switch between arti and default 2025-10-15 14:28:38 -05:00
pratik 4a84c08a2b remove nginx, serve ui from api itself 2025-10-15 14:22:44 -05:00
pratik d3a14a2b31 Unify quickstart: bring up complete stack (frontend + backend + database) in one command
- Add frontend service to docker-compose.yml (port 4200)
- Simplify quickstart scripts to start all services together
- Remove need for separate dev-start scripts and proxy config
- Frontend now accessible at http://localhost:4200 with nginx proxying API requests
2025-10-15 13:59:03 -05:00
pratik ed511b1e3c Update styles.scss to match main branch dark theme color scheme 2025-10-15 12:50:27 -05:00
pratik e81b426d9f Merge main into f/updates - keep Angular Material structure, prepare for styling updates 2025-10-15 12:49:00 -05:00
pratik b5605d1276 Add .claude/ to gitignore 2025-10-15 12:45:39 -05:00
Patel (US), Pratik eccdb2f072 Add BSF package lock 2025-10-15 12:26:07 -05:00
pratik 2ee203b012 update styling 2025-10-15 12:02:47 -05:00
pratikandClaude ca91fdfa15 Fix text visibility and table alignment in dark theme
- Improve badge colors for better readability (white text on blue background)
- Fix count badge with bright blue background and white text
- Fix type chip visibility with brighter blue color
- Fix filename cell alignment by using inline-flex instead of flex
- Improve header chip text color visibility
- Increase artifact fetch limit from 25 to 1000 to show all artifacts
- Add proper styling for accent buttons in toolbar

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 11:49:00 -05:00
pratik 9733eec2af Add Claude settings to gitignore 2025-10-15 11:44:23 -05:00
pratikandClaude 9303f3481b Merge main into f/updates
Resolved conflicts by keeping f/updates changes:
- Keep Angular frontend with dark theme styling
- Keep updated quickstart scripts at root level
- Remove static HTML/JS files (replaced by Angular)
- Keep sim_source_id field implementation
- Merge backend improvements from main

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 11:44:01 -05:00
pratikandClaude fbb1dfa67b Integrate dark theme styling from main branch with Angular Material
- Apply dark blue color scheme (#0f172a, #1e293b, #334155) throughout UI
- Update header with blue gradient and Obsidian branding
- Add missing toolbar buttons: Auto-refresh, Seed Data, Search filter
- Implement action buttons (Download, Delete) in artifacts table
- Add client-side search/filtering functionality
- Update app to support sim_source_id field in database
- Move quickstart scripts to repository root for easier access
- Apply dark theme to tables, tabs, and all Material components

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 11:42:34 -05:00
pratik 82e8cea256 Switch to angular 2025-10-14 23:32:38 -05:00