Alain Nussbaumer
892ce26f44
[web] Fix spacing of elements in the pages with hero content
...
Spacing is now identical to the former spacing.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
0e0eb474eb
[web] Fix a bug preventing the options to be correctly hidden on the composer pages.
...
Now, when using the chevron (up and down), the option menu is revealed or hidden properly.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
82db8141ea
[web] Use constant for interval
...
Instead of having the number 1000 written in multiple places, it is now a constant.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
979e60630e
[web] Fix spacing of pages due to changes in the Now Playing Page
...
The top and bottom spacing for all the pages have been streamlined. Moreover, CSS styles have been reduced.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
181a0f171d
[web] Make slider handle bigger on mobile devices
...
The handle of sliders - volume and progress - is now better reachable on mobile devices
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
395dd0e3d4
[web] Make a bigger hit box for the slider
...
The sliders can now be grabbed more easily.
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
38090bd73d
[web] Fix missing translation in the search page
...
Translation of the placeholder in the search bar (library and Spotify) is now translated.
2023-06-21 20:34:39 +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
6bb5578c3a
[web] Use of Bulma color variables wherever possible
...
Avoid hard coded colors in the style sheet by using Bulma variables.
2023-06-11 08:32:52 +02:00
Alain Nussbaumer
36d76d7e3e
[web] Fix for elongated cover artworks being distorted
...
Elongated cover artworks were distorted when displayed on album lists.
2023-06-11 08:27: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
6a2f85e04f
[web] Fix for Spotify playlist not being played properly
...
If a Spotify playlist is containing unplayable tracks (e.g., wrong market), the position of the subsequent tracks in the playlist must be changed accordingly.
Moreover, the album property was provided for no reason.
2023-06-10 18:25:12 +02:00
Alain Nussbaumer
3b81791cd0
[web] Fix missing translations in modal dialog playlist view
...
The path and the playlist types are now translated.
2023-06-10 13:48:58 +02:00
Alain Nussbaumer
0bc13e7c63
[web] Fix for Spotify playlists with incorrect count of tracks and missing market data
...
Some Spotify playlists contain null tracks, thus provoking an incorrect count of track.
Moreover, the market data was missing in the API request.
2023-06-10 13:46:33 +02:00
Alain Nussbaumer
6183fafaea
[web] Rename Audio Files to Files only
...
For consistency with the rest of the pages, the "Audio Files" setting is renamed "Files"
2023-06-08 22:17:55 +02:00
Alain Nussbaumer
9494f49147
[web] Fix missing translations
...
In the Spotify pages FeaturedPlaylists and NewReleases, their titles are now translated.
2023-06-08 21:51:03 +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
3a1cc63e8f
[web] Fix cover artwork display on different pages #1506
...
On some pages, the cover artwork was overlapping or not displayed properly. Moreover, the use of the component CoverArtwork has been generalised.
2023-06-07 18:55:44 +02:00
Alain Nussbaumer
931c7477c3
[web] Align the presentation of list of tracks
...
Makes the list of Spotify tracks ressemble the standard list of tracks.
2023-06-07 15:06:02 +02:00
Alain Nussbaumer
a38da31d17
[web] Fix of wrong French translation
...
In the page listing the artists, the count of them was not properly translated.
2023-06-05 20:38:15 +02:00
Alain Nussbaumer
65b16c60fb
[web] Add hint on buttons of the audio player when hovering them #1512
...
When hovering the buttons of the player, a short description is displayed. Moreover, the seek buttons are explicit now.
2023-06-04 18:25:47 +02:00
Alain Nussbaumer
f454e9229e
[web] Remove never called method
...
The method scrollToTop was a relic of the past and has been removed. The scrolling is now done in ContentWithHeading.
2023-06-04 15:59:21 +02:00
Alain Nussbaumer
a1046f3913
[web] Fix for items not displaying because of their name
...
Albums, artists, composers, genres, and any other items listed on page where they appear sorted by names are now all displayed properly.
2023-06-04 13:54:01 +02:00
Alain Nussbaumer
78b50bc088
[web] Bump to newer versions of packages
...
Newer versions of JavaScript packages are now used.
2023-06-03 19:49:22 +02:00
Alain Nussbaumer
0fcf99c8e9
[web] Remove unused play_track function
...
The play_track function was useless because already present in the ListTracks component.
2023-06-03 19:23:43 +02:00
Alain Nussbaumer
1b71cf2a15
[web] Fix inability to start from a specific track of an album
...
In the album view, whatever the chosen track, the player always started from the first track of the album.
2023-06-03 19:22:02 +02:00
Alain Nussbaumer
6bf40c139d
[web] Remove console logging
...
Console logging has been removed from all the pages.
2023-06-03 18:58:11 +02:00
Alain Nussbaumer
fc5d284588
[web] Remove useless condition
...
No action is taken from this conditional test and therefore can be removed.
2023-06-03 18:53:39 +02:00
Alain Nussbaumer
aa3127167b
[web] Beautify code
...
The source code has been beautified to follow the coding standards.
2023-06-03 18:52:17 +02:00
Alain Nussbaumer
025a1c73a8
[web] Fix non-closing album modal dialog
...
When clicking on the artist name in the album modal dialog, the dialog was not close.
2023-06-03 18:44:49 +02:00
Alain Nussbaumer
8e4a3fe16a
[web] Add missing translation
...
The French translation for the word "Search" was missing.
2023-06-03 08:40:49 +02:00
Alain Nussbaumer
9bd68ca306
[web] Fix an issue preventing removal of RSS podcasts #1616
...
RSS podcasts can now be removed. Moreover, the remove option is not shown anymore to non-RSS podcasts.
2023-06-02 23:13:44 +02:00
Alain Nussbaumer
784de0c4a1
[web] Fix for translations not being displayed
...
In the Now Playing page, translations for an empty queue where not displayed.
2023-06-02 22:22:32 +02:00
Alain Nussbaumer
b0f418abda
[web] Add missing translations
...
Translations were missing for the remove podcast feature. A cleanup of the German translation files has been done as well.
2023-06-02 22:13:38 +02:00
Alain Nussbaumer
0d095b3037
Fix for #1606
2023-05-11 11:24:34 +01:00
Alain Nussbaumer
21173d6480
Fix for byRating function
2023-04-05 20:36:19 +02:00
Alain Nussbaumer
41d80c4f1a
#1473 Fix the listing of files
2023-04-05 20:36:19 +02:00
Alain Nussbaumer
c6b4f565a5
#1473 Add sort by rating for composer, genre, and artist tracks.
2023-04-05 20:36:19 +02:00
Alain Nussbaumer
88425fc38d
[web] Wrong label for play button in audiobook page
2023-04-05 20:23:19 +02:00
Alain Nussbaumer
9df15c1f58
Minor translation errors
2023-03-26 17:11:43 +02:00
ejurgensen
90e0be07e2
Merge pull request #1593 from hacketiwack/error-message
2023-03-17 13:53:53 +01:00
Alain Nussbaumer
c9c6094e5b
Error message not displayed
2023-03-17 00:19:14 +01:00
Alain Nussbaumer
6069fd07e3
I18n: Correction of translations in French, German, and English
2023-03-16 23:47:04 +01:00
lordmyschkin
a4ae747b15
[web] Optionally Show FilePath on Now playing-Page
2023-03-15 22:32:16 +01:00
dependabot[bot]
88b89053d4
Bump vite from 2.9.12 to 2.9.13 in /web-src
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.9.12 to 2.9.13.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.13/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 15:51:14 +00:00
dependabot[bot]
376f41c464
Bump luxon from 2.4.0 to 2.5.2 in /web-src
...
Bumps [luxon](https://github.com/moment/luxon ) from 2.4.0 to 2.5.2.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/2.4.0...2.5.2 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 14:56:49 +00:00
whatdoineed2do/Ray
cc3cceaa99
[web-src] remove absolute paths in index.html and force vite generation to allow reverse proxy from an subpath
2023-02-05 17:16:07 +01:00
lordmyschkin
6ac88d677b
minor improvments to german translation
2023-01-23 18:58:42 +01:00
Alain Nussbaumer
879feab518
[web] Fix for error messages not displaying #1500
2023-01-23 04:37:43 -08:00
whatdoineed2do/Ray
dd1b39b347
[web] directory modal handling fix
2023-01-21 21:46:14 +00:00
LordMyschkin
4f848948e7
[web] German translation
...
German translation
Co-authored-by: lordmyschkin <martin@dieroths.at>
2023-01-21 16:50:06 +01:00
Alain Nussbaumer
3f05487abb
[web] Remove inexistent property use_libspotity #1492 ( #1498 )
2022-06-17 09:36:07 +02:00
chme
da24e9f81b
[web] Update dependencies
2022-06-16 06:45:26 +02:00
chme
431ad51b66
[web] Fix linting error (vue/no-v-text-v-html-on-component)
2022-06-16 06:45:26 +02:00
chme
ae0fb921d5
[web] Fix display search results
2022-06-16 06:45:25 +02:00
chme
daba58f05f
[web] Fix display of playlists in files page
2022-06-15 20:04:54 +02:00
chme
f167f3c2fc
[web] Fix display of path in directory modal
2022-06-15 20:04:54 +02:00
chme
58c6b2891c
[web] Revert icon changes (fixes ignored size attribute)
2022-06-15 20:04:54 +02:00
Alain Nussbaumer
c020905f2e
[web] #1493 Fix directory modal dialog not showing up
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
911bd59116
[web] Fix French translation parameters
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
f11c66c42d
[web] Fix missing translation. Detect user locale
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
c828549b85
[web] Fix page search to show proper translations
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
bfd60a4d30
[web] Fix to search query documentation
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
afb897aa47
[web] Fix translation for genre page. Alignment of logic between artist, composer, and genre pages when navigating to albums or tracks.
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
bb294710e6
[web] Fix of translations in the recently played page.
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
6221f40e96
[web] Fix missing translation in audiobook page. Reorganise some translations to be more coherent.
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
ba7cea01e4
[web] Missing translations in search page
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
76a9339605
[web] Missing translations in track dialog
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
6bdf07307b
[web] Fix the artist page not displaying
2022-06-09 10:43:03 +02:00
Alain Nussbaumer
38ad945ec4
[web] Fix broken album dialog
2022-06-09 10:43:03 +02:00
chme
3b283d1690
[htdocs] Rebuild web interface
2022-06-03 07:45:48 +02:00
chme
3788994307
[web] Delay loading of album artwork in lists
...
Avoids fetching artwork that is only visible for a very short time while fast scrolling through the list.
2022-06-03 07:45:48 +02:00
chme
9b78237f77
[web] Add missing translation for save button
2022-06-03 07:45:48 +02:00
chme
524898538d
[web] Remove libspotify integration from web interface
2022-06-03 07:21:26 +02:00
Alain Nussbaumer
b28da1d57b
Removed useless libraries.
2022-05-29 18:57:00 +02:00
Alain Nussbaumer
8fb4d8f347
Removed hard coded ip address.
2022-05-29 18:51:23 +02:00
Alain Nussbaumer
b788273e4c
Code formatting, translation mistakes, and removal of useless libraries.
2022-05-29 18:49:00 +02:00
Alain Nussbaumer
cfa8db7b3f
#1458 Translation of Web UI
2022-05-20 13:45:11 +02:00
Alain Nussbaumer
167ba86211
#1458 Translation of Web UI
2022-05-20 13:44:22 +02:00
chme
42e708fbb4
[web] Fix display of search results for composer and playlist
2022-04-17 10:05:50 +02:00
chme
45b192255a
[web] Show stream playlists (rss, radio) only if config option "radio_playlists" is set to true
2022-04-17 10:05:50 +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
81491367fc
[web] Replace date library moments.js with luxon
2022-04-15 20:17:16 +02:00
chme
708765537c
[web] Update dependencies
2022-04-15 20:17:16 +02:00
chme
717fc6d512
[web-src] Fix dragging slider in now playing page
2022-04-08 17:53:16 +02:00
chme
3a0203855f
[web-src] Increase bottom margin for all pages
2022-04-08 17:53:16 +02:00
chme
dc4367fa3b
[web-src] Fix opening dialog for list items in spotify pages
2022-04-08 17:53:16 +02:00
chme
c714592a31
[web] Do not show audiobooks in genre/composer listings for music
2022-04-08 17:53:16 +02:00
chme
0772997e27
[web] Add album/track count to composer pages
2022-04-08 17:53:16 +02:00
chme
01f4f8b137
[web] Add album/track count in genre views
2022-04-08 17:53:16 +02:00
chme
e5a87d0396
[web] Fix hiding singles in artists and albums views
2022-03-20 15:24:23 +01:00
chme
8f934ec690
[web] Fix running dev server with remote owntone server; update docs
2022-03-20 15:24:23 +01:00
chme
02af9f2a23
[web] Update dependencies
2022-03-19 07:04:37 +01:00
Ben Willmore
965d55d67d
Fix failure to detect apple-touch-icon.png ( #4 )
...
* Fix failure to detect apple-touch-icon.png
* apple-touch-icon: Use ?ver=2.0 not ?ver2.0
Co-authored-by: Ben Willmore <ben@willmore.eu>
2022-03-19 07:04:37 +01:00
Ben Willmore
decea8be66
Use vuex mutation instead of manipulating state directly
2022-03-19 07:04:37 +01:00
Ben Willmore
f484f1194b
Search page: remember whether library or spotify is selected
2022-03-19 07:04:37 +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