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
b922a6a1a1
[web] Align items in volume menu
2025-01-01 22:10:13 +01:00
Alain Nussbaumer
66c2873d32
[web] Migrate to Bulma 1.0.2
2024-09-24 20:31:51 +02:00
Alain Nussbaumer
87ec17c243
[web] Fix top navigation bar on small screens
2024-09-10 21:46:50 +02:00
Alain Nussbaumer
3d9cec4ded
[web] Change navigation bars
2024-09-09 21:00:35 +02:00
Alain Nussbaumer
8b586728b6
[web] Change to Pinia store
2024-08-22 21:34:45 +02:00
Alain Nussbaumer
7edce91474
[web] Make hover style of buttons identical everywhere
2024-04-27 21:13:13 +02:00
Alain Nussbaumer
b8373a4ee0
[web] Lint source code
2024-04-21 17:44:55 +02:00
Alain Nussbaumer
94f331cf09
[web] Lint source code
2024-03-26 15:00:17 +01:00
Alain Nussbaumer
581544207b
[web] Lint source code
2024-03-24 21:41:58 +01:00
Alain Nussbaumer
33d28b085f
[web] Lint source code and rename some audio methods
2024-03-23 02:06:30 +01:00
Alain Nussbaumer
2492f51022
[web] Remove unnecessary CSS class
2024-03-05 11:55:08 +01:00
Alain Nussbaumer
91ef635ff5
[web] Streamline source code
2024-03-02 09:53:38 +01:00
Alain Nussbaumer
9bf58f8966
[web] Reorganise imports
2024-02-28 16:09:44 +01:00
Alain Nussbaumer
5b46df45ba
[web] Streamline CSS styles and remove useless classes
2024-02-26 20:23:30 +01:00
Alain Nussbaumer
1ad3cc1730
[web] Remove redundant css classes
2024-02-26 14:39:05 +01:00
Alain Nussbaumer
b6d9b61764
[web] Reorganise audio library
2024-02-22 17:26:12 +01:00
Alain Nussbaumer
1b666fe936
[web] Remove the need to set the layer index for the bottom menu
2023-12-14 20:36:47 +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
f09647d754
[web] Use named route for the "now playing" page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 12:19:34 +02:00
Alain Nussbaumer
ed654381b8
[web] Use named route for the page queue
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 11:57:29 +02:00
Alain Nussbaumer
9f3fee08b2
[web] Use named route for the about page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 10:37:45 +02:00
Alain Nussbaumer
5c573f7138
[web] Fix display of artists having a very long name
...
Artists with very long names do not overlap the rest of the UI.
2023-07-09 00:25:06 +02:00
Alain Nussbaumer
332a57040e
[web] Fix the centering of the player buttons
...
The buttons of the player are not centered.
2023-07-07 13:26:19 +02:00
Alain Nussbaumer
583b676489
[web] Create a slider component
...
As a component, the slider is easier to maintain.
2023-07-07 13:26:19 +02:00
Alain Nussbaumer
ae2a789c22
[web] Remove custom CSS styles in favour of standard Bulma styles.
...
In order to reduce maintenance efforts, custom styles are removed whenever possible.
2023-07-07 13:26:19 +02:00
Alain Nussbaumer
a7ca88574c
[web] Fix album not being displayed on the "Now Playing" page
...
Whenever available, the album information is now displayed on the "Now Playing Page".
2023-07-02 19:31:05 +02:00
Alain Nussbaumer
85955ef13c
[web] Remove console logging
2023-07-02 18:46:10 +02:00
Alain Nussbaumer
91c5a4fa67
[web] Remove inline styles whenever possible
...
Most of the inline styles have been removed in favour of standard Bulma styles.
2023-07-01 18:19:29 +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
cef98f689b
[web] Lint source code
...
Removal of useless statements.
2023-06-30 03:54:15 +02:00
Alain Nussbaumer
c89aaa895f
[web] Change cursor icon for stream volume when output is disabled
...
The cursor icon for the stream volume when the slider is inactive is now a Material Design Icon.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
0ec390907d
[web] Use default Bulma styles instead of custom ones
...
In the context of sliders - specifically the volume control - Bulma styles have been used instead of custom styles for an easier maintainability.
2023-06-29 22:52:21 +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
7f1febe9e1
[web] Replace custom styles with standard Bulma styles
...
Wherever possible, out of the box Bulma styles are now used instead of custom defined ones.
2023-06-11 08:44:45 +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
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
Tucker Kern
39b14ff8d4
Use relative paths in web interface to ease reolcation or proxying
2020-09-27 19:13:07 +02:00
chme
691fff20bf
[web-src] Add spacing in touch top menu to fix scrolling issue in iOS
2020-05-03 07:12:54 +02:00
chme
4188a54e37
[web-src] Fix missing scrollbars in navbar menus
2020-05-02 08:15:03 +02:00
chme
4b1688ceb8
[web-src] Generate cover image if not available for now playing page,
...
and some styling changes for the navbars
2020-04-18 07:02:45 +02:00
chme
bbacf3e406
[web-src] Add seek forward/backward buttons for podcasts/audiobooks
2020-04-18 07:02:03 +02:00