Skip to content
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

Refactor paginated and filetered tables into one component #1063

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

mmuzikar
Copy link
Contributor

Created a FilteredTable component that can be used for generic rendering of tables with filters, sorting and search. Fixes the pagination issues where the page would always reset and is keeping the same features so far

Fixes #1004
Fixes #1005

@mmuzikar mmuzikar marked this pull request as draft August 15, 2024 11:05
Copy link

github-actions bot commented Aug 15, 2024

Test Results

  8 files  ± 0    8 suites  ±0   41m 55s ⏱️ + 5m 9s
 66 tests ± 0   64 ✅ ± 0   2 💤 ±0  0 ❌ ±0 
536 runs  +66  508 ✅ +63  28 💤 +3  0 ❌ ±0 

Results for commit 962e04b. ± Comparison against base commit b20a16d.

♻️ This comment has been updated with latest results.

@hawtio-ci
Copy link

hawtio-ci bot commented Aug 20, 2024

Test results

Run attempt: 2218
Detailed summary

NAME TESTS PASSED ✅ SKIPPED 💤 FAILED ❌ ERRORS 🚫 TIME 🕖
results-quarkus-node(18)-java(17)-firefox 67 64 3 0 0 312.283
results-quarkus-node(18)-java(21)-firefox 67 64 3 0 0 316.052
results-quarkus-node(20)-java(17)-firefox 67 64 3 0 0 311.596
results-quarkus-node(20)-java(21)-firefox 67 64 3 0 0 314.807
results-springboot-node(18)-java(17)-firefox 67 63 4 0 0 313.144
results-springboot-node(18)-java(21)-firefox 67 63 4 0 0 316.612
results-springboot-node(20)-java(17)-firefox 67 63 4 0 0 317.013
results-springboot-node(20)-java(21)-firefox 67 63 4 0 0 314.371

@mmuzikar mmuzikar marked this pull request as ready for review August 21, 2024 11:38
@mmuzikar mmuzikar changed the title Draft: refactor paginated and filetered tables into one component Refactor paginated and filetered tables into one component Aug 21, 2024
Copy link
Member

@tadayosi tadayosi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

@tadayosi
Copy link
Member

@mmelko Could you review this as well, as this touches the parts you developed?

@mmelko
Copy link
Collaborator

mmelko commented Aug 30, 2024

@mmuzikar I noticed that the Logs table is quite changed from the previous. There is a one small issue, when you click on the Clear All Filters there .. the Log level isn't cleared.

@mmuzikar
Copy link
Contributor Author

mmuzikar commented Sep 2, 2024

@mmelko fixed

@mmelko mmelko merged commit 9125bb2 into hawtio:main Sep 2, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small enhancements for the UI Runtime Thread view switches to page 1 every few seconds
3 participants