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 98a844b409
.
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
chme
9ab1677f1f
[web-src] Add a settings page to the player web interface to change web
...
interface specific options
2019-08-31 08:08:36 +02:00
chme
5fff68bb13
[web-src] Consolidate burger menu handling on route change in router/index.js
2019-07-06 12:54:33 +02:00
chme
79f3faf991
[web-src] Dirty hack to avoid page jumping during navigation
...
Without this vue (router) renders the page navigating to in the center first and then the page jumps to the top.
2019-07-06 10:21:37 +02:00
chme
9ea7af0215
[web-src] Opening burger menu should not change scroll position of current page
2019-07-06 08:11:30 +02:00
Tyler Ball
0da24a3f90
support serving web interface via https proxy
2019-01-23 09:51:13 +01:00
chme
9198dbc8a9
[web-src] Update library stats after "database" event
...
Fixes missing display of audiobooks/podcasts link in top navbar after
adding the first audiobook/podcast (library updated through inotify and
not with a full scan)
2019-01-05 07:43:08 +01:00
chme
4fdc2e26d4
[web-src] Remove debug logging to js console
2018-12-23 09:31:04 +01:00
chme
6578f60f01
[web-src] Reduce reconnect interval for web socket connection to 3s and
...
show number of reconnection attempts in notification message
2018-11-23 14:11:02 +01:00
chme
d5ab294172
Merge forked-daapd-web into forked-daapd
2018-10-01 12:54:15 -07:00