ejurgensen
c09026f7c3
[spotify] Fix Bullseye breakage by updating librespot-c to 0.6
2025-06-21 00:21:49 +02:00
Alain Nussbaumer
6028c39408
[web] Fix player buttons not being highlighted
2025-06-09 15:22:33 +02:00
Alain Nussbaumer
ce59d36a96
[web] Streamline the modal dialogs
2025-06-09 14:07:38 +02:00
Alain Nussbaumer
0cfd753770
[web] Fix the display of channels in track modal dialogs
2025-06-09 09:57:39 +02:00
Alain Nussbaumer
939dab6a48
[web] Simplify appearance switching
2025-06-09 09:13:14 +02:00
Alain Nussbaumer
482a5bdafc
[web] Fix top navigation bar colour
2025-06-08 09:14:23 +02:00
Alain Nussbaumer
227db7d502
[web] Update versions of libraries
2025-06-07 21:59:03 +02:00
Alain Nussbaumer
03e54140d7
[web] Remove unused code
2025-06-07 21:58:02 +02:00
Alain Nussbaumer
78a1137510
[web] Fix missing search result presentation
2025-06-07 21:57:30 +02:00
Alain Nussbaumer
c1ffbca09b
[web] Remove border around slider thumb
2025-06-07 12:03:49 +02:00
Alain Nussbaumer
051498861e
[web] Remove linting rule
2025-06-06 21:57:02 +02:00
Alain Nussbaumer
ef683f5b02
Merge remote-tracking branch 'origin/master' into web-3.0
2025-06-06 21:29:49 +02:00
Alain Nussbaumer
5dc748baf5
[web] Avoid hiding the top navigation bar when the player menu is displayed
2025-06-06 21:29:23 +02:00
Alain Nussbaumer
4bd8736346
[web] Add the ability to change the appearance of the UI
2025-06-06 21:21:31 +02:00
ejurgensen
781110659a
Update bug report issue template
...
Add note about removing irrelevant logging and Spotify secrets
2025-06-06 14:49:23 +02:00
Alain Nussbaumer
a7d4501632
[web] Remove linting rules
2025-06-02 20:35:45 +02:00
Alain Nussbaumer
5018cc4544
[web] Remove lint rule
2025-06-02 20:06:17 +02:00
Alain Nussbaumer
99ef7b8dfc
[web] Fix linting configuration
2025-06-01 19:19:31 +02:00
Alain Nussbaumer
e476032776
[web] Fix missing reference
2025-06-01 19:17:17 +02:00
Alain Nussbaumer
60b688a182
[web] Lint source code
2025-06-01 18:05:12 +02:00
Alain Nussbaumer
4872bfd7fd
[web] Minor changes
2025-05-31 19:48:18 +02:00
Alain Nussbaumer
e80e58f0fd
Merge remote-tracking branch 'origin/master' into web-3.0
2025-05-30 21:24:50 +02:00
Alain Nussbaumer
9c61ee5158
[web] Simplify the display of settings to make them autogenerated in the future
2025-05-30 21:23:57 +02:00
Alain Nussbaumer
4dc6754726
[web] Move locale logic into the settings store
2025-05-30 19:18:25 +02:00
Alain Nussbaumer
fc24c2279f
[web] Fix for the Spotify search
2025-05-29 21:56:47 +02:00
Alain Nussbaumer
5f2785171c
[web] Rename player page
2025-05-29 21:40:47 +02:00
Alain Nussbaumer
0c7e94b903
[web] Fix display of player page when an item is added to an empty queue
2025-05-29 15:21:28 +02:00
Alain Nussbaumer
4531eaa75f
[web] Reorder code and remove unused code
2025-05-29 13:46:22 +02:00
Alain Nussbaumer
a0d2ddcdc2
[web] Always show items the burger menu
2025-05-29 13:29:11 +02:00
Alain Nussbaumer
36d8161a37
[web] Remove unexpected initialisation of the configuration store
2025-05-29 13:14:27 +02:00
Alain Nussbaumer
36736e03a2
[web] Streamline stores
2025-05-28 21:51:51 +02:00
Alain Nussbaumer
91bac1273b
[web] Hide navigation items on mobile device screens
2025-05-28 00:00:50 +02:00
Alain Nussbaumer
4adb623c3f
[web] Fix a bug in the Spotify search
2025-05-27 23:46:33 +02:00
Alain Nussbaumer
eb33a25ce7
Merge remote-tracking branch 'origin/master' into web-3.0
2025-05-25 10:42:51 +02:00
Alain Nussbaumer
f62c5c06a8
[web] Lint source code
2025-05-25 10:41:58 +02:00
Alain Nussbaumer
02625ff67a
[web] Make unsynchronised lyrics scrollable on mobile devices
2025-05-25 10:13:36 +02:00
Alain Nussbaumer
b251a4e418
[web] Remove ternary statements
2025-05-25 10:12:59 +02:00
Alain Nussbaumer
78ffba97d8
[web] Add helper method in stores
2025-05-24 10:18:59 +02:00
Alain Nussbaumer
04c119a3fd
[web] Rename pages for more coherence
2025-05-24 10:18:36 +02:00
Alain Nussbaumer
59050c1018
[web] Add helper methods in stores
2025-05-24 09:21:36 +02:00
ejurgensen
4154a20cda
[spotify] Don't log "Unexpected JSON" when getting a null element
...
Instead log a debug message. Ref issue #1892 .
2025-05-21 23:28:08 +02:00
ejurgensen
3ccd117812
Merge pull request #1894 from owntone/macos_gettext1
...
[gha] Fix MacOS workflows failing with undefined macro errors mk2
2025-05-19 23:57:28 +02:00
ejurgensen
3c7e5d404b
[gha] Fix MacOS workflows failing with undefined macro errors mk2
...
The macros shipped with Homebrew's gettext are no longer installed to
$(brew --prefix)/share/aclocal, so aclocal can't find them, resulting
in autoreconf failing.
Fixes issue #1889
2025-05-19 23:43:02 +02:00
Alain Nussbaumer
af632f4304
[web] Simplify image control
2025-05-19 19:48:08 +02:00
Alain Nussbaumer
708370aab9
[web] Refactor search pages
2025-05-18 18:35:58 +02:00
Alain Nussbaumer
b5fe530f0d
[web] Better handling of events
2025-05-17 13:39:59 +02:00
Alain Nussbaumer
8bc8a2c9d8
[web] Fix for services store
2025-05-17 11:03:47 +02:00
Alain Nussbaumer
3b336657d4
[web] Fix call to queue method
2025-05-17 09:21:03 +02:00
Alain Nussbaumer
c2460d2f5f
[web] Put specific style in the component
2025-05-17 09:20:31 +02:00
ejurgensen
4b1617971e
[gha] Fix MacOS workflows failing with undefined macro errors
...
Add "brew install gettext" to MacOS workflows ref issue #1889
2025-05-17 01:31:48 +02:00