23 Commits

Author SHA1 Message Date
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
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
e244b82082 [web] Streamline name of component properties to prepare for refactoring 2024-03-24 11:02:11 +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
604b1d3fdf [web] Lint the source code 2024-03-21 21:01:13 +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
8aa2b3d5ac [web] Simplify method artwork_url 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
1ad3cc1730 [web] Remove redundant css classes 2024-02-26 14:39:05 +01:00
Alain Nussbaumer
5c2845784f [web] Prepare for the switch to Pinia 2024-02-21 14:02:47 +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
67f716ff43 [web] Reorder properties and methods 2023-12-14 20:47:27 +01:00
Alain Nussbaumer
9c1639d7d7 [web] Simplify CSS styling 2023-11-29 01:27:48 +01:00
Alain Nussbaumer
9d62c94d86 [web] Fix modal dialogs not closing when opening artist or album page and renaming of views
Whenever an artist or album page is opened from a modal dialog, the latter is properly closed. Moreover, the views have been renamed for better maintainability.
2023-07-18 15:19:24 +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
c8488f999b [web] Use named route for Spotify playlists
Switching to named routes in order to reduce future maintenance.
2023-07-10 15:46:49 +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