Alex Blank
|
ab79080f0b
|
refactor: consolidate loading/error states and extract instance actions hook
Frontend:
- Create reusable DataStates components (LoadingState, ErrorState, EmptyState)
- Refactor 12 pages to use shared state components instead of inline JSX
- Extract useInstanceActions hook to eliminate session action duplication
- Update dashboard and sessions pages to use shared hook
OpenSpec:
- Archive completed mobile-app-usability change (44/44 tasks)
- Archive completed add-config-profiles change (15/15 tasks)
Quality: TypeScript check passes, production build succeeds
|
2026-05-25 22:50:18 +02:00 |
|
Alex Blank
|
a37a3122f9
|
refactor: extract shared validation and reduce duplication
- Extract tool_types validation to shared module (validate_compose_yaml, check_port_exposed, validate_required_variables)
- Extract _get_user and _get_owned_project to auth/dependencies.py
- Create useAsyncData hook and apply to 6 pages
- Create extractErrorMessage utility
- TypeScript and build pass
|
2026-05-25 14:01:32 +02:00 |
|
alex
|
cb25f21c44
|
feat: add SSH key signing and verification UI
|
2026-05-22 21:33:21 +00:00 |
|
miguel
|
6f35eb77ae
|
feat: redesign authenticated UI with home overview and settings hub
- Add HomePage with open sessions grid, projects overview, and session composer
- Add SettingsPage with tabs for General, SSH Keys, Tool Types, Tool Configs
- Update navigation to Home, Projects, Settings
- Redirect legacy routes (/sessions, /ssh-keys, /tool-types, /tool-configs)
- Apply Inter font and warm editorial styling
- Update tests for new dashboard and projects pages
Quality gates: typecheck pass, lint pass, 15/15 tests pass
Refs: openspec/changes/ui-redesign-home-settings
|
2026-05-22 20:38:05 +02:00 |
|
Fusion
|
6f41fa7cbe
|
feat: implement universal icon system with Phosphor Icons
- Install @phosphor-icons/react package
- Create centralized Icon component with size/weight/color variants
- Create icon registry with 34 icons across 5 categories
- Replace all raw Unicode symbols with proper icon components
- Add icons to navigation, buttons, status indicators, git operations
- Add icon CSS with consistent sizing and spacing
- Fix type definitions for Phosphor icon compatibility
Quality gates: typecheck ✓, lint ✓, build ✓ (375KB bundle)
|
2026-05-19 19:33:06 +02:00 |
|
Fusion
|
a441ea2fac
|
feat: implement SSH key management
- Add backend API endpoints for SSH key CRUD (POST, GET, DELETE)
- Implement Ed25519 key generation with Fernet-encrypted private keys
- Add frontend SSH keys page with generate, list, and delete functionality
- Include copy-to-clipboard for public keys
- Add responsive CSS styles for key cards
- Register ssh_keys router in main.py
- Add basic auth tests for SSH key endpoints
Quality gates: ruff ✓, mypy ✓, typecheck ✓, lint ✓
|
2026-05-18 14:44:21 +02:00 |
|