Alain Nussbaumer
ef378088dd
[web] Fix name of pages
2023-11-21 15:27:25 +01:00
Alain Nussbaumer
ed893d8774
[web] Update libraries to their latest versions
2023-11-21 15:26:34 +01:00
Alain Nussbaumer
d524a3e757
[web] Format source code
2023-11-21 15:26:13 +01:00
Alain Nussbaumer
356fcf8aa7
[web] Rename "Browse" tabs in the Music page to "History" #1685
...
At the same time, makes the naming of the underlying pages more coherent.
2023-11-21 15:25:27 +01:00
Alain Nussbaumer
9cb961ef7f
[web] Upgrade to newer version of libraries
2023-11-21 11:06:27 +01:00
X-Ryl669
4574400ce2
[web] Fix pause blinking bug on lyrics pane
2023-11-17 20:48:22 +01:00
X-Ryl669
ee1bd1ebda
[web] Cosmetic changes for the lyrics pane. Also changed the current lyric playing model against the text wrap bug on smaller screen.
2023-11-17 20:07:07 +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
dependabot[bot]
8049760703
Bump postcss from 8.4.27 to 8.4.31 in /web-src
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-21 22:02:32 +00: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
d7d3a0767d
[web] Correct the use of Bulma variables in the CSS
...
The variables for colors are now correctly referenced in the CSS.
2023-10-08 10:47:26 +02:00
Alain Nussbaumer
dcbdee6598
[web] Fix settings page not displaying properly when the language is not found
...
When the user is using a language that is not available in OwnTone, the fallback language is set to English.
2023-08-06 10:59:20 +02:00
Alain Nussbaumer
60015e1da2
[web] Provide similar style between podcast, audiobook, and album pages
...
The podcast page is now similar to the audiobook or album pages. Thus, making the UI a bit more coherent.
2023-07-26 16:12:21 +02:00
Alain Nussbaumer
c20c80b757
[web] Format source code
2023-07-26 16:04:12 +02:00
Alain Nussbaumer
d84b7dc80f
[web] Fix alignment of labels with their switch button
2023-07-26 12:59:16 +02:00
Alain Nussbaumer
6b37de78ba
[web] Remove unused functions
2023-07-26 10:34:16 +02:00
Alain Nussbaumer
9964018f0e
[web] Fix for list of tracks not playing from the correct position
2023-07-26 08:07:51 +02:00
Alain Nussbaumer
c513e0044e
[web] Use "router link" for the list of index buttons
2023-07-26 08:05:13 +02:00
Alain Nussbaumer
6ae8c4c6bd
[web] Fix for issue preventing the page of composer albums from being displayed
2023-07-26 08:03:44 +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
7f38c4fa87
[web] Fix the missing bottom margin on pages with tabs
2023-07-26 06:37:33 +02:00
Alain Nussbaumer
a484f89e0a
[web] Fix an issue preventing the index button list to work in the genre pages
2023-07-25 19:12:12 +02:00
Alain Nussbaumer
294e640ac1
[web] Fix positioning of scrolling when pages don't have tabs
2023-07-25 18:41:51 +02:00
Alain Nussbaumer
dd5b4dcb32
[web] Remove dependency to "vue-scrollto" library
...
The UI has now one dependency less to a third party library.
2023-07-25 16:39:16 +02:00
Alain Nussbaumer
d733a17871
[web] Fix lint errors
2023-07-25 14:41:34 +02:00
Alain Nussbaumer
d38236fb37
[web] Simplify CSS
2023-07-25 14:40:18 +02:00
Alain Nussbaumer
a264efe2bb
[web] Fix genre not being displayed correctly depending on the media kind
...
The genre is not displayed depending on the media kind and not only for the "music" kind.
2023-07-24 19:51:00 +02:00
Alain Nussbaumer
ca30b82e9a
[web] Remove unused method
2023-07-24 19:22:24 +02:00
Alain Nussbaumer
c9a35c7346
[web] Lint code for better maintainability
...
For this pass, mainly the import order has been changed.
2023-07-18 15:48:56 +02:00
Alain Nussbaumer
9d62c94d86
[web] Fix modal dialogs not closing when opening artist or album page and renaming of views
...
Whenever an artist or album page is opened from a modal dialog, the latter is properly closed. Moreover, the views have been renamed for better maintainability.
2023-07-18 15:19:24 +02:00
Alain Nussbaumer
34ea8115a8
[web] Fix playlist page displaying one ghost entry when no playlist are present
...
When there are no playlists or all of them are filtered out, the list of playlists is now completely empty.
2023-07-18 14:08:52 +02:00
Alain Nussbaumer
19cdd895f0
[web] Use named route for playlists
...
Switching to named routes in order to reduce future maintenance.
2023-07-15 22:04:01 +02:00
Alain Nussbaumer
d4c3d27688
[web] Use named route for audiobook pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-15 21:56:44 +02:00
Alain Nussbaumer
fee215a25c
[web] Use named route for genre pages.
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 23:13:13 +02:00
Alain Nussbaumer
b821fdf01f
[web] Use named route for composer pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 23:02:02 +02:00
Alain Nussbaumer
6f1f53007d
[web] Use named route for search pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 22:39:21 +02:00
Alain Nussbaumer
845f111c29
[web] Use named route for Spotify pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 21:30:52 +02:00
Alain Nussbaumer
2bec9e1886
[web] Use named route for the browse page
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 17:47:16 +02:00
Alain Nussbaumer
19c315a43a
[web] Use named route for the music page
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 17:25:47 +02:00
Alain Nussbaumer
493621a28b
[web] Use named route for settings
...
Switching to named routes in order to reduce future maintenance.
2023-07-11 09:51:17 +02:00
Alain Nussbaumer
59aa462b05
[web] Use named route for genres
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:54:52 +02:00
Alain Nussbaumer
d0fbd68523
[web] Use named route for music albums
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:43:10 +02:00
Alain Nussbaumer
60374c2f47
[web] Use named route for music artists
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:33:07 +02:00
Alain Nussbaumer
d4a484f20e
[web] Use named route for audiobook albums and artists
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:08:35 +02:00
Alain Nussbaumer
63586db7b6
[web] Use named route for radio page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 19:25:17 +02:00
Alain Nussbaumer
c8488f999b
[web] Use named route for Spotify playlists
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 15:46:49 +02:00
Alain Nussbaumer
4b62e85c95
[web] Use named route for playlist pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 15:37:40 +02:00
Alain Nussbaumer
05486ac7a2
[web] Use named route for the Spotify search page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:58:26 +02:00
Alain Nussbaumer
c6a57a38f9
[web] Use named route for the files page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:24:42 +02:00
Alain Nussbaumer
44d488467e
[web] Use named route for the podcasts page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:09:27 +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
87ccdf7723
[web] Use named route for the library search page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 12:10:39 +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
53e132f441
[web] Use named route for podcast page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 10:03:05 +02:00
Alain Nussbaumer
72c5172f12
[web] Use named route for audiobook albums
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 09:52:52 +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
0a072c7889
[web] Rename "Dropdown" control
...
The control "Dropdown" is renamed and depending components have been linted.
2023-07-08 14:43:38 +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
6c3e74d159
[web] Add Chinese translation
...
The web UI is now translated to Chinese.
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
4cddfa4dfc
[web] Fix spacing of title text on the "Radio" page.
...
The "Radio" page has now the same spacing between the title and subtitle as the one on other pages.
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
1cdee635d7
[web] Pluralisation when there is no occurrence of an item
...
Proper translations If there are no occurrence of a specific item.
2023-07-07 13:26:19 +02:00
Alain Nussbaumer
cad9962cec
[web] Fix missing rounded corner on some modal dialogs
...
Modal dialogs having elements with a background in their footer are now properly rounded.
2023-07-07 13:26:19 +02:00
Alain Nussbaumer
c268d093ca
[web] Fix missing rounded corner on some modal dialogs
...
Modal dialogs having elements with a background in their footer are now properly rounded.
2023-07-07 13:26:19 +02:00
Alain Nussbaumer
e4f4824023
[web] Fix a warning message in the console on the "About" and "Search" pages.
...
When accessing the "About" and "Search", no warning is shown regarding the scope of translations.
2023-07-02 20:21:39 +02:00
Alain Nussbaumer
5e73554ad5
[web] Fix an issue preventing files to be added from the "Files" modal dialog
...
It is now possible to add files from the modal dialog for files.
2023-07-02 19:42:10 +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
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
ea3975753d
[web] Fix issue preventing adding tracks from the artist tracks page
2023-07-02 19:14:47 +02:00
Alain Nussbaumer
adf9e8c969
[web] Fix incorrect disabling of queue buttons
2023-07-02 19:13:38 +02:00
Alain Nussbaumer
85955ef13c
[web] Remove console logging
2023-07-02 18:46:10 +02:00
Alain Nussbaumer
8996021d83
[web] Fix issue preventing adding tracks to the queue from the artist tracks page
2023-07-02 18:45:45 +02:00
Alain Nussbaumer
20f9284ae4
[web] Update libraries
...
Libraries have been updated to use Vite version 4.
2023-07-02 18:38:31 +02:00
Alain Nussbaumer
8fc97b1f2e
[web] Remove v-html usage
...
Reinforcing security by remove the usage of v-html.
2023-07-02 18:11:41 +02:00
Alain Nussbaumer
5f433a2c20
[web] Harmonise use use of rounded switches
...
Checkboxes have now the same appearance all over the UI.
2023-07-02 18:07:12 +02:00
Alain Nussbaumer
bfd406206b
[web] Disable buttons "edit" and "clear" when queue is empty
2023-07-02 17:44:14 +02:00
Alain Nussbaumer
897d5854af
[web] Make switches with rounded corners
...
Make the UI a bit more coherent by rounding corners of switches.
2023-07-02 11:30:06 +02:00
Alain Nussbaumer
940f30dab6
[web] Change URL to Material Design Icons
2023-07-01 22:14:04 +02:00
Alain Nussbaumer
af79503ab6
[web] Lint source code
2023-07-01 22:09:34 +02:00
Alain Nussbaumer
1502efdf43
[web] Lint the source code
2023-07-01 22:03:56 +02:00
Alain Nussbaumer
83e3d43a21
[web] Add pluralisation to the translations
...
Texts are now pluralized where necessary.
2023-07-01 21:53:52 +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
60f1c84a21
[web] Replace custom CSS styles with standard Bulma styles
...
Standard Bulma styles are now used over custom styles.
2023-07-01 09:48:38 +02:00
Alain Nussbaumer
efe5f24049
[web] Fix vertical alignment of items presented in lists
...
Items presented in lists are not vertically centered.
2023-07-01 09:09:16 +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
3d2392567a
[web] Remove empty JavaScript statements
2023-06-30 03:51:38 +02:00
Alain Nussbaumer
1c0ceec2be
[web] Streamline usage of the same word for username in German
2023-06-30 03:45:54 +02:00
Alain Nussbaumer
fb84247982
[web] Fix missing translations in placeholder
...
Placeholders for input fields are now translated.
2023-06-30 03:44:35 +02:00
Alain Nussbaumer
a06beacfcf
[web] Fix security issue with word-wrap library
2023-06-29 22:52:21 +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
523f88cc0b
[web] Change cursor visuals when no operation is allowed on slider
...
The default cursor of the browser is now overridden by another icon from Material Design Icons.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
9556548fc7
[web] Fix the size of the slider handle
...
The slider handle is now the same size as it was initially. Moreover, it gets bigger on mobile.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
09a4b0d6f7
[web] Reduce the size of sliders
...
While keeping the ability to reach easily sliders, their visual size has been reduce to make them less bulky.
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
9180710953
[web] Remove unused CSS class
...
Cleanup of the CSS styles.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
b01ebf6503
[web] Fix cursor icon when slider is not active
...
When the slider is not active, the cursor changes to show that the control is not usable.
2023-06-29 22:52:21 +02:00