mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
New theme layout
This commit is contained in:
parent
679049d2b1
commit
34d54745f3
20 changed files with 2292 additions and 697 deletions
|
@ -27,4 +27,5 @@ type Account struct {
|
|||
Message string `json:"message"`
|
||||
Domain string `json:"domain"`
|
||||
Active bool `json:"active"`
|
||||
Theme string `json:"theme"`
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@ type User struct {
|
|||
Salt string `json:"-"`
|
||||
Reset string `json:"-"`
|
||||
LastVersion string `json:"lastVersion"`
|
||||
Theme string `json:"theme"`
|
||||
Accounts []account.Account `json:"accounts"`
|
||||
Groups []group.Record `json:"groups"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue