Skip to content

Feature optional 6 columns layout for app grid & Fix weather widget toggl#356

Open
erascape wants to merge 3 commits into
HelloVolla:devfrom
erascape:dev
Open

Feature optional 6 columns layout for app grid & Fix weather widget toggl#356
erascape wants to merge 3 commits into
HelloVolla:devfrom
erascape:dev

Conversation

@erascape

Copy link
Copy Markdown
Contributor

No description provided.

erascape added 2 commits June 10, 2026 20:59
  Adds a "Use 6 columns" toggle in design settings. When enabled, the
  app grid uses 6 columns instead of the width-based default (4/5/8).
  The setting persists and applies live without restart.

Change-Id: I14cd784d022303b8924a6a9c992c579653518d6a
Signed-off-by: erascape <erascape@proton.me>
The toggle wrote to weatherWdtIsVisible (a typo — should be Wgt),
which silently created an undeclared property on the Settings store
instead of updating the real one.

Result: toggling the weather widget
in design settings appeared to work but never affected visibility or
persisted across launches. Hence fix it

Change-Id: Ie59860f8aec50a7d1c7f4b19e9f1d295ec66d3c4
Signed-off-by: erascape <erascape@proton.me>
@erascape

Copy link
Copy Markdown
Contributor Author

@wurzer

This pull request includes

  1. Add optional 6 columns layout for app grid
  2. Fix weather widget toggle not working properly.

Please review thankyou

@erascape

Copy link
Copy Markdown
Contributor Author

@wurzer Dr. Wurzer any update on the pull request?

@wurzer

wurzer commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

This proposal would mean, that 6 columns would also be used on a tablet. I suggest to use a smarter setting, the would add more columns based on the sepected item and font sizing setting for the display.

Replaces the binary "Use 6 columns" toggle with a screen- and
font-aware column computation. The auto mode picks columns based on
available width and a user-adjustable font scale, so tablets stay
roomy (still 8 cols by default) while large phones get 6, and small
phones keep 4-5. A manual override slider (Auto / 4 / 5 / 6 / 7 / 8)
lets the user force a specific count. A separate font-scale slider
(80%-140%) also resizes the app labels and feeds back into the auto
column calculation.

Change-Id: I5d928ac7121819c12fc5713547f4459ed9c6f6de
@erascape

Copy link
Copy Markdown
Contributor Author

@wurzer I added a new commit for smart adaptive column layout for app grid in this pull request, please check 929d834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants