mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5076 from grhallenbeck/dev-react-display-settings
feat: (preferences) migrate user display settings to react
This commit is contained in:
commit
4a36f7571b
18 changed files with 1007 additions and 23 deletions
|
@ -1,5 +1,6 @@
|
|||
interface Theme {
|
||||
export interface Theme {
|
||||
name: string
|
||||
default?: boolean;
|
||||
id: string
|
||||
color: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue