Commit Graph

6 Commits

Author SHA1 Message Date
98788b8c9e fix: update default port values and app target configuration
Change default port values from empty strings to 0 in InstanceDetail form
Update APP_TARGET in vite config to use local network IP for development
2026-04-05 22:45:14 +08:00
11245a5b7f feat(users): add user type modification functionality
- Add modifyType API endpoint in userApi
- Implement user type modification in Users.vue
2026-03-30 14:22:12 +08:00
34f0d9f6d5 refactor(Logs): use APP_TARGET to read target websocket addr
refactor(config): use APP_TARGET constant for backend URL configuration

Centralize backend URL configuration by introducing APP_TARGET constant in vite.config.js and using it for both WebSocket connection and API proxy. This improves maintainability by having a single source of truth for the backend address.
2026-03-26 16:29:18 +08:00
ea49736779 refactor: replace instanceID - Details with instanceName - Details
- Change API endpoint from POST to GET for instance status
- Update proxy target URL in vite config
- Add instance name display and remove initSystem from detail view
- Improve instance data handling in InstanceDetail component
2026-03-25 10:44:18 +08:00
fb074e203d refactor(views): improve layout and scroll behavior
- Update Home.vue to use flex layout and proper scrolling
- Enhance Logs.vue scrollbar styling and remove redundant padding
- Set Vite server to listen on all network interfaces
2026-03-17 22:21:42 +08:00
2f6cfe7704 Initial commit: finish basic WebUI interface 2026-03-09 21:17:22 +08:00