From 6ae62a60fc57b542f09e051e5952e2fa4057b24e Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 20 Jan 2026 18:45:57 +0100 Subject: [PATCH] fix Store layout: use list-item pattern for full-width elements --- src/main/assets/apps/store/store_content.rml | 226 ++++++++----------- 1 file changed, 93 insertions(+), 133 deletions(-) diff --git a/src/main/assets/apps/store/store_content.rml b/src/main/assets/apps/store/store_content.rml index 68c3344..f3e5a25 100644 --- a/src/main/assets/apps/store/store_content.rml +++ b/src/main/assets/apps/store/store_content.rml @@ -12,152 +12,126 @@
- -
-
FEATURED
-
Weather Pro
-
Beautiful forecasts with live radar
-
- Install + +
Featured
+ +
+
W
+
+ Weather Pro + Beautiful forecasts with live radar +
+
+
- -
- Categories -
+ +
Categories
-
-
-
- G -
- Games + +
+
+
G
+ Games
-
-
- S -
- Social +
+
S
+ Social
-
-
- T -
- Tools +
+
T
+ Tools
-
-
- M -
- Media +
+
M
+ Media
-
- Popular Apps - SEE ALL +
Popular Apps
+ +
+
S
+
+ SocialVR + Connect in VR +
+
+ +
-
-
-
S
-
- SocialVR - Connect in virtual reality -
-
- Install -
+
+
V
+
+ VR Fitness + Workout in VR
- -
- -
-
V
-
- VR Fitness - Workout in virtual worlds -
-
- Install -
+
+
+
-
- -
-
N
-
- NoteSync - Notes across all devices -
-
- Install -
+
+
N
+
+ NoteSync + Notes everywhere
+
+ +
+
-
- -
-
M
-
- Media Player - Play all video formats -
-
- Install -
+
+
M
+
+ Media Player + Play all formats +
+
+
-
- New Releases - SEE ALL -
+
New Releases
-
-
-
C
-
- Calculator - Scientific calculator -
-
- Install -
+
+
C
+
+ Calculator + Scientific calc
- -
- -
-
F
-
- File Manager - Organize your files -
-
- Install -
-
- -
- -
-
C
-
- Clock - Alarms, timers, world clock -
-
- Install -
+
+ +
+
+ +
+
F
+
+ File Manager + Organize files +
+
+ +
+
+ +
+
C
+
+ Clock + Alarms, timers +
+
+
-
@@ -191,19 +165,5 @@ function installApp(appId) end end -function seeAllPopular() - print("[Store] See all popular apps") - if showToast then - showToast("Popular apps") - end -end - -function seeAllNew() - print("[Store] See all new releases") - if showToast then - showToast("New releases") - end -end - print("[Store] Content loaded")