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

Various UI enhancements/fixes #8307

Merged
merged 6 commits into from
Dec 5, 2024
Merged

Conversation

egbertbouman
Copy link
Member

This PR contains the following enhancements/fixes to the web UI:

  • Add a search button to the header.
  • When clicking a menu, navigate directly to the last visited submenu. If no such submenu exists, use the first submenu.
  • Hide search suggestions when the list is empty. This fixes a 1px line appearing when clicking on the search input.
  • Show a spinner during shutdown making it easier to see when shutdown has completed.
  • Allow selecting all downloads using ctrl+a (fixes SELECT ALL Feature #8302).
  • Use infohash as RowId in the downloads table. Since table selection is keyed by RowId, this fixes an issue with the selected download(s) magically changing after changing the hop count.

@egbertbouman egbertbouman marked this pull request as ready for review December 4, 2024 16:03
@egbertbouman
Copy link
Member Author

validate

@egbertbouman egbertbouman merged commit d66c81c into Tribler:main Dec 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

SELECT ALL Feature
2 participants