77 Commits

Author SHA1 Message Date
Alain Nussbaumer
f62c5c06a8 [web] Lint source code 2025-05-25 10:41:58 +02:00
Alain Nussbaumer
b5fe530f0d [web] Better handling of events 2025-05-17 13:39:59 +02:00
Alain Nussbaumer
f91189d93b [web] Improve the initialisation of stores 2025-05-17 00:24:58 +02:00
Alain Nussbaumer
4ecb19724a [web] Remove the lyrics store 2025-05-04 16:51:15 +02:00
Alain Nussbaumer
80b9d8d648 [web] Refactor API calls 2025-05-04 11:36:34 +02:00
Alain Nussbaumer
786d8cbc09 [web] Refactor management of remotes and outputs 2025-04-27 16:10:30 +02:00
Alain Nussbaumer
bbf7c28349 [web] Change how data is loaded 2025-04-26 21:31:03 +02:00
Alain Nussbaumer
6091ae31aa [web] Remove unused parameters 2025-04-26 08:20:17 +02:00
Alain Nussbaumer
a4e09b27f4 [web] Simplify logic of displaying menus 2025-03-28 00:00:46 +01:00
Alain Nussbaumer
24017f21f9 [web] Remove useless call to start the progress bar 2025-03-27 15:04:40 +01:00
Alain Nussbaumer
2b8bbb774f [web] Remove unused variable 2025-03-18 20:21:58 +01:00
Alain Nussbaumer
a968401d9f [web] Streamline naming of components 2025-03-15 10:36:17 +01:00
Alain Nussbaumer
7e8672917e [web] Switch to camel case 2025-03-13 23:29:06 +01:00
Alain Nussbaumer
da30c338fc [web] Change to camel case. 2025-03-11 19:42:17 +01:00
Alain Nussbaumer
905d0ca88b [web] Transition to camel case 2025-03-08 22:27:06 +01:00
Alain Nussbaumer
17d48a379a [web] Change logical order of main page elements 2025-02-23 17:18:40 +01:00
Alain Nussbaumer
d26e9fd5c4 [web] Reduce the amount of colours 2025-02-16 15:30:37 +01:00
Alain Nussbaumer
8140e008f0 [web] Fix styles to comply with Bulma 1.0 2025-02-04 22:00:48 +01:00
ejurgensen
8a177ed48d Revert "Merge branch 'master' of github.com:owntone/owntone-server"
This reverts commit bb2a778b46afca0fcd56bda6f02857fad78b14d8, reversing
changes made to f8e2298b677476f46eb67cc4331c18124f92a791.
2025-01-23 09:31:51 +01:00
Alain Nussbaumer
386ad61bc8 [web] Simplify WebSocket creation and remove unused translation 2025-01-22 20:27:34 +01:00
Christian Meffert
a3ab301cff [web] Support libevent as WS server instead of libwebsockets
If libevent >= 2.2 is detected during configure and "websocket_port" == 0 in the config file, the libwebsocket implementation is disabled and instead the libevent http server offers the websocket connection. The connection to the websocket is then done with the path "/ws".
2025-01-22 20:27:34 +01:00
Alain Nussbaumer
cdbce17731 [web] Remove useless app div element 2024-12-30 07:41:31 +01:00
Alain Nussbaumer
66c2873d32 [web] Migrate to Bulma 1.0.2 2024-09-24 20:31:51 +02:00
Alain Nussbaumer
e12ab3dd08 [web] Remove useless style elements 2024-09-08 22:01:04 +02:00
Alain Nussbaumer
8b586728b6 [web] Change to Pinia store 2024-08-22 21:34:45 +02:00
Alain Nussbaumer
de847a6711 [web] Reorder methods and attributes 2024-04-26 23:09:45 +02:00
Alain Nussbaumer
bab6146345 [web] Lint source code 2024-04-23 20:52:57 +02:00
Alain Nussbaumer
a2000c0bc7 [web] Lint source code 2024-04-21 18:20:40 +02:00
Alain Nussbaumer
b8373a4ee0 [web] Lint source code 2024-04-21 17:44:55 +02:00
Alain Nussbaumer
be931f4173 [web] Lint source code 2024-04-01 15:13:42 +02:00
Alain Nussbaumer
7b41980ace [web] Lint source code 2024-03-31 21:52:49 +02:00
Alain Nussbaumer
9ffe5d7df8 [web] Remove unnecessary CSS style 2024-03-05 12:16:55 +01:00
Alain Nussbaumer
8085d0344a [web] Remove unused states 2023-12-14 09:32:46 +01:00
Alain Nussbaumer
a9092e54c0 [web] Move parsing of lyrics to the lyrics pane 2023-11-26 15:38:45 +01:00
Alain Nussbaumer
b39eb0b51d [web] Lint source code 2023-11-24 15:56:04 +01:00
Alain Nussbaumer
5c7ec031b5 [web] Format comments 2023-11-24 15:32:05 +01:00
Alain Nussbaumer
91c1e5b174 [web] Fix for unexpected calls to the API #1688
Lyrics feature doesn't mess anymore when the user is playing tracks from Spotify
2023-11-24 13:58:30 +01:00
Alain Nussbaumer
406c87f765 [web] Change to template literals 2023-11-23 20:23:40 +01:00
X-Ryl669
5e370e479a [web] Add lyrics player to the webinterface
Update icons.js
Add icons in alphabetical order.
Change comment to remove reference to external website
Remove extra line feeds

Co-Authored-by: Alain Nussbaumer <alain.nussbaumer@alleluia.ch>
2023-11-13 16:37:02 +01:00
ejurgensen
a9e20abf06 Revert "[web] Add lyrics player to the webinterface"
This reverts commit 98a844b4090b20fbb194ddf7d9d7a48f2f7a201c.
2023-10-21 22:41:45 +02:00
X-Ryl669
98a844b409 [web] Add lyrics player to the webinterface
Update icons.js
Add icons in alphabetical order.
Change comment to remove reference to external website
Remove extra line feeds

Co-Authored-by: Alain Nussbaumer <alain.nussbaumer@alleluia.ch>
2023-10-19 23:49:53 +02:00
Alain Nussbaumer
a3942aad81 [web] Avoid the loading progress bar being shown when navigating on the same page 2023-07-26 06:45:46 +02:00
Alain Nussbaumer
56842bb469 [web] Fix incorrect colour of loading progress bar
All informative UI elements have now the information colour defined in Bulma.
2023-07-02 19:20:44 +02:00
Alain Nussbaumer
eeb4d328c8 [web] Improve user interaction with sliders for output volume and music progress bar #1620
The sliders for output volume and the music slider have been optimised and simplified (one library less) to ensure easier user interaction.
2023-06-29 22:52:21 +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
c9c6094e5b Error message not displayed 2023-03-17 00:19:14 +01:00
Alain Nussbaumer
167ba86211 #1458 Translation of Web UI 2022-05-20 13:44:22 +02:00
chme
81491367fc [web] Replace date library moments.js with luxon 2022-04-15 20:17:16 +02:00
chme
8f934ec690 [web] Fix running dev server with remote owntone server; update docs 2022-03-20 15:24:23 +01:00
Ben Willmore
a5dd6c4968 Websocket: remove unnecessary notifications 2022-03-19 07:04:37 +01:00