Alain Nussbaumer
095d60af00
[web] Lint source code
2023-11-24 15:48:29 +01:00
Alain Nussbaumer
356fcf8aa7
[web] Rename "Browse" tabs in the Music page to "History" #1685
...
At the same time, makes the naming of the underlying pages more coherent.
2023-11-21 15:25:27 +01:00
Alain Nussbaumer
294e640ac1
[web] Fix positioning of scrolling when pages don't have tabs
2023-07-25 18:41:51 +02:00
Alain Nussbaumer
dd5b4dcb32
[web] Remove dependency to "vue-scrollto" library
...
The UI has now one dependency less to a third party library.
2023-07-25 16:39:16 +02:00
Alain Nussbaumer
a264efe2bb
[web] Fix genre not being displayed correctly depending on the media kind
...
The genre is not displayed depending on the media kind and not only for the "music" kind.
2023-07-24 19:51:00 +02:00
Alain Nussbaumer
34ea8115a8
[web] Fix playlist page displaying one ghost entry when no playlist are present
...
When there are no playlists or all of them are filtered out, the list of playlists is now completely empty.
2023-07-18 14:08:52 +02:00
Alain Nussbaumer
19cdd895f0
[web] Use named route for playlists
...
Switching to named routes in order to reduce future maintenance.
2023-07-15 22:04:01 +02:00
Alain Nussbaumer
fee215a25c
[web] Use named route for genre pages.
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 23:13:13 +02:00
Alain Nussbaumer
b821fdf01f
[web] Use named route for composer pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 23:02:02 +02:00
Alain Nussbaumer
6f1f53007d
[web] Use named route for search pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 22:39:21 +02:00
Alain Nussbaumer
845f111c29
[web] Use named route for Spotify pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 21:30:52 +02:00
Alain Nussbaumer
2bec9e1886
[web] Use named route for the browse page
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 17:47:16 +02:00
Alain Nussbaumer
19c315a43a
[web] Use named route for the music page
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 17:25:47 +02:00
Alain Nussbaumer
493621a28b
[web] Use named route for settings
...
Switching to named routes in order to reduce future maintenance.
2023-07-11 09:51:17 +02:00
Alain Nussbaumer
59aa462b05
[web] Use named route for genres
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:54:52 +02:00
Alain Nussbaumer
d0fbd68523
[web] Use named route for music albums
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:43:10 +02:00
Alain Nussbaumer
60374c2f47
[web] Use named route for music artists
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:33:07 +02:00
Alain Nussbaumer
d4a484f20e
[web] Use named route for audiobook albums and artists
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:08:35 +02:00
Alain Nussbaumer
63586db7b6
[web] Use named route for radio page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 19:25:17 +02:00
Alain Nussbaumer
4b62e85c95
[web] Use named route for playlist pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 15:37:40 +02:00
Alain Nussbaumer
05486ac7a2
[web] Use named route for the Spotify search page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:58:26 +02:00
Alain Nussbaumer
c6a57a38f9
[web] Use named route for the files page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:24:42 +02:00
Alain Nussbaumer
44d488467e
[web] Use named route for the podcasts page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:09:27 +02:00
Alain Nussbaumer
f09647d754
[web] Use named route for the "now playing" page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 12:19:34 +02:00
Alain Nussbaumer
87ccdf7723
[web] Use named route for the library search page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 12:10:39 +02:00
Alain Nussbaumer
ed654381b8
[web] Use named route for the page queue
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 11:57:29 +02:00
Alain Nussbaumer
9f3fee08b2
[web] Use named route for the about page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 10:37:45 +02:00
Alain Nussbaumer
53e132f441
[web] Use named route for podcast page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 10:03:05 +02:00
Alain Nussbaumer
72c5172f12
[web] Use named route for audiobook albums
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 09:52:52 +02:00
Alain Nussbaumer
0e0eb474eb
[web] Fix a bug preventing the options to be correctly hidden on the composer pages.
...
Now, when using the chevron (up and down), the option menu is revealed or hidden properly.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
6bf40c139d
[web] Remove console logging
...
Console logging has been removed from all the pages.
2023-06-03 18:58:11 +02:00
chme
27e2274d8a
[web] Refactor lists to improve performance
...
Reduces the number of Vue components that need to be created/managed.
Instead of a Vue component for each item, we now only have one Vue
component for the whole list of items.
2022-03-19 07:04:37 +01:00
chme
c78f861f45
[web] Format web sources with prettier and run fix linting errors
2022-03-19 07:04:37 +01:00
chme
de097fcf94
[web] Migration to Vue 3 and Vite
2022-03-19 07:04:37 +01:00
whatdoineed2do/Ray
269842d30a
[web-src] add composer support
2021-12-29 13:46:30 +00:00
chme
99437b3ceb
[web-src] Add option to artist albums list to sort by release date
2020-10-17 12:07:27 +02:00
chme
efb647d013
[web-src] Artists/albums list sort + filter
2020-10-11 07:53:52 +02:00
chme
886754e6ad
[web-src] Audiobooks index list
2020-09-27 19:24:39 +02:00
chme
3b8b28c125
[web-src] Rename audiobook pages for consistency
2020-09-27 19:13:07 +02:00
chme
dbcd391331
[web-src] Refactor album+artist lists and add audiobooks artist page
2020-09-27 19:13:07 +02:00
chme
c26606ed37
[web-src] Further improvements of audiobooks authors page
2020-09-27 19:13:07 +02:00
chme
6f4970545f
[web-src] Turn "radio" into top level item and allow customization of
...
visible menue items
2020-09-27 19:13:07 +02:00
chme
9c4c25f507
[web-src] Start implementing audiobooks authors page
2020-09-27 19:13:07 +02:00
chme
66e482d629
[web-src] Add radio page listing all radio streams
2020-07-01 07:32:12 +02:00
chme
b298fc1170
[web-src] Restyling of navbars and now playing page
2020-04-18 07:02:03 +02:00
chme
a0cf9560a4
[web-src] Add settings page for artwork providers
2020-04-11 18:34:52 +02:00
chme
5281b66688
[web-src] Show playlist folders
2020-03-08 19:13:17 +01:00
chme
ccb54322c4
[web-src] Add online services and pairing/verification settings pages
2020-01-12 10:45:10 +01:00
chme
9ab1677f1f
[web-src] Add a settings page to the player web interface to change web
...
interface specific options
2019-08-31 08:08:36 +02:00
chme
03c50ba81e
[web-src] Fix navbar links not working with burger menu visible
2019-07-06 15:21:29 +02:00