Skip to content

Commit d8ed7fd

Browse files
KAMI911claude
andcommitted
feat(calendarium@kami911): move Appearance settings to their own tab
The Appearance section (icon size, text scale, background opacity, border) was the last section on the crowded General page. Give it a dedicated "Appearance" settings page, between Location and Wikipedia. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PNasJnrStmVjJgJ8MULzcG
1 parent f583962 commit d8ed7fd

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

calendarium@kami911/files/calendarium@kami911/po/calendarium@kami911.pot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ msgstr ""
398398
msgid "Wikipedia (Internet Required)"
399399
msgstr ""
400400

401+
#. settings-schema.json->page-appearance->title
401402
#. settings-schema.json->section-appearance->title
402403
msgid "Appearance"
403404
msgstr ""

calendarium@kami911/files/calendarium@kami911/po/hu.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ msgstr "Névnapok"
401401
msgid "Wikipedia (Internet Required)"
402402
msgstr "Wikipédia (Internet szükséges)"
403403

404+
#. settings-schema.json->page-appearance->title
404405
#. settings-schema.json->section-appearance->title
405406
msgid "Appearance"
406407
msgstr "Megjelenés"

calendarium@kami911/files/calendarium@kami911/settings-schema.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"settingsLayout": {
33
"type": "layout",
4-
"pages": ["page-general", "page-location", "page-wikipedia"],
4+
"pages": ["page-general", "page-location", "page-appearance", "page-wikipedia"],
55

66
"page-general": {
77
"type": "page",
@@ -16,8 +16,7 @@
1616
"section-sun",
1717
"section-zodiac",
1818
"section-namedays",
19-
"section-altcal",
20-
"section-appearance"
19+
"section-altcal"
2120
]
2221
},
2322

@@ -27,6 +26,12 @@
2726
"sections": ["section-location"]
2827
},
2928

29+
"page-appearance": {
30+
"type": "page",
31+
"title": "Appearance",
32+
"sections": ["section-appearance"]
33+
},
34+
3035
"page-wikipedia": {
3136
"type": "page",
3237
"title": "Wikipedia",

0 commit comments

Comments
 (0)