19 Commits

Author SHA1 Message Date
Alain Nussbaumer
5640c33a67 [web] Remove duplicate loading of data before route update 2024-03-31 23:55:19 +02:00
Alain Nussbaumer
30aee058bf [web] Streamline name of component properties to prepare for refactoring 2024-03-23 23:46:47 +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
e07a02b027 [web] Remove useless test in beforeRouteUpdate method 2024-02-29 10:52:36 +01:00
Alain Nussbaumer
84f209b520 [web] Reorder components and imports 2024-02-28 16:09:44 +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
c9a35c7346 [web] Lint code for better maintainability
For this pass, mainly the import order has been changed.
2023-07-18 15:48:56 +02:00
Alain Nussbaumer
3d2392567a [web] Remove empty JavaScript statements 2023-06-30 03:51:38 +02:00
Alain Nussbaumer
387e531d64 [web] Cleanup of code to simplify
Useless methods have been removed and code has been partially cleaned up.
2023-06-07 21:25:54 +02: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
b788273e4c Code formatting, translation mistakes, and removal of useless libraries. 2022-05-29 18:49:00 +02:00
Alain Nussbaumer
167ba86211 #1458 Translation of Web UI 2022-05-20 13:44:22 +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
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