https://bugs.kde.org/show_bug.cgi?id=466572
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.0 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-welcome/commit/79 | |13b8b3eb1d57cefd3a5b2cd44f0 | |ec20cd92236 Resolution|--- |FIXED --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 7913b8b3eb1d57cefd3a5b2cd44f0ec20cd92236 by Nate Graham. Committed on 05/03/2023 at 19:10. Pushed by ngraham into branch 'master'. Make the page layouts mobile-friendly This app was developed for a desktop use case, but people are running it on mobile devices too. Getting it in a better shape for that use case turns out to not be very hard--mostly a matter of replacing long row layouts with grid or column layouts, making graphics dynamically resize, reducing margins a bit, etc. This commit does not adapt the *content* for mobile use cases; for that, see https://invent.kde.org/plasma/plasma-welcome/-/issues/13. FIXED-IN: 6.0 M +- -- src/contents/assets/konqi-build.png M +- -- src/contents/assets/konqi-kde-hi.png M +5 -5 src/contents/ui/main.qml M +2 -2 src/contents/ui/pages/Contribute.qml M +98 -87 src/contents/ui/pages/Discover.qml M +2 -2 src/contents/ui/pages/Donate.qml M +53 -33 src/contents/ui/pages/PowerfulWhenNeeded.qml M +1 -1 src/contents/ui/pages/SimpleByDefault.qml M +26 -21 src/contents/ui/pages/Welcome.qml M +1 -1 src/qml/GenericPage.qml M +10 -0 src/qml/PlasmaFeatureButton.qml https://invent.kde.org/plasma/plasma-welcome/commit/7913b8b3eb1d57cefd3a5b2cd44f0ec20cd92236 -- You are receiving this mail because: You are watching all bug changes.