Commit graph

4 commits

Author SHA1 Message Date
7d2860f97c Replace toggle buttons with normal check boxes
Normal check boxes have clearer semantics, and play nicer with the
usability provided by default by the web browser.
2025-07-21 12:17:20 +02:00
e699544a06 Rename THEME_ROOT to PROJECT_THEME_ROOT.
Makes it clearer that we're talking about the global root.
2025-07-20 23:30:55 +02:00
459fe184f1 Use extend theme attribute and add theme config
Add the extend attribute to the theme info via the theme info comment
block rather than adding it in the volse_init() method. This also makes
the volse_init() method obsolete for now.

See MR 2217:
https://framagit.org/hubzilla/core/-/merge_requests/2217

Also add a theme config class that extends the redbasic config class.
This enables the extra theme configuration and schema support from
Redbasic.
2025-07-20 23:21:29 +02:00
ab9c902e17 Beginning custom theme for Volse Hubzilla 2025-07-20 14:14:41 +02:00