feat(webui): bootstrap account settings management with light and dark mode
This commit is contained in:
parent
ab043d8617
commit
98c7d6f578
13 changed files with 136 additions and 14 deletions
7
pkg/model/settings.go
Normal file
7
pkg/model/settings.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package model
|
||||
|
||||
type SettingsContextKey struct{}
|
||||
|
||||
type Settings struct {
|
||||
LightMode bool `json:"light_mode"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue