-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard Revamp #91
Dashboard Revamp #91
Conversation
@MVarshini Can you please update the |
@vishnuchalla Updated the file. |
I still come across this error when I run
|
Checked again. Works fine. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR was closed because it has been stalled for 6 days with no activity. |
What is our status on this integration? |
@chentex and I had to chat to get these in after the telco changes. @MVarshini would you mind updating this PR please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MVarshini I am unable to test this change, local-compose
seems to run, however the frontend pod doesn't seem to be serving out anything?
> [email protected] dev
> vite
VITE v5.2.7 ready in 156 ms
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
Is the containerfile for the frontend up to date?
@jtaleric The container file is up to date. Try to hit http://localhost:3000/ on the browser if it doesn't work let's it offline and check. |
@MVarshini Thanks for the fix to the local-compose -- in the past we never needed hostNetwork. There are still aspects of the new dashboard that seem broken for me.
I don't want to rush things, but is this PR ready? |
It has only the Home Page Table and OCP page hasn't been included here. Also, Side menu toggle is a bug and it has been fixed in this PR #102 which has both Home and OCP pages with Filter and Summary Tab |
const dispatch = useDispatch(); | ||
const onSidebarToggle = () => { | ||
dispatch(toggleSideMenu(false)); | ||
dispatch(showToast("success", "Hello")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Please remove this message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in PR #102
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering as this revamp has to go in multiple PRs, I am okay with merging this PR into separate branch as an initial step and having rest of the parts integrated in the upcoming ones. For example this PR only has home page and the layout set but doesn't actually filter out stuff and show product specific data (.i.e OCP, Quay etc) which is fine. Hopefully all these items will get addressed in #102.
cc: @chentex
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @MVarshini, merging this one to the revamp branch and test the #102
Type of change
Description
This PR revamps the current Dashboard
Related Tickets & Documents
Checklist before requesting a review
Testing