9a7b0794a1
refactor: refactor smart entry as standalone modal overlay
...
- Convert TravelReimbursementCreateView from page to modal overlay
- Simplify App.vue navigation flow with smartEntryOpen state
- Add create-request button in RequestsView
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-05 23:47:20 +08:00
2d2ed27861
feat: add skill center navigation and travel request detail view
...
- Refactor audit to skill center for skill management
- Add TravelRequestDetailView for requests detail page
- Update PersonalWorkbench with enhanced features
- Add UI preview screenshots
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-05 22:35:38 +08:00
ab9f132192
feat: add personal workbench view with todo and reimbursement tracking
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-05 18:22:47 +08:00
c0720d4b23
refactor: streamline layout, views routing and component composition
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-02 11:30:25 +08:00
7d6dbc4ac0
chore: remove prototype files and unused UI assets
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-01 00:39:24 +08:00
789f90dc1f
feat: improve layout shell, navigation composables and add UI assets
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-30 17:11:24 +08:00
e54ebd072a
feat: enhance layout components, data layer and global styles
...
- SidebarRail, TopBar, FilterBar: improved navigation and filtering UX
- metrics.js, requests.js: expanded data with multi-range trend series
- composables: enhanced useChat, useNavigation, useRequests
- global.css: refined design tokens and utility classes
- Add DocFilterBar component and LoginView page
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-29 23:35:56 +08:00
7141e1d11a
feat: refactor monolithic App.vue into modular Vue component architecture
...
- Extract 711-line App.vue into 15+ focused files across 5 directories
- Add data layer (icons, metrics, policies, auditTrail, requests)
- Add composables (useNavigation, useRequests, useChat, useToast)
- Add layout components (SidebarRail, TopBar, FilterBar)
- Add shared components (PanelHead, InfoRow, ToastNotification)
- Add business component (RequestTable) and 5 view components
- Extract global CSS to assets/styles/global.css
- Add start.sh with WSL/Windows cross-platform support
- Add .gitignore for node_modules, dist, and IDE dirs
2026-04-28 17:20:52 +08:00