345 Commits

Author SHA1 Message Date
Alain Nussbaumer
c312b2fdfe [web] Generalise search_next function to all types 2024-03-25 14:49:53 +01:00
Alain Nussbaumer
0f3f8d5a36 [web] Refactor the Spotify track item page 2024-03-25 14:00:42 +01:00
Alain Nussbaumer
aa5ae7993a [web] Lint source code 2024-03-24 21:44:30 +01:00
Alain Nussbaumer
0657535d04 [web] Refactor the Spotify artist item page 2024-03-24 20:41:21 +01:00
Alain Nussbaumer
ee48395f1b [web] Refactor the Spotify playlist item page 2024-03-24 20:26:18 +01:00
Alain Nussbaumer
cee1513966 [web] Fix artist name not being displayed 2024-03-24 19:56:38 +01:00
Alain Nussbaumer
fc192c5dfc [web] Refactor the Spotify album item page 2024-03-24 19:29:08 +01:00
Alain Nussbaumer
2b57f1124c [web] Refactor the Spotify album page 2024-03-24 18:39:15 +01:00
Alain Nussbaumer
9705c8cd57 [web] Refactor the Spotify album page 2024-03-24 18:05:29 +01:00
Alain Nussbaumer
c89449e8fd [web] Lint source code 2024-03-24 11:02:46 +01:00
Alain Nussbaumer
e244b82082 [web] Streamline name of component properties to prepare for refactoring 2024-03-24 11:02:11 +01:00
Alain Nussbaumer
439867b95b [web] Lint source code 2024-03-24 11:01:06 +01:00
Alain Nussbaumer
1d426f78a6 [web] Streamline name of component properties to prepare for refactoring 2024-03-23 23:58:07 +01:00
Alain Nussbaumer
30aee058bf [web] Streamline name of component properties to prepare for refactoring 2024-03-23 23:46:47 +01:00
Alain Nussbaumer
152891f6cd [web] Lint source code 2024-03-23 01:53:25 +01:00
Alain Nussbaumer
604b1d3fdf [web] Lint the source code 2024-03-21 21:01:13 +01:00
Alain Nussbaumer
a34e14f483 [web] Fix the error when the library search only contains the keyword query:
The check for a valid query is not yet implemented though.
2024-03-21 20:57:46 +01:00
Alain Nussbaumer
5c8639aeef [web] Remove useless component parameter 2024-03-20 22:01:17 +01:00
Alain Nussbaumer
ec07729424 [web] Fix error when search queries contain banks or start with blanks. 2024-03-20 21:39:47 +01:00
Alain Nussbaumer
7c3fd78329 [web] Match the Spotify and library search pages 2024-03-19 17:44:05 +01:00
Alain Nussbaumer
fcdcb9162d [web] Fix composers not being displayed in the library search 2024-03-19 17:17:30 +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
4ca397a8f2 [web] Streamline HTML code across the pages 2024-03-13 18:14:55 +01:00
Alain Nussbaumer
b845453274 [web] Lint source code 2024-02-29 13:16:09 +01:00
Alain Nussbaumer
e07a02b027 [web] Remove useless test in beforeRouteUpdate method 2024-02-29 10:52:36 +01:00
Alain Nussbaumer
e89d625f15 [web] Streamline code between pages 2024-02-28 16:09:45 +01:00
Alain Nussbaumer
9bf58f8966 [web] Reorganise imports 2024-02-28 16:09:44 +01:00
Alain Nussbaumer
8aa2b3d5ac [web] Simplify method artwork_url 2024-02-28 16:09:44 +01:00
Alain Nussbaumer
84f209b520 [web] Reorder components and imports 2024-02-28 16:09:44 +01:00
Alain Nussbaumer
0fc2032e4a [web] Remove maxwidth and maxheight attribute that have no effect with Spotify URLs 2024-02-28 16:09:44 +01:00
Alain Nussbaumer
051a5e8c6a [web] Remove unused methods 2024-02-28 16:09:44 +01:00
Alain Nussbaumer
127db529ef [web] Remove unused property 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
8b634ea4ff [web] Change HTML elements to simplify styling 2024-02-26 15:10:48 +01:00
Alain Nussbaumer
1ad3cc1730 [web] Remove redundant css classes 2024-02-26 14:39:05 +01:00
Alain Nussbaumer
4af4dd74bd [web] Rename grouped list 2024-02-22 19:32:11 +01:00
Alain Nussbaumer
5c2845784f [web] Prepare for the switch to Pinia 2024-02-21 14:02:47 +01:00
Alain Nussbaumer
3cadee1d48 [web] Remove useless getters of the store 2024-02-21 12:29:16 +01:00
Alain Nussbaumer
4bab3a448b [web] Replace hard-coded loading text in Spotify artist and playlist pages with loading icon 2024-01-28 19:02:18 +01:00
Alain Nussbaumer
4d475678d3 [web] Replace hard-coded loading text in Spotify search page with loading icon 2024-01-28 18:47:26 +01:00
Alain Nussbaumer
7119d95713 [web] Bring more consistency in the settings page 2023-12-31 13:32:17 +01:00
Alain Nussbaumer
04feda45c9 [web] Add filter for Spotify content on "Artist Tracks" and "Artist Album" pages. Partially answer #1650 2023-12-17 18:37:35 +01:00
Alain Nussbaumer
67f716ff43 [web] Reorder properties and methods 2023-12-14 20:47:27 +01:00
Alain Nussbaumer
5b26bc47fa [web] Reorder methods and properties 2023-12-14 10:48:44 +01:00
Alain Nussbaumer
45b50086b9 [web] Remove unnecessary computed property 2023-12-12 20:29:21 +01:00
Alain Nussbaumer
b98812f64b [web] Fix code formatting 2023-12-09 10:51:57 +01:00
Alain Nussbaumer
8733eb46f1 [web] Remove unnecessary CSS styles 2023-12-09 10:46:30 +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
c9971ad760 [web] Streamline imports 2023-12-07 22:14:23 +01:00
Alain Nussbaumer
545f6c36c9 [web] Remove unused variables 2023-12-07 21:34:07 +01:00