NanamiAdmin
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-25 22:23:09 +08:00
c6a02548c0 feat(instance): add getInstanceInfo endpoint and refactor instance loading
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-25 21:25:10 +08:00
8f5928b66f fix(Instances): fix start/stop instance fault
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-25 21:09:26 +08:00
d2b45d268c fix(InstanceDetail): update status mapping and config field names
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-25 10:49:10 +08:00
d70193c15d feat(InstanceDetail): add delete instance button and functionality
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-25 10:44:20 +08:00
ea49736779 refactor: replace instanceID - Details with instanceName - Details
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-24 12:36:26 +08:00
7fdf62da7a refactor(instance): migrate from name-based to ID-based instance management
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-23 22:13:32 +08:00
5b7c866eb3 fix(listProxies): modify proxy key name to correct
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-21 09:14:29 +08:00
3e4bd77641 feat(proxy): add instance proxy display
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-19 17:33:49 +08:00
2e445de6e3 feat(instance): add proxy creation functionality
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-18 23:37:40 +08:00
8c62e25c12 feat(InstanceDetail): add configuration edit form with modal dialog
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-17 22:29:32 +08:00
a020afbc50 fix(Logs): reverse log order and fix truncation logic
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-17 22:23:58 +08:00
fb074e203d refactor(views): improve layout and scroll behavior
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-17 19:24:10 +08:00
ce8376458e feat(logs): replace API polling with WebSocket for real-time updates
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-12 22:29:40 +08:00
3754829b42 fix(Users): fix abnormal color in dialog add/edit user when dark mode enabled
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-10 19:34:22 +08:00
37af87f5af refactor(toggleThemes): move all theme toggle code to toggleThemes.js and all theme related CSS code to themes.css
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-10 19:09:50 +08:00
a93cfaa45f fix(Sessions): correct session property names and adjust styling
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-10 19:05:59 +08:00
f103858fe0 feat(TopBar): add user settings & logout btn and finish logout function
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-10 18:41:33 +08:00
491c74e231 refactor(utils): remove debug log from cookie getter
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-10 14:53:49 +08:00
dd1f82920b fix(Users): fix user do not display in user management page and add user dialog box
NanamiAdmin pushed to main at Super-frpc/frontend 2026-03-10 13:53:08 +08:00
ffaa78be94 feat(Instances): add instance creation modal with form and validation