quintodrome/ui/src/themes
Dnouv 482c2dec0c
Artist Detail Page (first cut) (#1287)
* Configure fetching from API and route

* pretty

* Remove errors

* Remove errors

* Remove errors

* Complete page for Desktop view

* Fix error

* Add xs Artist page

* Remove unused import

* Add styles for theme

* Change route path

* Remove artId useEffect array

* Remove array

* Fix cover load err

* Add redirect on err

* Remove route

* What's in a name? consistency :)

* Fix err

* Fix UI changes

* Fetch album from resource

* Renaming done

* Review changes

* Some touch-up

* Small refactor, to make naming and structure more consistent with AlbumShow

* Make artist's album list similar to original implementation

* Reuse AlbumGridView, to avoid duplication

* Add feature flag to enable new Artist Page, default false

* Better biography styling. Small refactorings,

* Don't encode quotes and other symbols

* Moved AlbumShow to correct folder

Co-authored-by: Deluan <deluan@navidrome.org>
2021-09-26 15:32:40 -04:00
..
dark.css.js Fix scrollbar colour for Dark/ExtraDark theme. Fixes #1216 2021-06-29 12:29:00 -04:00
dark.js Artist Detail Page (first cut) (#1287) 2021-09-26 15:32:40 -04:00
extradark.js Artist Detail Page (first cut) (#1287) 2021-09-26 15:32:40 -04:00
green.js Artist Detail Page (first cut) (#1287) 2021-09-26 15:32:40 -04:00
index.js Change order of themes 2021-04-10 19:52:01 -04:00
ligera.js Artist Detail Page (first cut) (#1287) 2021-09-26 15:32:40 -04:00
light.css.js Add a hacky way to style the react-player. 2021-06-25 18:19:57 -04:00
light.js Artist Detail Page (first cut) (#1287) 2021-09-26 15:32:40 -04:00
README.md Update themes doc, link to documentation site 2020-04-11 13:13:53 -04:00
spotify.js Fix sidebar scroll height (#1338) 2021-09-09 09:33:38 -04:00
useCurrentTheme.js Add a hacky way to style the react-player. 2021-06-25 18:19:57 -04:00
useCurrentTheme.test.js Fix #260: Add Auto theme preference to set theme automatically. (#835) 2021-03-21 13:19:43 -04:00

To create and contribute with new themes, please refer to https://www.navidrome.org/docs/developers/creating-themes/