Commit Graph

38 Commits

Author SHA1 Message Date
4a69c58125 switch img icons to svg to fix issues with user selected themes 2024-07-24 19:32:40 +00:00
d2cfbdb2a2 add missing tabindex to instance buttons 2024-06-12 21:48:29 +00:00
e5a0e92ebb fix instance power button prompt 2023-12-23 02:07:25 +00:00
230fe2c9e4 update account page, instance creation form, and config page,
fix issue with instance delete confirm popup,
fix issues with dialog exit handling without form element
2023-11-15 20:18:01 +00:00
4806d7f18f fix bug with sync and deleting instance 2023-11-07 05:09:28 +00:00
c4ddc4ded3 fix handling of instances with empty name,
improve instance table headers
2023-10-16 22:32:19 +00:00
72db810ef0 add local copy of w3.css fallback,
change how the dashboard and api is proxied
2023-10-12 17:27:37 +00:00
c5c54b0691 fix search regexp escape,
wrap chartjs with custom element
2023-10-04 18:59:46 +00:00
a3fb992159 fix nav.css style issue,
make search feature not case sensitive
2023-09-28 01:38:19 +00:00
bf2509ee8f add visual highlight to matching search query substrings,
add missing aria-label for search input,
fix missing network add icon
2023-09-20 22:17:06 +00:00
0f8a85d22a finish renaming,
improve search bar and add instance responsiveness
2023-09-15 22:13:21 +00:00
9eb8aaa4be consolidate instance.js into index.js
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 20:36:28 +00:00
cd3027c35e code cleanup
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 20:16:38 +00:00
06c6e926ca display errors as modal dialogs
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-12 21:26:26 +00:00
c459dad024 fix requestPVE call params 2023-05-11 07:13:41 +00:00
822c89adda code cleanup on custom dialogs
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-05 21:43:15 +00:00
d351fdfb67 small style improvements 2023-05-02 03:42:58 +00:00
4c75398cac adjust some styling 2023-04-22 04:49:17 +00:00
2827f48ce0 improve mobile styling of instance actions 2023-04-22 04:34:48 +00:00
01878b1fe7 fix mobile styling for instance obj 2023-04-22 04:32:09 +00:00
9903f75959 add instance info to account 2023-04-21 22:58:15 +00:00
16be63e98f improve responsive scaling with medium screens
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-12 22:59:57 +00:00
de36f2261a use w3.css for primary styling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-11 21:38:51 +00:00
15822fdacb better responsive handling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-06 22:08:11 +00:00
389a548d00 bad fix for responsive instance container
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-06 21:55:31 +00:00
c1ca182d10 fix code style
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-06 21:26:32 +00:00
f89e5ceec6 add icons to instance and node status
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-06 21:21:11 +00:00
a76168d1ab add more info to insatnce container 2023-04-06 04:21:03 +00:00
f1dc99dedd rename buttons.css to button.css,
add table styling and prepare for better table generation

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-05 22:29:15 +00:00
c742ed7085 make instance article span entire width
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-03 22:49:24 +00:00
d41162ebae major changes to styling:
move nav bar to left side and implement hover animations,
generalize color scheme using css variables,
move button and btn-group related styles to buttons.css,
consolidate form input and select styles in form.css

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-03-25 23:38:15 +00:00
e72ca340c9 gracefully recover from config error
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-28 23:56:39 +00:00
2df5284d90 implement instance add,
fix multiple onclick listeners being added

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-27 23:03:19 +00:00
26dc801fe4 add delete instance logic
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-21 22:50:01 +00:00
00683eddb8 add delete button to insances,
add confirm message on start/stop,
change power action from shutdown to stop,
improve action button alt texts

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-21 19:57:47 +00:00
17f243a006 use proxmox builtin consoles 2023-02-17 05:12:28 +00:00
aad2c4df6c comment out console handler
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-16 01:25:17 +00:00
6b1ed9399c separate dialog and instance custom elements
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-14 21:08:48 +00:00