-
Notifications
You must be signed in to change notification settings - Fork 108
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
Spinner and Page Navigation issues #3543
Spinner and Page Navigation issues #3543
Conversation
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.
Approving, but with a few minor issues ...
dashboard/src/modules/components/SidebarComponent/sideMenuOptions.js
Outdated
Show resolved
Hide resolved
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.
I think that we should be using the symbolic references instead of literals in sideMenuOptions.js
.
dashboard/src/modules/components/SidebarComponent/sideMenuOptions.js
Outdated
Show resolved
Hide resolved
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.
The changes look good; I just have one question.
export const menuOptionsNonLoggedIn = [ | ||
{ key: "dashboard", link: "/", name: "Dashboard" }, |
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.
In light of the change to HeaderComponent/index.jsx
line 145, should the link
field here should be changed to "/" + APP_ROUTES.HOME
? (I think the answer is "no", but I don't know why. 😞)
a471c63
to
95868cf
Compare
95868cf
to
5e24a0a
Compare
Spinner and Page Navigation issues
5e24a0a
to
1785a80
Compare
Since your rebase didn't clear the approvals, I'm tempted to merge this ... but I have a feeling that, with the CI ubi9 container problems we're seeing that will break the |
PBENCH-1263
Spinner and Page Navigation issues
Header logo
, it will re-direct tohome
pageAll Runs
on side menu will showComing soon
text