quintodrome/server
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
..
events Don't rely on goroutines to send keepalive events 2021-07-01 13:31:46 -04:00
nativeapi Remove dependency of deprecated ioutil package 2021-07-20 20:12:28 -04:00
subsonic Add x-total-count to Subsonic API getAlbumList (#1360) 2021-09-21 20:40:39 -04:00
auth.go Use structs lib to map models to DB. Fix #1266 2021-08-01 12:04:45 -04:00
auth_test.go Refactor routing, changes API URLs (#1171) 2021-06-13 12:46:36 -04:00
initial_setup.go Less warning messages when first running it. 2021-06-13 19:27:01 -04:00
initial_setup_test.go Fix DevAutoCreateAdminPassword 2021-05-01 18:40:02 -04:00
middlewares.go Fix cookie warning 2021-06-20 13:27:50 -04:00
middlewares_test.go Remove dependency of go-bindata (#818) 2021-03-12 11:06:51 -05:00
serve_index.go Artist Detail Page (first cut) (#1287) 2021-09-26 15:32:40 -04:00
serve_index_test.go Artist Detail Page (first cut) (#1287) 2021-09-26 15:32:40 -04:00
server.go Small refactorings 2021-07-20 19:18:29 -04:00
server_suite_test.go Refactor routing, changes API URLs (#1171) 2021-06-13 12:46:36 -04:00