Summary: | BusyIndicator on ApplicationsListPage is screwed up during the first search | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | ratijas <me> |
Component: | discover | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol, m.lincetto, nate |
Priority: | HI | Keywords: | regression |
Version: | 6.0.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=488199 | ||
Latest Commit: | https://invent.kde.org/plasma/discover/-/commit/ab4e6629877e18420795213abebae3eabf9d9284 | Version Fixed In: | 6.1.1 |
Sentry Crash Report: |
Description
ratijas
2024-06-09 20:40:15 UTC
In principle I think we want it to work like this: - When the page content is empty, center the indicator both vertically and horizontally on the page - When the page content has stuff and the user scrolls down to the bottom and it needs to load mode, center the indicator horizontally right under the empty space below the final item *** Bug 488198 has been marked as a duplicate of this bug. *** Likely related to Bug 488199. A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/867 Git commit 8a60b0a63ba7bf20fd88955392f567071e3e06e7 by Akseli Lahtinen. Committed on 21/06/2024 at 14:41. Pushed by akselmo into branch 'master'. ApplicationsListPage: move busyIndicator inside container, center it Currently the busyIndicator looks a bit weird when loading items, and it's not centered. This centers it and moves it to footer if there are applications loaded. M +23 -21 discover/qml/ApplicationsListPage.qml https://invent.kde.org/plasma/discover/-/commit/8a60b0a63ba7bf20fd88955392f567071e3e06e7 Git commit ab4e6629877e18420795213abebae3eabf9d9284 by Akseli Lahtinen. Committed on 21/06/2024 at 14:58. Pushed by akselmo into branch 'Plasma/6.1'. ApplicationsListPage: move busyIndicator inside container, center it Currently the busyIndicator looks a bit weird when loading items, and it's not centered. This centers it and moves it to footer if there are applications loaded. Use anchors to position the animation instead of footer Use listView footerItem M +29 -21 discover/qml/ApplicationsListPage.qml https://invent.kde.org/plasma/discover/-/commit/ab4e6629877e18420795213abebae3eabf9d9284 |