chme
27e2274d8a
[web] Refactor lists to improve performance
...
Reduces the number of Vue components that need to be created/managed.
Instead of a Vue component for each item, we now only have one Vue
component for the whole list of items.
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
chme
b0037afa05
[web-src] Fix spotify playlist tracks not showing
2022-01-16 11:14:49 +01:00
whatdoineed2do/Ray
269842d30a
[web-src] add composer support
2021-12-29 13:46:30 +00:00
chme
791d3610fd
[web] Display info text if spotify track is not playable
...
Additionally set market query parameter for albums and tracks. According to the spotify documentation, this should not be necessary, as the market for the user account should be used if not set.
2021-12-26 19:52:00 +01:00
chme
4bc8719aaa
[web] Fix http stream button not clickable in mobile view
2021-12-26 19:50:16 +01:00
whatdoineed2do/Ray
af91d99468
[web-src] podcast handling of propogated 'play_count_changed' event
2021-09-30 12:52:53 +01:00
chme
acddb378b9
[web-src] Add "comment" field to track details
2021-07-04 14:59:05 +02:00
chme
55a92e84c2
[web-src] Rename forked-daapd to OwnTone
2021-05-13 16:03:10 +02:00
chme
d5f8129b71
[web-src] Fix for wrong AirPlay output icon
2021-01-11 20:00:06 +01:00
chme
e168918b95
[web-src] Remove now unused ModalDialogAlbums
2021-01-11 19:40:05 +01:00
chme
1a6c76d990
[web-src] Refactor "recently added" - group in JS instead of doing 3 queries against the back end
2021-01-11 19:40:05 +01:00
whatdoineed2do/Ray
eacb6a17eb
[web-src] Settings int field hanlder
2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
a9e365eb3e
[web-src] modal for multiple albums
2021-01-11 19:40:04 +01:00
chme
b7369afc50
[web-src] Fix switching to Spotify search with empty query
2020-11-22 10:17:37 +01:00
chme
94bdd18648
[web-src] Fix missing cover update for streams
2020-11-21 11:59:28 +01:00
chme
cbfea854d2
[web-src] Search tab buttons now trigger search
2020-11-21 11:06:18 +01:00
whatdoineed2do/Ray
2057d8cf0a
[web-src] random playlist playlist modal fix
...
the 'uris' is passed from page/PagePlaylist.vue to handle a dynamic 'random'
smartpl playlist - we cannot add via 'playlist.uri' because when it will ask
the server for that uri it will generate another set of tracks, different to
the ones on display of the playlist page
2020-10-26 11:27:15 +00:00
chme
c5275e4428
[web-src] Hide burger menu on showing "Update library" dialog
2020-10-18 09:58:03 +02:00
chme
d6d6e93c3b
[web-src] Use kebap-case for events
...
Otherwise ESLint will report errors
2020-10-18 09:44:59 +02:00
chme
3b5e08331b
[web-src] Show release date in music album listings
2020-10-18 09:44:59 +02:00
chme
bd099dc4be
[web-src] Turn "Update library" into an action
2020-10-18 09:44:59 +02:00
chme
5c3c0be348
[web-src] Rename "About" to "Update Library"
2020-10-17 07:43:40 +02:00
chme
6fcdab08ee
[web-src] Add metadata to artist details
2020-10-11 07:53:52 +02:00
chme
efb647d013
[web-src] Artists/albums list sort + filter
2020-10-11 07:53:52 +02:00
chme
1384aef891
[web-src] Move option "up" button out from IndexButtonList component
2020-10-11 07:53:51 +02:00
chme
ee4ec0c9eb
[web-src] Refactor track and playlis listings
2020-10-11 07:53:51 +02:00
chme
886754e6ad
[web-src] Audiobooks index list
2020-09-27 19:24:39 +02:00
chme
91ec155ecd
[web-src] Refactor albums lists to use new ListAlbums component
2020-09-27 19:13:07 +02:00
chme
dbcd391331
[web-src] Refactor album+artist lists and add audiobooks artist page
2020-09-27 19:13:07 +02:00
chme
bfa2497dd5
[web-src] Add metadata fields to album dialog
2020-09-27 19:13:07 +02:00
whatdoineed2do/Ray
ee49d48fbc
[web-src] Apply patch from whatdoineed2do for playlist dialog
2020-09-27 19:13:07 +02:00
Tucker Kern
39b14ff8d4
Use relative paths in web interface to ease reolcation or proxying
2020-09-27 19:13:07 +02:00
chme
6f4970545f
[web-src] Turn "radio" into top level item and allow customization of
...
visible menue items
2020-09-27 19:13:07 +02:00
chme
4e353d4c36
[web-src] Lazy creation of generated cover artwork
...
This should improve the performance in large album listings by only creating the generated image for covers that are displayed.
2020-09-27 19:13:07 +02:00
chme
d0e4153859
[web-src] Show cover artwork in Spotify album listings
2020-09-27 19:13:07 +02:00
chme
48e766e1ae
[web-src] Show cover artwork in album listings
2020-09-27 19:13:07 +02:00
chme
9c4c25f507
[web-src] Start implementing audiobooks authors page
2020-09-27 19:13:07 +02:00
chme
93a170690e
[web-src] Remove link to "admin" page
...
All functionality of the admin page has been moved to the "settings" page
2020-07-01 07:32:12 +02:00
chme
66e482d629
[web-src] Add radio page listing all radio streams
2020-07-01 07:32:12 +02:00
chme
b15b5c88fa
[web-src] Only show quality informations if they are available
2020-07-01 07:32:12 +02:00
chme
a36cd47f24
[web-src] Localize dates in dialogs/pages for Spotify tracks
2020-06-30 08:28:32 +02:00
chme
d2b5e82837
[web-src] Show album cover artwork in album page
2020-06-30 08:28:32 +02:00
chme
cea0bf09d0
[web-src] Add cast icon for chromcast outputs
2020-05-03 07:12:54 +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
fe0ca815a7
[web-src] Always show cover artwork in album dialog
...
If no artwork is available or not yet loaded, falls back to the
generated cover artwork. Avoids jumping of dialog after loading of
remote image finished.
2020-04-20 19:24:25 +02:00