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
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
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
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
b985634924
[web-src] recently added - optimise fetch of 'older' albums in mounted() when mixin async data known
2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
52d765900c
[web-src] recently added - only show up to requested limit on albums
2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
5fa2955bff
[web-src] use settings to determine the number of albums to retreive on recently added page
2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
08397058f1
[web-src] recently added - retreive all data in one async go
2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
7145db3369
[web-src] recently added - add modal play/add/add next for sections
2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
5f9939ebfb
[web-src] use smartpl to retrieve recently added albums
2021-01-11 19:40:04 +01:00
johnappletree
96c9424575
Update PageBrowseRecentlyAdded.vue
...
Remove the last 8 weeks as this in my case resulted in an empty list. Furthermore, increase limit to get more entries in the list.
2020-11-24 21:46:56 +01:00
chme
91ec155ecd
[web-src] Refactor albums lists to use new ListAlbums component
2020-09-27 19:13:07 +02:00
chme
f8257a1f55
[web-src] Hide cover artwork in lists if disabled in settings
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
52d37b883c
[web-src] Update to Vue CLI 4 and fix linter issues
2020-04-12 09:41:01 +02:00
chme
46995197ff
[web-src] Only include media_kind music in music browse page
2019-02-10 08:21:15 +01:00
chme
382036687a
[web-src] Refactor ListItemAlbum to be a functional component
...
This should improve performance of long album lists.
2018-12-23 09:31:04 +01:00
chme
5e85e0b024
[web-src] Refactor details modal dialogs into separate components
...
This will allow to open a dialog outside of the ListItem component. Also
reduces the size of the generated DOM tree by only including one dialog
per page (per object type) and not for each list item.
2018-12-23 09:31:04 +01:00
chme
d5ab294172
Merge forked-daapd-web into forked-daapd
2018-10-01 12:54:15 -07:00