Commit Graph

31 Commits

Author SHA1 Message Date
Alain Nussbaumer
33d28b085f [web] Lint source code and rename some audio methods 2024-03-23 02:06:30 +01:00
Alain Nussbaumer
152891f6cd [web] Lint source code 2024-03-23 01:53:25 +01:00
Alain Nussbaumer
3f8ca8cda3 [web] Rewrite of the GroupedList to accept multiple sort criteria 2024-03-18 21:34:43 +01:00
Alain Nussbaumer
b59a1b9407 [web] Remove ternary conditional operator 2024-03-12 14:04:05 +01:00
Alain Nussbaumer
9513097dd0 [web] Fix sorting that is not kept in some situations 2024-03-12 13:45:53 +01:00
Alain Nussbaumer
aa57cd443f [web] Remove library string-to-color 2024-02-29 21:17:46 +01:00
Alain Nussbaumer
73daaa9cd7 [web] Remove unused method 2024-02-29 10:53:24 +01:00
Alain Nussbaumer
c94b905d72 [web] Rename indexList to indices 2024-02-28 16:09:44 +01:00
Alain Nussbaumer
4af4dd74bd [web] Rename grouped list 2024-02-22 19:32:11 +01:00
Alain Nussbaumer
579c636d50 [web] Reorganise i18n 2024-02-22 17:25:46 +01:00
Alain Nussbaumer
5e04a9d22a [web] Make GroupByList class more maintainable 2023-12-12 21:20:41 +01:00
Alain Nussbaumer
e89c3929cc [web] Add the medium numbers when an album has multiple media #1629 2023-12-08 10:12:03 +01:00
Alain Nussbaumer
b39eb0b51d [web] Lint source code 2023-11-24 15:56:04 +01:00
Alain Nussbaumer
095d60af00 [web] Lint source code 2023-11-24 15:48:29 +01:00
Alain Nussbaumer
406c87f765 [web] Change to template literals 2023-11-23 20:23:40 +01:00
Alain Nussbaumer
a1046f3913 [web] Fix for items not displaying because of their name
Albums, artists, composers, genres, and any other items listed on page where they appear sorted by names are now all displayed properly.
2023-06-04 13:54:01 +02:00
Alain Nussbaumer
21173d6480 Fix for byRating function 2023-04-05 20:36:19 +02:00
Alain Nussbaumer
c6b4f565a5 #1473 Add sort by rating for composer, genre, and artist tracks. 2023-04-05 20:36:19 +02:00
Alain Nussbaumer
879feab518 [web] Fix for error messages not displaying #1500 2023-01-23 04:37:43 -08:00
chme
daba58f05f [web] Fix display of playlists in files page 2022-06-15 20:04:54 +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
00461e4f9f [web-src] composer review 2021-12-31 10:40:06 +00:00
whatdoineed2do/Ray
269842d30a [web-src] add composer support 2021-12-29 13:46:30 +00:00
chme
1a6c76d990 [web-src] Refactor "recently added" - group in JS instead of doing 3 queries against the back end 2021-01-11 19:40:05 +01:00
chme
cdc7d7a1da [web-src] Fix linting errors 2021-01-11 19:40:05 +01: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
7dccee9407 [web-src] Fix index link for unavailable release year 2020-10-11 08:48:23 +02:00
chme
efb647d013 [web-src] Artists/albums list sort + filter 2020-10-11 07:53:52 +02:00
chme
4b1688ceb8 [web-src] Generate cover image if not available for now playing page,
and some styling changes for the navbars
2020-04-18 07:02:45 +02:00