-
Notifications
You must be signed in to change notification settings - Fork 50
Redesigned the Jobs and Pods layout to align with the Queue structure. #80
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
Redesigned the Jobs and Pods layout to align with the Queue structure. #80
Conversation
|
This PR is only mergable after #71 |
|
/assign @william-wang |
|
i will have to redo rendering of this pages too, after the latest changes |
26dc5c7 to
4156173
Compare
|
@Monokaix @JesseStutler this branch can be merged now |
|
What is this PR for? More description needs to be added in this PR |
done |
de6p
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.
Looking at the code, I noticed it could be made more compact by using TanStack Table. Right now, we're using the MUI library for that. This is just a suggestion — we can implement it later if needed.
TanStack Table generally offers better performance for very large dataset and it's very optimized.
Lightweight Core is very small (~14kb)
// @JesseStutler @Monokaix
actually after implementation i will change UI to shadecnUI so i will make necessary changes later |
MUI is a littele an old style, maybe we can change to a more modern one after this LFX project done. |
we could utilize this pr |
Nice! You can keep working on that: ) |
|
/lgtm |
|
|
||
| const convertContent = (content, fromMode, toMode) => { | ||
| try { | ||
| if (fromMode === "yaml" && toMode === "json") { |
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.
Both json and yaml are not user friendly, I think we can just keep one yaml format, and add a text box display method to display some important fields instead of json, but this can be done in another pr and not so urgent, and just remove json in this pr: )
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.
Ok
0b31db2 to
40ca5bb
Compare
8e53632 to
540e82f
Compare
Signed-off-by: Shruti78 <[email protected]> Frontend updation of the Queues UI Signed-off-by: Shruti78 <[email protected]> Frontend updation of the Queues UI Signed-off-by: Shruti78 <[email protected]> modified jobs-pods for the UI Signed-off-by: Shruti78 <[email protected]> prettier check added Signed-off-by: Shrutim1505 <[email protected]> edit dialogue box changed Signed-off-by: Shrutim1505 <[email protected]> pods handle search improved Signed-off-by: Shrutim1505 <[email protected]> npm run format Signed-off-by: Shrutim1505 <[email protected]>
5fb2148 to
f1e0644
Compare
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Monokaix 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 |



Uh oh!
There was an error while loading. Please reload this page.