Commit Graph

  • 2247b79908 refactor(views): replace confirm dialogs with custom dialog manager main NanamiAdmin 2026-05-07 22:59:44 +08:00
  • 2541a19884 feat: add new fullscreen dialog UI, dialog manager and system self-check functionality NanamiAdmin 2026-05-07 22:52:15 +08:00
  • 49d9f4f389 fix: update app target and improve notification handling NanamiAdmin 2026-05-07 19:23:35 +08:00
  • a97cb90c43 feat(settings): add webhook test functionality NanamiAdmin 2026-05-05 23:42:42 +08:00
  • a7dd302acb feat(settings): add frpc path and instance config path fields NanamiAdmin 2026-05-05 19:03:58 +08:00
  • 9c64282ad5 fix: update API endpoints to include /api prefix NanamiAdmin 2026-05-05 18:50:11 +08:00
  • 1323da55a6 refactor: remove unused monitoring and system info features NanamiAdmin 2026-05-05 15:05:26 +08:00
  • 4c6e8294bb feat(proxy): update proxy edit api to feat "oldName" && "newName" NanamiAdmin 2026-05-05 12:51:13 +08:00
  • 3570054586 feat(settings): add settings page with server, watchdog and notification config NanamiAdmin 2026-04-29 10:46:08 +08:00
  • d87b3268fb chore(ui): redesign interface with SF Pro fonts and modern styling NanamiAdmin 2026-04-13 18:41:09 +08:00
  • 3859a4170c refactor(InstanceDetail): simplify editConfig function by removing async call NanamiAdmin 2026-04-07 22:54:08 +08:00
  • d0654d9ee0 fix(InstanceDetail): improve error handling and success messages NanamiAdmin 2026-04-07 22:30:36 +08:00
  • 93ce123ab6 fix(instance-detail): reset logs and reconnect websocket on instance state change NanamiAdmin 2026-04-06 10:41:30 +08:00
  • 98788b8c9e fix: update default port values and app target configuration NanamiAdmin 2026-04-05 22:45:14 +08:00
  • 838042f239 feat(SideBar): add separate status indicators for server and watchdog NanamiAdmin 2026-04-05 21:41:24 +08:00
  • 928998f255 refactor(components): move status indicator from topbar to sidebar NanamiAdmin 2026-04-05 21:31:44 +08:00
  • c53854722d refactor: reorganize logger module and update proxy display NanamiAdmin 2026-04-01 22:01:35 +08:00
  • 14b959fcc2 feat(proxy): add edit and delete functionality for proxies NanamiAdmin 2026-03-31 23:04:05 +08:00
  • dcc2d06c8f feat(user-settings): add user settings modal with username and password update NanamiAdmin 2026-03-31 21:52:31 +08:00
  • 11245a5b7f feat(users): add user type modification functionality NanamiAdmin 2026-03-30 14:22:12 +08:00
  • ba78f77243 style(ui): add custom scrollbar styling to multiple components NanamiAdmin 2026-03-26 17:32:57 +08:00
  • 198129b4c2 feat(instanceDetails): replace API logs with WebSocket for real-time updates NanamiAdmin 2026-03-26 17:29:30 +08:00
  • 34f0d9f6d5 refactor(Logs): use APP_TARGET to read target websocket addr refactor(config): use APP_TARGET constant for backend URL configuration NanamiAdmin 2026-03-26 16:29:18 +08:00
  • f7a2f9fb3f refactor(Instances): simplify instance loading logic NanamiAdmin 2026-03-25 22:35:01 +08:00
  • c6a02548c0 feat(instance): add getInstanceInfo endpoint and refactor instance loading NanamiAdmin 2026-03-25 22:23:05 +08:00
  • 8f5928b66f fix(Instances): fix start/stop instance fault NanamiAdmin 2026-03-25 21:25:07 +08:00
  • d2b45d268c fix(InstanceDetail): update status mapping and config field names NanamiAdmin 2026-03-25 21:09:23 +08:00
  • d70193c15d feat(InstanceDetail): add delete instance button and functionality NanamiAdmin 2026-03-25 10:49:08 +08:00
  • ea49736779 refactor: replace instanceID - Details with instanceName - Details NanamiAdmin 2026-03-25 10:44:18 +08:00
  • 7fdf62da7a refactor(instance): migrate from name-based to ID-based instance management feat(instanceDetail): add instance status display and restart && stop/start control NanamiAdmin 2026-03-24 12:36:21 +08:00
  • 5b7c866eb3 fix(listProxies): modify proxy key name to correct NanamiAdmin 2026-03-23 22:13:30 +08:00
  • 3e4bd77641 feat(proxy): add instance proxy display NanamiAdmin 2026-03-21 09:14:25 +08:00
  • 2e445de6e3 feat(instance): add proxy creation functionality NanamiAdmin 2026-03-19 17:33:45 +08:00
  • 8c62e25c12 feat(InstanceDetail): add configuration edit form with modal dialog NanamiAdmin 2026-03-18 23:36:07 +08:00
  • a020afbc50 fix(Logs): reverse log order and fix truncation logic NanamiAdmin 2026-03-17 22:29:27 +08:00
  • fb074e203d refactor(views): improve layout and scroll behavior NanamiAdmin 2026-03-17 22:21:42 +08:00
  • ce8376458e feat(logs): replace API polling with WebSocket for real-time updates NanamiAdmin 2026-03-17 19:24:05 +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 NanamiAdmin 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 NanamiAdmin 2026-03-10 19:34:18 +08:00
  • a93cfaa45f fix(Sessions): correct session property names and adjust styling NanamiAdmin 2026-03-10 19:09:44 +08:00
  • f103858fe0 feat(TopBar): add user settings & logout btn and finish logout function refactor(auth): rename login-token to token for consistency NanamiAdmin 2026-03-10 19:05:56 +08:00
  • 491c74e231 refactor(utils): remove debug log from cookie getter NanamiAdmin 2026-03-10 18:41:27 +08:00
  • dd1f82920b fix(Users): fix user do not display in user management page and add user dialog box NanamiAdmin 2026-03-10 14:53:42 +08:00
  • ffaa78be94 feat(Instances): add instance creation modal with form and validation NanamiAdmin 2026-03-10 13:53:03 +08:00
  • 8380720d5e refactor(styles): move common styles to shared CSS file NanamiAdmin 2026-03-09 22:25:58 +08:00
  • b4c8b21142 feat(ui): replace emoji icons with fontawesome icons NanamiAdmin 2026-03-09 22:16:55 +08:00
  • 2f6cfe7704 Initial commit: finish basic WebUI interface NanamiAdmin 2026-03-09 21:17:22 +08:00
  • d2a2a4de36 Initial commit NanamiAdmin 2026-03-09 18:35:48 +08:00