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
Ben Willmore
9d9bcc51f8
Websocket: reconnect more rapidly when closed
2022-03-19 07:04:37 +01:00
Ben Willmore
f380872540
When window gains focus or document becomes visible, update visible info
...
It doesn't seem necessary to also reconnect the websocket
2022-03-19 07:04:37 +01:00
Ben Willmore
a24cb11e17
Reconnect websocket when window receives focus
2022-03-19 07:04:37 +01:00
chme
6519b18aa0
[web] Fix linting errors
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
ad96321c24
[web-src] Add option to only update a single library source
2022-01-22 12:12:41 +01:00
Christian Meffert
f93921554e
Merge pull request #1243 from luusl/enhance_websocket
...
Improve the websocket to send events to clients immediately.
2021-05-19 20:32:08 +02:00
martin
a15edfcae9
Improve the websocket to send events to clients immediately.
2021-05-13 22:54:11 +02:00
chme
55a92e84c2
[web-src] Rename forked-daapd to OwnTone
2021-05-13 16:03:10 +02:00
chme
cdc7d7a1da
[web-src] Fix linting errors
2021-01-11 19:40:05 +01:00
chme
5e33b2a612
[web-src] Fix overly not covering whole screen for navbar dialogs
2020-06-30 08:28:32 +02:00
whatdoineed2do/Ray
3008088b85
[web-src] use browser locale for 'time' filter for display
2020-05-11 13:45:52 +01:00
chme
341acca184
[web-src] Allow the dev server to run against a remote forked-daapd instance
2020-05-03 07:12:54 +02:00
chme
b298fc1170
[web-src] Restyling of navbars and now playing page
2020-04-18 07:02:03 +02:00
chme
52d37b883c
[web-src] Update to Vue CLI 4 and fix linter issues
2020-04-12 09:41:01 +02:00
chme
baf90f689f
[web-src] Show pop up dialog for remote pairing requests
2020-04-11 18:34:52 +02:00
chme
ccb54322c4
[web-src] Add online services and pairing/verification settings pages
2020-01-12 10:45:10 +01:00