-
Notifications
You must be signed in to change notification settings - Fork 69
feat(ws): Notebooks 2.0 // Frontend // Workspaces table // Add MUI Support #183
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
Conversation
2aa7ec2 to
30910cc
Compare
paulovmr
left a comment
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.
Thanks for the PR @jenny-s51 ! Changes look OK to me, if you could please just run the eslint with npm run test:fix in the workspaces/frontend directory and commit the changes, it will fix the some formatting issues.
30910cc to
b676c90
Compare
…pport Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> apply env var to activate MUI theme remove masthead toggle, fix padding add bottom padding Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> apply latest changes from MR and npm run test:fix
74de035 to
16b3864
Compare
jenny-s51
left a comment
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 for your review and feedback @paulovmr.
I've rebased the branch, updated the stylesheet with the latest fixes from Model Registry, resolved the PR conflicts, and ran npm run test:fix.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ederign, paulovmr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Great to see you contributing @jenny-s51 ! |
|
/lgtm |
…pport (kubeflow#183) Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> apply env var to activate MUI theme remove masthead toggle, fix padding add bottom padding Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> apply latest changes from MR and npm run test:fix
…pport (kubeflow#183) Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> apply env var to activate MUI theme remove masthead toggle, fix padding add bottom padding Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> apply latest changes from MR and npm run test:fix Signed-off-by: CI Bot <mkoushni@redhat.com>
…pport (kubeflow#183) Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> apply env var to activate MUI theme remove masthead toggle, fix padding add bottom padding Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> apply latest changes from MR and npm run test:fix
Adds MUI support to Notebooks 2.0 UI. Applies theming to Workspaces table.
Before:

After:
