Commit Graph

103 Commits

Author SHA1 Message Date
Josue
079d89fedc refactor(front-end): rename styles to avoid ambiguity 2021-08-10 17:07:10 -04:00
Josue
1278cc3f91 style(front-end): move the VncDisplay component to the center of the server page in fullDisplay mode 2021-08-10 17:07:10 -04:00
Josue
9f47f7c45e style(front-end): add proper title to the dashboard and server pages 2021-08-10 17:07:10 -04:00
Josue
fac15493ba style: add server label and name to the preview and full size components 2021-08-10 17:07:10 -04:00
Josue
421f1d5439 refactor(front-end): add a placeholder for the vnc preview 2021-08-10 17:07:10 -04:00
Josue
4712a76682 fix(front-end): remove unnecessary fetch 2021-08-10 17:07:10 -04:00
Josue
7e69a95493 refactor(front-end): remove unused components 2021-08-10 17:07:10 -04:00
Josue
41b074e207 fix(front-end): change server page name, adjust paths, and add fetching vnc connection info 2021-08-10 17:07:10 -04:00
Josue
2c7e2c78ae refactor(front-end): modify fetch and add fetching data for vnc connection 2021-08-10 17:07:10 -04:00
Josue
b536b317dc refactor(front-end): use state hook to enable and disable full display mode 2021-08-10 17:07:10 -04:00
Josue
b572f19d2c refactor: modify server page to allow different types of display depending on user input 2021-08-10 17:07:10 -04:00
Josue
e523ad01ce fix: change url to fetch server info using latest changes in the specs 2021-08-10 17:07:10 -04:00
Josue
e728e3b5f9 refactor: use server_uuid to fetch a resource 2021-08-10 17:07:10 -04:00
Josue
8f353679bb feat: add server page and boilerplate code for the components 2021-08-10 17:07:10 -04:00
Josue
ea91b36291 refactor(front-end): use 2 columns for wider layout and display server at the top 2021-08-10 17:07:09 -04:00
Josue
89313de042 refactor: modify SharedStorage to match latest chagnes in specs 2021-06-04 12:11:49 -04:00
Josue
c3f0a948a6 fix: remove subdirectory from URIs 2021-06-04 12:11:49 -04:00
Josue
f79b9e3f04 refactor: adopt back-end naming in all the components 2021-06-04 12:11:49 -04:00
Josue
46e9661152 refactor: remove old dependency 2021-06-04 12:11:49 -04:00
Josue
8367a421c1 refactor: remove unnecessary parameter in the fetching tool 2021-06-04 12:11:49 -04:00
Josue
c7d2d6c925 refactor: remove margin added to main containers in the general layout 2021-06-04 12:11:49 -04:00
Josue
e1802e9ab6 style: increase margin in main layout to allow more precision with decorators 2021-06-04 12:11:49 -04:00
Josue
cd4a42d295 refactor: improve responsive capabilities 2021-06-04 12:11:49 -04:00
Josue
a3244fc58b fix: change the nesting of the components to fix problem with the AppBar 2021-06-04 12:11:49 -04:00
Josue
36c4bae2bd refactor: change the home page to take advantage of React context 2021-06-04 12:11:49 -04:00
Josue
2c795383d2 refactor: switch from Grid to Box for more flexible layout using flexbox 2021-06-04 12:11:49 -04:00
Josue
ec28e8750a refactor: move the Header component to the home page 2021-06-04 12:11:49 -04:00
Josue
0c43b126c8 refactor: remove style from Grid item and hide Storage component 2021-06-04 12:11:49 -04:00
Josue
3552dbffce refactor: include new components 2021-06-04 12:11:49 -04:00
Josue
4d55ab6b91 refactor: group up components to have clearer structure 2021-06-04 12:11:49 -04:00
Josue
a552028e80 refactor: change document template to use material-ui during SSR 2021-06-04 12:11:49 -04:00
Josue
416b0a3ce7 refactor: perform data checks inside of components instead of in index 2021-06-04 12:11:49 -04:00
Josue
935e716520 refactor: use fetched daat in SharedStorage, CPU and Memory components 2021-06-04 12:11:49 -04:00
Josue
105d7003d4 feat: use PeriodicFetch to get anvils data 2021-06-04 12:11:49 -04:00
Josue
0243b19d7c feat: add roboto-condensed font 2021-06-04 12:11:49 -04:00
Josue
c686aa6a71 refactor: fix vertical alignment in the main page 2021-06-04 12:11:49 -04:00
Josue
c4daab3287 refactor: remove href to google font from main document 2021-06-04 12:11:49 -04:00
Josue
1e32b3d32f refactor: remove server side rendering for now 2021-06-04 12:11:49 -04:00
Josue
f45c0cd956 refactor: elements related to previous approach (before material ui) 2021-06-04 12:11:49 -04:00
Josue
6b0ce569f3 feat: modify nextjs templates and index to use material ui 2021-06-04 12:11:49 -04:00
Josue
af3851137d chore: add material ui 2021-06-04 12:11:49 -04:00
Tsu-ba-me
5d4a854eb0 fix(striker-ui): extend Date to output iso-8601 with timezone 2021-06-04 12:11:49 -04:00
Tsu-ba-me
f151065ad9 fix(striker-ui): use iso-8601 date format in Anvil status 2021-06-04 12:11:49 -04:00
Tsu-ba-me
cee5f9735f fix(striker-ui): remove static UUID in Anvil status page 2021-06-04 12:11:49 -04:00
Tsu-ba-me
409a888974 fix(striker-ui): add styling to demo Anvil status page 2021-06-04 12:11:49 -04:00
Tsu-ba-me
55ba5151e9 fix(striker-ui): separate page containers from page implementation 2021-06-04 12:11:49 -04:00
Tsu-ba-me
e5f1bf491b fix(striker-ui): fetch Anvil status with interval 2021-06-04 12:11:49 -04:00
Tsu-ba-me
f149f1900e chore(striker-ui): rename lib/Anvil->anvil 2021-06-04 12:11:49 -04:00
Tsu-ba-me
9ee618ba20 fix(striker-ui): add initial styling to Anvil list page 2021-06-04 12:11:48 -04:00
Tsu-ba-me
ab10805adf fix(striker-ui): correct Anvil status page header 2021-06-04 12:11:48 -04:00
Tsu-ba-me
18bf5fbd62 fix(striker-ui): add basic style to anvil list 2021-06-04 12:11:48 -04:00
Tsu-ba-me
256c732f8e fix(striker-ui): override document to enable styled components 2021-06-04 12:11:48 -04:00
Tsu-ba-me
0b00a92a21 feat(striker-ui): add minimal demo 2021-06-04 12:11:48 -04:00