Commit Graph

836 Commits

Author SHA1 Message Date
Tsu-ba-me
0db0a94a05 style(striker-ui): fix style linting errors in components 2022-03-18 22:50:40 -04:00
Tsu-ba-me
c2f38a3f00 fix(striker-ui): trigger file input field with icon button 2022-03-18 22:50:40 -04:00
Tsu-ba-me
ed723734c4 fix(striker-ui): add button to upload files 2022-03-18 22:50:40 -04:00
Tsu-ba-me
96e7af8949 feat(striker-ui): add file-manager page 2022-03-18 22:50:40 -04:00
Tsu-ba-me
7d4e791565 fix(striker-ui): remove undefined hosts after host sanitize
The back-end is currently ignoring requests for status on the DR
host(s) because we don't need to show DR status in the UI (for now).
The front-end gets undefined when trying to match a DR host array index
to the AnvilStatusHost[].

This change filters out the undefined item(s) to prevent crashing.
2022-02-23 23:35:41 -05:00
Josue
be7d12ed1d style(front-end): fix issue with preview placeholder fitting the container 2021-10-21 15:37:49 -04:00
Josue
75210d2557 fix: display appropriate actions for selected servers 2021-10-21 15:37:49 -04:00
Josue
c3d6ca0ed8 fix(front-end): change functionality when the server panel is in edit mode 2021-10-21 15:37:49 -04:00
Josue
c0d4e1132e refactor(front-end): add fetching preview image from the backend 2021-10-21 15:37:49 -04:00
Josue
d44d035bed refactor(front-end): rename interface 2021-10-21 15:37:49 -04:00
Tsu-ba-me
2808fdd123 style(striker-ui): fix styling to make build succeed 2021-08-25 11:43:53 -04:00
Josue
e2a226db9c refactor(front-end): use novnc npm package instead of partially cloned novnc repo 2021-08-10 17:07:10 -04:00
Josue
a2949c3453 style(front-end): expand VncDisplay component to 100% 2021-08-10 17:07:10 -04:00
Josue
50dff00d13 style(front-end): fix scrollbar track colour 2021-08-10 17:07:10 -04:00
Josue
fea3ae94fc refactor(front-end): remove handler for when the mouse pointer leaves the vnc container 2021-08-10 17:07:10 -04:00
Josue
1a64ada0c3 refactor(front-end): implement a new version of a vnc display using a different rfb type 2021-08-10 17:07:10 -04:00
Josue
21c90c6224 feat(front-end): add a fetcher with timeout and controlls to reconnect to the server 2021-08-10 17:07:10 -04:00
Josue
92601e532e refactor(font-end): rename fetcher 2021-08-10 17:07:10 -04:00
Josue
ae628edb24 style(front-end): display message while the front-end fetches vnc connection configs 2021-08-10 17:07:10 -04:00
Josue
c53b1f8490 fix(front-end): set dashboard button to /index.html 2021-08-10 17:07:10 -04:00
Josue
22bf614809 fix(front-end): remove extracting url from env variable 2021-08-10 17:07:10 -04:00
Josue
3e3e7fba12 fix(front-end): get domain from window and add spinner 2021-08-10 17:07:10 -04:00
Josue
cdab38f4c0 refactor(front-end): remove unnecesary layer wrapping the appbar 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
ee2bf4da09 refactor(front-end): add button in the drawer to go the dashboard/home page 2021-08-10 17:07:10 -04:00
Josue
5fe420eb67 refactor(front-end): add logout icon to the header 2021-08-10 17:07:10 -04:00
Josue
e4681e09c9 refactor(front-end): abstract the process to extract a domain from a given url 2021-08-10 17:07:10 -04:00
Josue
d0dd8db6db fix(front-end): use anvil ip 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
b5def9a539 fix(front-end): remove preview image to avoid build error 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
83883821f4 refactor(front-end): add all the key combinations specified in the specs 2021-08-10 17:07:10 -04:00
Josue
5ff48dad9b feat(front-end): add a first implementation of sending key combinations to a server hosted in node 2021-08-10 17:07:10 -04:00
Josue
f08b3adc12 refactor(front-end): use ref instead of state to avoid unnecessary rerenders 2021-08-10 17:07:10 -04:00
Josue
e3453a1fe6 refactor(front-end): set rfb state to undefined when the VncDisplay component is unmounted 2021-08-10 17:07:10 -04:00
Josue
c959903bec feat(front-end): add keyboard button and drop down menuw with key combinations 2021-08-10 17:07:10 -04:00
Josue
fa6cb627c1 refactor(fron-end): switch to custom implementation of VncDisplay 2021-08-10 17:07:10 -04:00
Josue
47b3d3e9c3 feat(frnot-end): implement a custom version of VncDisplay to add features needed for the project 2021-08-10 17:07:10 -04:00
Josue
66c0e01b27 refactor(front-end): add placeholder for preview image and button to switch to full display mode 2021-08-10 17:07:10 -04:00
Josue
23cdfd10b2 style(front-end): remove component header and add close button to full display mode 2021-08-10 17:07:10 -04:00
Josue
783a0d99b6 refactor: create component for preview and move display views to their own directory 2021-08-10 17:07:10 -04:00
Josue
6e380fe11c refactor: rename display component to FullSize so it's only used for vnc stream full display 2021-08-10 17:07:10 -04:00
Josue
e4f617ffc0 refactor: remove unnecessary setup for displaying vnc feed 2021-08-10 17:07:10 -04:00
Josue
96576f5055 refactor: remove react-vnc and add react-vnc-display for vnc connection in the server page 2021-08-10 17:07:10 -04:00
Josue
c1d8cf3a48 style: remove bottom padding from inner pannel 2021-08-10 17:07:10 -04:00
Josue
bf93f5a5db refactor: add condition to render divider 2021-08-10 17:07:10 -04:00
Josue
57c891bfdf refactor: add anchors to list items in server list 2021-08-10 17:07:10 -04:00
Josue
32b3b6a1f8 refactor: add better alignment and a divider to the resource component 2021-08-10 17:07:10 -04:00
Josue
fa7950057c refactor: include link icon and decorator in the resource component 2021-08-10 17:07:10 -04:00
Josue
0cfe18904f refactor: move volumes and nested data to their own component 2021-08-10 17:07:10 -04:00
Josue
7608d643fd refactor: pass fetched server into Resource component 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
159c02e0ab style(front-end): modify scrollbar style for panels to match design 2021-08-10 17:07:09 -04:00
Josue
6d1f4f8025 fix(front-end): adjust padding and breakpoint when showing scrollbars 2021-08-10 17:07:09 -04:00
Josue
8615bf9f20 fix(front-end): avoid sending a set_power request when closing the power menu 2021-06-25 16:52:23 -04:00
Josue
a1163916ab fix(front-end): adjust logic to perform set action and change prop name sent to the back-end 2021-06-25 16:52:23 -04:00
Josue
bf8a323c50 style(front-end): change icon for edit mode, and fix problem with capitalized text in power button 2021-06-25 16:52:23 -04:00
Josue
42d3a637d0 refactor(front-end): add fetcher to set power and refactor power buttons 2021-06-25 16:52:23 -04:00
Josue
68765a3408 refactor(front-end): add colours to main theme, add select all functionality and fix style errors 2021-06-25 16:52:23 -04:00
Josue
809bb1bb32 style: fix colours when enabling edit mode 2021-06-25 16:52:23 -04:00
Josue
025d64b0fc fix: improve server selection in the server component 2021-06-25 16:52:23 -04:00
Josue
b5770ab02d feat: add controls to turn servers on or off 2021-06-25 16:52:23 -04:00
Josue
9945915f5a refactor: filter out empty nodes before rendering a component 2021-06-04 12:11:49 -04:00
Josue
6611d9f91b refactor: remove unnecessary comment 2021-06-04 12:11:49 -04:00
Josue
8e78ed2fea refactor: sanitize hosts data to avoid using empty nodes 2021-06-04 12:11:49 -04:00
Josue
284d536f7f style: add dividers between nodes and links 2021-06-04 12:11:49 -04:00
Josue
c31cdeec11 style: remove searchbar and add red bottom border 2021-06-04 12:11:49 -04:00
Josue
341a4ad50a fix: change data types in fileSystem to avoid crashing during building process 2021-06-04 12:11:49 -04:00
Josue
227685983f fix: use colour from the palette for the spinner 2021-06-04 12:11:49 -04:00
Josue
029714112b fix: remove unnecessary comment 2021-06-04 12:11:49 -04:00
Josue
440b5c81ef refactor: use online instead of is_removable 2021-06-04 12:11:49 -04:00
Josue
4f88f0113b refactor: turn drawer icons and header icons into buttons and add URIs 2021-06-04 12:11:49 -04:00
Josue
89313de042 refactor: modify SharedStorage to match latest chagnes in specs 2021-06-04 12:11:49 -04:00
Josue
ee063c9f43 feat: add FileSystems component and types 2021-06-04 12:11:49 -04:00
Josue
117fd8a78d style: change CPU component to match latest changes in the design 2021-06-04 12:11:49 -04:00
Josue
1852c68454 fix: filter out nodes with no uuid 2021-06-04 12:11:49 -04:00
Josue
e8693e7ef8 fix: hide progress bar and message if a node is offline 2021-06-04 12:11:49 -04:00
Josue
936057f39e fix: change server status value to match what's in the specs 2021-06-04 12:11:49 -04:00
Josue
64f0c2d756 feat: add spinner 2021-06-04 12:11:49 -04:00
Josue
0e1098d893 refactor: update host state following specs 2021-06-04 12:11:49 -04:00
Josue
7199e1899e refactor: update valid values for link_state 2021-06-04 12:11:49 -04:00
Josue
6b2d3700f9 fix: use host_uuid instead of index number to determine server's host 2021-06-04 12:11:49 -04:00
Josue
24e4509c8d refactor: add reserved prop to Memory component 2021-06-04 12:11:49 -04:00
Josue
a3a4e4c72d fix: use correct endpoint for network 2021-06-04 12:11:49 -04:00
Josue
0e09683d61 fix: use prop names from the 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
ff9460cc49 refactor: use node status to determine Anvil status, and add set_power for an anvil 2021-06-04 12:11:49 -04:00
Josue
982a8e4f00 fix: use AnvilStatus type for hosts info instead of Anvil type 2021-06-04 12:11:49 -04:00
Josue
1255ca2599 refactor: translate and display node state messages 2021-06-04 12:11:49 -04:00
Josue
e775b4ac16 refactor: use regex instead of a map to display node state 2021-06-04 12:11:49 -04:00
Josue
73af9f6e57 refactor: add sending a request to the backend when switches change state for power and memebership 2021-06-04 12:11:49 -04:00
Josue
65677c0bfb refactor: add border radius to constants 2021-06-04 12:11:49 -04:00
Josue
fa075598b8 refactor: remove unused style class 2021-06-04 12:11:49 -04:00
Josue
894558d177 refactor: allow disabling membership switch for nodes in Nodes component 2021-06-04 12:11:49 -04:00
Josue
e557758983 refactor: remove unused styles in the drawer component 2021-06-04 12:11:49 -04:00
Josue
162831ebf2 refactor: move eslint disable rule to a better place 2021-06-04 12:11:49 -04:00
Josue
9cdb9fc0fa style: use Headertext for admin header 2021-06-04 12:11:49 -04:00
Josue
7209d47aa2 style: hide legacy icons in mobile layout and center search bar 2021-06-04 12:11:49 -04:00
Josue
10650e8bb2 refactor: add legacy icons and text to AnvilDrawer 2021-06-04 12:11:49 -04:00
Josue
45d0368d6f refactor: add icons and text to the drawer 2021-06-04 12:11:49 -04:00
Josue
acd6052b71 feat: add initial implementation of drawer menu 2021-06-04 12:11:49 -04:00
Josue
05786d444b refactor: use better naming for colours 2021-06-04 12:11:49 -04:00
Josue
27c34cbb01 fix: typos in px to em switch 2021-06-04 12:11:49 -04:00
Josue
434fdd38bc style: fix left padding in serer list 2021-06-04 12:11:49 -04:00
Josue
f52669160c refactor: remove unused version of ReplicatedStorage 2021-06-04 12:11:49 -04:00
Josue
93b6b269e3 refactor: remove next/image to avoid errors during export 2021-06-04 12:11:49 -04:00
Josue
1ed509e497 fix: typos in Anvils and fetcher 2021-06-04 12:11:49 -04:00
Josue
4d2c140234 refactor: use em instead of px 2021-06-04 12:11:49 -04:00
Josue
8df08e6e2c refactor: use Decorator component in SelectedAnvil 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
231c6dfdda refactor: add Decorator component 2021-06-04 12:11:49 -04:00
Josue
844e201c0b refactor: move Network to its own module 2021-06-04 12:11:49 -04:00
Josue
cfff53bf1a refactor: move SharedStorage to their own module 2021-06-04 12:11:49 -04:00
Josue
cf40057e97 refactor: move panels to their own module 2021-06-04 12:11:49 -04:00
Josue
5efd3938e2 refactor: include SELECTED_ANVIL colour in the theme 2021-06-04 12:11:49 -04:00
Josue
09f30eba37 refactor: set scrolling depending on screen size 2021-06-04 12:11:49 -04:00
Josue
04b5f6e9fd fix: add padding for better header display, and change overflow depending on screen size 2021-06-04 12:11:49 -04:00
Josue
f61d14de0b fix: move margin prop from paper to container 2021-06-04 12:11:49 -04:00
Josue
11ce038344 refactor: switch from pseudo elements to regular elements for square decorator implementation 2021-06-04 12:11:49 -04:00
Josue
0e5a728dcc refactor: connect switch to Node state 2021-06-04 12:11:49 -04:00
Josue
0bf3e6cd38 refactor: fix paths to constanst 2021-06-04 12:11:49 -04:00
Josue
4861bbd91a refactor: change server states to match values defined in the design document 2021-06-04 12:11:49 -04:00
Josue
514755c559 feat: add constants for handling states and decorators 2021-06-04 12:11:49 -04:00
Josue
965a50ddf5 refactor: move setting selected anvil to child components 2021-06-04 12:11:49 -04:00
Josue
4fbb61dede fix: improve anvil default selection at launch 2021-06-04 12:11:49 -04:00
Josue
3d837a3ea7 fix: provide default value for undefined string 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
6a2433878f refactor: handle overflow in the Nodes component 2021-06-04 12:11:49 -04:00
Josue
a5ba0a7c50 refactor: use Context in the SelectedAnvil component 2021-06-04 12:11:49 -04:00
Josue
ed79116296 style: add padding to the box containing the mount point 2021-06-04 12:11:49 -04:00
Josue
85f13e4ab9 refactor: use a real element instead of a pseudo element to create the panel header 2021-06-04 12:11:49 -04:00
Josue
14d8dd1683 refactor: remove Grid and use Box in the header 2021-06-04 12:11:49 -04:00
Josue
5ffdd3b0f9 refactor: add context to Anvils component 2021-06-04 12:11:49 -04:00
Josue
bd4d5a1dda style: change dividers' and borders' colour to match design 2021-06-04 12:11:49 -04:00
Josue
bfbefa74c6 refactor: use context to display anvil info in CPU, Memory, Network, Storage and Nodes components 2021-06-04 12:11:49 -04:00
Josue
d416ec2980 feat: add tool for anvil sorting 2021-06-04 12:11:49 -04:00
Josue
54d777b989 refactor: add propper decorator selector for selected anvil 2021-06-04 12:11:49 -04:00
Josue
b3756cbe20 refactor: modify Network to use useContext for selected anvil 2021-06-04 12:11:49 -04:00
Josue
d765e858af refactor: modify Network to use useContext for selected anvil 2021-06-04 12:11:49 -04:00
Josue
6d150f75f8 feat: add react context to handle selected anvils 2021-06-04 12:11:49 -04:00
Josue
a0d45f3839 feat: add scrolling 2021-06-04 12:11:49 -04:00
Josue
84c46412d5 refactor: set speed and state of the slowest link 2021-06-04 12:11:49 -04:00
Josue
0386bf1b83 refactor: add scrolling and real bond speed 2021-06-04 12:11:49 -04:00
Josue
427588df0f refactor: change text component to allow unselected option 2021-06-04 12:11:49 -04:00
Josue
93d10e0528 fix: typo 2021-06-04 12:11:49 -04:00
Josue
caae2dd1e7 fix: change data value range to match design 2021-06-04 12:11:49 -04:00
Josue
12810ef501 refactor: add displaying node in use for a server 2021-06-04 12:11:49 -04:00
Josue
6ecd074990 feat: add tools to process network information for easier display 2021-06-04 12:11:49 -04:00
Josue
d6485b3ee9 refactor: remove unused styles and show host name 2021-06-04 12:11:49 -04:00
Josue
557782e1d0 refactor: reimplement the Node component to match the latest design 2021-06-04 12:11:49 -04:00
Josue
fbf22c310c fix: change header text in Storage component to 'Storage Resync' 2021-06-04 12:11:49 -04:00
Josue
82121508f3 refactor: adjust the size of all headers to a h4 type 2021-06-04 12:11:49 -04:00
Josue
ff10555b5a feat: add decorator to Shared Storage 2021-06-04 12:11:49 -04:00
Josue
f863f7a046 feat: add network component and data processing module 2021-06-04 12:11:49 -04:00
Josue
704e77abde refactor: change component nesting to group shared storage by file system 2021-06-04 12:11:49 -04:00
Josue
8dc50d04f7 refactor: remove Grid in favour of Box component 2021-06-04 12:11:49 -04:00
Josue
bf19c17b3d fix: change the colour of the list item when hover over 2021-06-04 12:11:49 -04:00
Josue
e6bdd6224a refactor: remove Grid in favour of Box component 2021-06-04 12:11:49 -04:00
Josue
d5b380ea1f refactor: remove Grid in favour of Box component 2021-06-04 12:11:49 -04:00
Josue
b72dacb61f refactor: remove unnecessary Grid and use Anvil component in list 2021-06-04 12:11:49 -04:00
Josue
b496e8b847 refactor: remove Grid in favour of Box component 2021-06-04 12:11:49 -04:00
Josue
9f59f54315 refactor: use whiteSpace prop instead of style 2021-06-04 12:11:49 -04:00
Josue
f4a42a8e6d feat: add decorator to SelectedAnvil 2021-06-04 12:11:49 -04:00
Josue
3264361d19 refactor: reove Grid components and use Box instead 2021-06-04 12:11:49 -04:00
Josue
f4a6e1c520 feat: add decorator to the Anvils component 2021-06-04 12:11:49 -04:00
Josue
84fef7d98b feat: add decorator to the Servers component 2021-06-04 12:11:49 -04:00
Josue
97bfab3ec6 refactor: remove unused dependency 2021-06-04 12:11:49 -04:00
Josue
a0a1237c5d feat: add placeholder component for the storage section 2021-06-04 12:11:49 -04:00
Josue
e072ac7455 feat: add placeholder component for the network section 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
718e654f24 refactor: remove components used in demo without MUI 2021-06-04 12:11:49 -04:00
Josue
6abdfcc9a7 feat: add Servers component to list servers 2021-06-04 12:11:49 -04:00
Josue
92f53e8377 refactor: add threads to Total Cores information 2021-06-04 12:11:49 -04:00
Josue
ce539915a9 refactor: clean up Anvil list and enable click for list items 2021-06-04 12:11:49 -04:00
Josue
51c5a627aa feat: create SelectedAnvil component for a selectd Anvil from AnvilList 2021-06-04 12:11:49 -04:00
Josue
211613b110 fix: change ProgressBar style to match design 2021-06-04 12:11:49 -04:00
Josue
185cf1398e refactor: use the PanelHeader component with nodes to get the shifted header effecft 2021-06-04 12:11:49 -04:00
Josue
0f8c2452fd feat: create an AnvilList component to show Anvils' status and allow seelction 2021-06-04 12:11:49 -04:00
Josue
8d5a85aaad fix: change AllocationBar style to match design 2021-06-04 12:11:49 -04:00
Josue
415fbce267 refactor: tweak style to match shifted header design 2021-06-04 12:11:49 -04:00
Josue
0d7a3651ce fix: remove using old version of InnerPanel 2021-06-04 12:11:49 -04:00
Josue
6e240eb160 feat: add Panelheader component to create shifted header 2021-06-04 12:11:49 -04:00
Josue
df8e3ee8a0 fix: remove unnecessary check 2021-06-04 12:11:49 -04:00
Josue
e1e4df084f refactor: adapt progress bar to use storage bar style 2021-06-04 12:11:49 -04:00
Josue
f15c164835 refactor: remove unused style 2021-06-04 12:11:49 -04:00
Josue
5783c195be refactor: use storage bar as progress bar with adapted style 2021-06-04 12:11:49 -04:00
Josue
8f33d34ed8 refactor: add decoration boxes using pseudo elements (z-index not responding) 2021-06-04 12:11:49 -04:00
Josue
fa7084f5c4 refactor: remove InnerPanel to try to add shifted border using pseudo elements 2021-06-04 12:11:49 -04:00
Josue
a909260779 refactor: switch from using material-ui's Paper to pseudo elements for panel decoration 2021-06-04 12:11:49 -04:00
Josue
aeb4137c41 refactor: restructure using new Node type for more flexibility in data passed to components 2021-06-04 12:11:49 -04:00
Josue
5c90a05882 refactor: change font size for main text 2021-06-04 12:11:49 -04:00
Josue
cf417c5ee9 refactor: specify data type in map 2021-06-04 12:11:49 -04:00
Josue
cf77395bf3 refactor: fetch from get_status and use the data with the Anvil component 2021-06-04 12:11:49 -04:00
Josue
ec8b171bea refactor: modify Nodes to fetch and display real data 2021-06-04 12:11:49 -04:00
Josue
fef1bac9c6 feat: create AnvilNode component 2021-06-04 12:11:49 -04:00
Josue
dc9db4f5dd feat: create Anvil component 2021-06-04 12:11:49 -04:00
Josue
3db6ca9c55 feat: add SharedStorageNode component 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
7c10804186 feat: add innerPanel as part of the layout 2021-06-04 12:11:49 -04:00
Josue
7b1d3c4e88 refactor: remove opacity from Paper component 2021-06-04 12:11:49 -04:00
Josue
1b1f25976e fix: specify grid items in header's layout 2021-06-04 12:11:49 -04:00
Josue
f8f706c1dd feat: use fetcher for cpu data 2021-06-04 12:11:49 -04:00
Josue
3bd5a7c253 refactor: use pretty-bytes for formatting 2021-06-04 12:11:49 -04:00
Josue
b37042778e refactor: change bar colour using prop value 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
ddc1d1593c feat: include inner panel in Nodes 2021-06-04 12:11:49 -04:00
Josue
ce56ad092b feat: add temaplate using new components to SharedStorage 2021-06-04 12:11:49 -04:00
Josue
00a871d8f1 fix: modify left padding in leftLabel 2021-06-04 12:11:49 -04:00
Josue
a2ef83b348 feat: use ProgressBar in ReplicatedStorage component 2021-06-04 12:11:49 -04:00
Josue
f80fd85c9e feat: create a progress bar component for sync tasks 2021-06-04 12:11:49 -04:00
Josue
7ae6586577 fix: use border-radius specified in the design 2021-06-04 12:11:49 -04:00
Josue
5c1ecd374f refactor: add padding to the panel component 2021-06-04 12:11:49 -04:00
Josue
a3c93bf393 feat: add an allocation bar component 2021-06-04 12:11:49 -04:00
Josue
5e066070e9 refactor: add opacity to paper component 2021-06-04 12:11:49 -04:00
Josue
c3f0d791b9 refactor: use new text component with all the sections in the page 2021-06-04 12:11:49 -04:00
Josue
70df6b46b8 feat: add search bar and icons from previous version to header 2021-06-04 12:11:49 -04:00
Josue
b650000dc2 feat: create base components for all the sections 2021-06-04 12:11:49 -04:00
Josue
38dd97efcd feat: create panel and inner panel to be used with all the elements in the page 2021-06-04 12:11:49 -04:00
Josue
6d018f6b5d feat: create Text component that renders text using custom the design's style 2021-06-04 12:11:49 -04:00
Josue
0ba269f9f3 feat: add material ui to the header 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
7e57668a46 fix(striker-ui): use primary color in ToggleSwitch lever 2021-06-04 12:11:49 -04:00
Tsu-ba-me
527da435d4 fix(striker-ui): handle borders in horizontal lists 2021-06-04 12:11:49 -04:00
Tsu-ba-me
f49f749891 fix(striker-ui): allow atom ToggleSwitch to update when props change 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
0da55725f3 feat(striker-ui): add atom ToggleSwitch 2021-06-04 12:11:49 -04:00
Tsu-ba-me
14d3627c90 fix(striker-ui): enable atom Button to accept HTML button props 2021-06-04 12:11:49 -04:00
Tsu-ba-me
a08c2b24ad fix(striker-ui): add missing types imports in atom Button 2021-06-04 12:11:49 -04:00
Tsu-ba-me
88bd6823c6 feat(striker-ui): add organism Header 2021-06-04 12:11:48 -04:00
Tsu-ba-me
52e47197dc feat(striker-ui): add molecule List 2021-06-04 12:11:48 -04:00
Tsu-ba-me
967f54a5c9 feat(striker-ui): add atom SimpleLink 2021-06-04 12:11:48 -04:00
Tsu-ba-me
baace23719 feat(striker-ui): add atom Button 2021-06-04 12:11:48 -04:00
Tsu-ba-me
b08332227a feat(striker-ui): add atom Label 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