Alain Nussbaumer
e12ab3dd08
[web] Remove useless style elements
2024-09-08 22:01:04 +02:00
Alain Nussbaumer
24da82f42b
[web] Fix variable name
2024-03-26 03:35:22 +01:00
Alain Nussbaumer
2b54de424b
[web] Use template strings
2024-03-26 03:34:50 +01:00
Alain Nussbaumer
6a0081cf71
[web] Streamline naming of elements
2024-03-26 03:13:17 +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
5c8639aeef
[web] Remove useless component parameter
2024-03-20 22:01:17 +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
b24e025b43
[web] Add default value for properties
2024-02-28 16:09:44 +01:00
Alain Nussbaumer
ff8b8a0399
[web] Add types to properties
2024-02-28 16:09:44 +01: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
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
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
efe5f24049
[web] Fix vertical alignment of items presented in lists
...
Items presented in lists are not vertically centered.
2023-07-01 09:09:16 +02:00
Alain Nussbaumer
611c989b91
[web] Fix vertical alignment of all icons with their associated content
...
All icons, usually next to a text, are now centered vertically.
2023-06-30 21:41:40 +02:00
Alain Nussbaumer
bbe29a7a63
[web] Fix icon when track is not playable
...
Spotify tracks that are not playable have now a "not allowed" cursor when hovered.
Moreover, the Bulma CSS class is now used for clickable items instead of a custom one.
2023-06-10 19:22:29 +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
chme
58c6b2891c
[web] Revert icon changes (fixes ignored size attribute)
2022-06-15 20:04:54 +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
7fff11ef30
[web] Only include icons in bundle that are used in the web interface
2022-04-17 10:05:50 +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