Commit Graph

8 Commits

Author SHA1 Message Date
3570054586 feat(settings): add settings page with server, watchdog and notification config
- Add new Settings view with form controls for server, watchdog and notification settings
- Implement API endpoints for getting and saving settings
- Add settings route and sidebar navigation item
- Update button styles to include text color variable
- Change default app target to local development address
2026-04-29 10:46:08 +08:00
d87b3268fb chore(ui): redesign interface with SF Pro fonts and modern styling
- Update theme variables and styles for light/dark modes
- Implement SF Pro font family across all components
- Redesign cards, buttons, forms, and scrollbars
- Add backdrop filters and improve visual hierarchy
- Optimize spacing, typography, and interactive elements
2026-04-13 18:41:09 +08:00
14b959fcc2 feat(proxy): add edit and delete functionality for proxies
- Add new API endpoints for modifying and deleting proxies
- Implement UI components for edit and delete actions
- Update proxy form to handle both create and edit modes
- Add confirmation modal for delete operation
2026-03-31 23:04:05 +08:00
3e4bd77641 feat(proxy): add instance proxy display
- Change API endpoint and parameter from instanceName to instanceID for getInstanceProxies
- Update proxy list UI with type badge and structured details display
- Add async/await for mounted lifecycle hooks
- Improve proxy item styling with better spacing and visual hierarchy
2026-03-21 09:14:25 +08:00
8c62e25c12 feat(InstanceDetail): add configuration edit form with modal dialog
- Move form styles from Instances.vue to common.css for reusability
- Add edit configuration modal with form handling
- Rename back-btn to common-btn for consistent styling
- Implement configuration update logic with API calls
2026-03-18 23:36:07 +08:00
3754829b42 fix(Users): fix abnormal color in dialog add/edit user when dark mode enabled
build: update vite to v7.3.1 and related dependencies
2026-03-12 22:29:33 +08:00
37af87f5af refactor(toggleThemes): move all theme toggle code to toggleThemes.js and all theme related CSS code to themes.css 2026-03-10 19:34:18 +08:00
8380720d5e refactor(styles): move common styles to shared CSS file
Extract duplicated styles across multiple components into a common CSS file and import it where needed. This improves maintainability by reducing code duplication and centralizing style definitions.
2026-03-09 22:25:58 +08:00