feat: major dashboard changes#158
Merged
WeryZebra-Yue merged 16 commits intomainfrom Jan 2, 2024
Merged
Conversation
Changes : - Font changed: Gilroy to DMSans - Deleted `ui/src/contexts/ApiContext.ts` and `ui/src/api/LocalApi.ts` (no usage) - Added New Bootstrap Tooltip and PieChart Components - Renamed Overview to Overall - Created a new component called Overview - In `src/api/Api.ts` changed all interfaces to types - In Preview, used `React.useEffect` and `React.useState` hooks to make the pie charts responsive - Added new CSS variable for colours - In `ui/src/types/component.type.ts` added ‘metric_validation_unchecked’
Contributor
|
Hey @driptanil, few things I need to address here:
|
Delete postgres_config.yaml Delete opensearch_config.yaml UI:Major Dashboard Change Changes : - Font changed: Gilroy to DMSans - Deleted `ui/src/contexts/ApiContext.ts` and `ui/src/api/LocalApi.ts` (no usage) - Added New Bootstrap Tooltip and PieChart Components - Renamed Overview to Overall - Created a new component called Overview - In `src/api/Api.ts` changed all interfaces to types - In Preview, used `React.useEffect` and `React.useState` hooks to make the pie charts responsive - Added new CSS variable for colours - In `ui/src/types/component.type.ts` added ‘metric_validation_unchecked’
…into ui-update
WeryZebra-Yue
suggested changes
Dec 23, 2023
Fixed File and Directory structure, for cleaner code
WeryZebra-Yue
suggested changes
Jan 1, 2024
Contributor
|
Renaming the folder structure ".../UI/..." would be wonderful. @driptanil |
Contributor
Author
Do I rename it to sub-components ? Please suggest me a name |
WeryZebra-Yue
suggested changes
Jan 2, 2024
WeryZebra-Yue
suggested changes
Jan 2, 2024
WeryZebra-Yue
approved these changes
Jan 2, 2024
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.
New Dashboard
Previous Dashboard
Fixes/Implements
ui/src/contexts/ApiContext.tsandui/src/api/LocalApi.ts(no usage)src/api/Api.tschanged all interfaces to typesui/src/types/component.type.tsadded ‘metric_validation_unchecked’Type of change
How Has This Been Tested?