Make spotify-ish more spotify-ish (#914)
* [Theme] Allow customising album and player parts * [Theme] Allow customizing song lists view * Make spotify-ish more spotify-ish * Fix responsive issues in spotify-ish * Spotify-ish login page * Add back the previous "Spotify-ish" theme as "Green" Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import LightTheme from './light'
|
||||
import DarkTheme from './dark'
|
||||
import GreenTheme from './green'
|
||||
import SpotifyTheme from './spotify'
|
||||
|
||||
export default { LightTheme, DarkTheme, SpotifyTheme }
|
||||
export default { LightTheme, DarkTheme, GreenTheme, SpotifyTheme }
|
||||
|
||||
Reference in New Issue
Block a user