Commit Graph

221 Commits

Author SHA1 Message Date
4556abc8ea consolidate handler params 2023-01-11 02:51:06 -08:00
3993b23d22 add missing type param in add disk handlers 2023-01-11 02:47:36 -08:00
da1b0661ca fix missing param in add disk handlers 2023-01-11 02:46:25 -08:00
7799954b0f streamline add disk code 2023-01-11 02:43:56 -08:00
1575fa33fd remoe focus outline 2023-01-11 02:27:10 -08:00
1ce205c17b add correct event listener 2023-01-11 02:16:30 -08:00
847f2d4d64 add red border on add disk device input focus 2023-01-11 02:15:58 -08:00
801bd1e105 populate add disk device with next avaliable value,
add red border around invalid device number
2023-01-11 02:01:34 -08:00
f12ee81b3e flip qemu disk ordering 2023-01-11 01:33:50 -08:00
49416cdd34 add pointer to disk items 2023-01-11 01:32:51 -08:00
30c6deb86c generalize button img hover 2023-01-11 01:30:28 -08:00
17836e432d fix form img hover 2023-01-11 01:28:09 -08:00
a221643ce4 add hover cursor change 2023-01-11 01:24:28 -08:00
619003616a fixes to limit and bus selection 2023-01-10 17:16:05 -08:00
f53882a50b use capital case for disk name 2023-01-10 17:12:24 -08:00
dbd6213b86 fix prefix in disk population 2023-01-10 17:11:00 -08:00
ffbfc04511 remove all references to disks 2023-01-10 17:09:59 -08:00
60737d1e77 fix populating bug 2023-01-10 17:09:10 -08:00
81da4724e9 fix variable typo 2023-01-10 17:06:34 -08:00
d3c4f338cf fix variable name collision 2023-01-10 17:05:41 -08:00
0b139f37c0 used variable to store disk configuration 2023-01-10 17:04:20 -08:00
17676a8564 add logic for bus select and device limit 2023-01-10 16:49:57 -08:00
b222f95483 align add disk button to the right 2023-01-10 16:15:44 -08:00
15b2e7ec58 add disk mini form 2023-01-10 16:01:13 -08:00
de7f7ed2b5 add some top margin to create disk button 2023-01-10 00:21:48 -08:00
95d735979a add disk create button 2023-01-10 00:18:23 -08:00
392446219d fix disk populating issue 2023-01-09 23:51:11 -08:00
0dee24b337 sort disks in numerical order 2023-01-09 23:50:11 -08:00
39594672bf decrease stop.svg thickness 2023-01-09 23:02:57 -08:00
3de452435c increase stop.svg slightly 2023-01-09 23:00:11 -08:00
5c2a0e53d6 increase stop.svg thickness 2023-01-09 22:59:09 -08:00
7bbff982fe increase start.svg size 2023-01-09 22:54:41 -08:00
56bbfa01f8 use better icon for drive 2023-01-09 22:43:54 -08:00
ee19c32f04 use a cleaner drive icon 2023-01-09 22:31:45 -08:00
4c23ac5c5e add logic for disk and drive icon 2023-01-09 22:24:04 -08:00
5b8ab3859d add drive.svg,
add width and height to some svg
2023-01-09 22:19:20 -08:00
da87996348 Fix bracket escape in README.md 2023-01-09 18:01:51 -08:00
8a107df67a Create README.md 2023-01-09 17:50:05 -08:00
6adf04efe8 generalize disk populating
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 16:21:45 -08:00
cd028002a0 change center div to fit-content
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 16:08:02 -08:00
45e3fb9509 add configurable disk population
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 16:02:25 -08:00
e20b952a2c add some margin to nav bar
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:29:36 -08:00
cf96ffe561 add auth successful message to login
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:20:34 -08:00
0740d65363 fix cookie deletion
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:16:24 -08:00
9d0e0db27d add deleteAllCookies util function,
add functionality to nav buttons

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:08:45 -08:00
78dd24d6cc add border to active button
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:01:21 -08:00
e38ab19c1d fix some nav styling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:54:47 -08:00
58736e6992 use btn-group class for nav bar
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:53:29 -08:00
85f3571ef6 fix style bug
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:50:52 -08:00
941e135762 fix nav bar positioning
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:50:07 -08:00