Conversation
added 12 commits
July 7, 2020 10:40
This was generated using 'create-react-app dashboard' with version 3.4.0
Beginning to build out the directory structure for the dashboard.
Material UI is kind of slow but is high level enough to move quickly while also looking good by default.
Clears out a portion of the default App.js code and adds an unstyled Material UI TopBar to the main App component.
CSS Baseline is part of Material UI and sets a few page-wide defaults.
The Nav is made up of a top app bar and a side drawer. It works as the container and router for the main content.
Uses prettier to format all types of files in the dashboard project. It can be run using 'npx prettier --write' for now, it has not yet been included in the CI or the Makefile.
This wasn't done in a prior commit.
Resources are the base components that make up a Feature Store. Currently this is Features, Feature Sets, Training Sets, Sources, and Materialized Views.
If multiple DrawerLists exist in the same Drawer, they should be wrapped in their own List element and separated by a <Divider />.
The sitemap FontAwesome Icon is slightly wider than typical icons. It was being cut off prior to making overflow visible.
They don't currently point anywhere or do anything.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.