-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sorters search #207
Sorters search #207
Conversation
for more information, see https://pre-commit.ci
…ndon/drunc_ui into Sorters_search
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ndon/drunc_ui into Sorters_search
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ndon/drunc_ui into Sorters_search
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #207 +/- ##
==========================================
- Coverage 83.63% 83.33% -0.31%
==========================================
Files 34 34
Lines 440 432 -8
==========================================
- Hits 368 360 -8
Misses 72 72 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
…ndon/drunc_ui into Sorters_search
for more information, see https://pre-commit.ci
…ndon/drunc_ui into Sorters_search
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ndon/drunc_ui into Sorters_search
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
# Conflicts: # tests/process_manager/views/test_partial_views.py
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.
Latest changes fixed the race condition for me.
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.
LGTM
Description
This PR introduces sorting capabilities for each column and an advanced search bar, enhancing the table's interactivity and search precision. The updates address the following key improvements:
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks