Commit Graph

72 Commits

Author SHA1 Message Date
07bf4b0967 update search icon link 2024-08-24 04:45:49 +00:00
7ec72a7443 simplify buttons in config/index,
include form.css in login
2024-08-12 17:11:44 +00:00
9a6a9e4473 move w3.css to modules,
move InstanceCard to index.js,
move ResourceChart to account.js
2024-07-26 18:34:14 +00:00
4a69c58125 switch img icons to svg to fix issues with user selected themes 2024-07-24 19:32:40 +00:00
db06522d15 add admin page,
move requestTicket and deleteAllCookies to login.js,
update to new auth paths
2024-07-16 19:00:30 +00:00
80ac09e040 add fuzzy search using wfa 2024-06-05 22:11:53 +00:00
e2f5bf9a0a add bottom padding to main,
improve error handling with request function
2023-10-18 19:33:58 +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
49b2405814 fix aria-current value for nav bar to "page",
improve nav css readability
2023-09-26 19:15:54 +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
1b71c16eec implement simple search logic 2023-09-18 19:37:07 +00:00
0f8a85d22a finish renaming,
improve search bar and add instance responsiveness
2023-09-15 22:13:21 +00:00
8c6e3a6860 add search form layout to main page,
add search icon
2023-09-14 20:38:23 +00:00
e83cde0db7 add settings page 2023-07-12 00:24:16 +00:00
7c3ba9b1ed improve small screen instance list 2023-06-09 07:00:21 +00:00
d10aeedcf2 remove org specific values,
add dynamic org handling

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-16 15:18:36 +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
a8ad9986d7 remove extra divs for hamburger nav 2023-05-11 06:13:00 +00:00
f9e0903671 improve nav bar styling 2023-05-11 06:03:37 +00:00
512a78bd75 consolidate h1 styles 2023-05-08 00:02:47 +00:00
822c89adda code cleanup on custom dialogs
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-05 21:43:15 +00:00
1fe8491c38 fix login for styling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-03 21:25:55 +00:00
fd26f81e30 change some styling for index and config
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-28 23:43:09 +00:00
92493670b7 move nav bar css to nav.css,
simplify some css rules for nav responsiveness

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-25 21:35:50 +00:00
98fe0b2b3f change nav styling and responsiveness
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-25 21:25:03 +00:00
b36cd67e86 fix some mobile responsiveness issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-11 21:42:59 +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
cabea750db improve login form responsiveness
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-06 22:31:39 +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
e98661cb4a improve font size scaling 2023-04-06 04:43:36 +00:00
a76168d1ab add more info to insatnce container 2023-04-06 04:21:03 +00:00
09bf0ebbe9 simplify styling 2023-04-06 03:46:39 +00:00
9469de72fe working but hacky 2023-04-06 02:56:37 +00:00
4e11110c95 reset padding and margins to be fixed later
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-06 02:05:57 +00:00
575e7c9739 improve nav bar
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-05 23:39:28 +00:00
b552026d81 fix stlye sheet scoping,
imrpove some styling

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-05 23:35:11 +00:00
31042464a4 change resource page to account page,
improve table styling

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-05 22:48:36 +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
8b9cbec5fb use css vars for coloring
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-03 22:59:36 +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
8e60ece366 add basic resource viewing
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-03 21:57:03 +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
3116a47416 add extra input fields for container specific options
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-23 21:58:42 +00:00
da9dab4443 add create instance form dialog
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-23 21:11:43 +00:00
01074e87f8 add create instance button
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-21 21:52:57 +00:00
b6642c9f0c group action icons by type
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-21 21:50:54 +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
bd8d8a82cf add favicon
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-28 00:30:46 +00:00