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.
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.
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: )
0b31db2 to
40ca5bb
Compare
8e53632 to
540e82f
Compare
Signed-off-by: Shruti78 <shrutimurthy2103@gmail.com> Frontend updation of the Queues UI Signed-off-by: Shruti78 <shrutimurthy2103@gmail.com> Frontend updation of the Queues UI Signed-off-by: Shruti78 <shrutimurthy2103@gmail.com> modified jobs-pods for the UI Signed-off-by: Shruti78 <shrutimurthy2103@gmail.com> prettier check added Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com> edit dialogue box changed Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com> pods handle search improved Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com> npm run format Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>
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 DetailsNeeds 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.