shiori/internal/model
Monirzadeh 2a231ecc37
feat: allow selecting light/dark/follow themes in the webui (#924)
* login page follow browser darkmode settings

* theme change based on selection in settings between follw system , light, dark

* content page follow settings and fix syntax error

* drop down menu color follow current theme

* version number follow theme in login page

* use footer instead of id for version

* replace space with tab

* move theme settings to the top of the list and fix typo

* remove duplicate code and use a function instead

* fix logic of change theme if you select follow system to not need reload anymore

* fix code style with make styles

* fix bug that eventlistener not remove when activate light or dark theme

* less js and add theme with patch by @fmartingr

* remove NightMode config and now everythings control with Theme

* error instead of log if invalid theme selected

Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>

* remove unneeded part and update swagger documents

---------

Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
2024-06-06 10:44:43 +02:00
..
account.go feat: allow selecting light/dark/follow themes in the webui (#924) 2024-06-06 10:44:43 +02:00
bookmark.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
const.go fix: data dir permissions having execute for all (#493) 2022-10-09 18:50:42 +02:00
db.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
domains.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
errors.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
http.go Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
legacy.go Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
main.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
tag.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00