[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(ui): try to constrain date picker size for mobile

FoxxMD (Jul 2, 2026, 2:37 PM UTC) fb452eb4 d3fd03a7

+5 -3
+5 -3
src/client/components/playActivity/ListFilters.tsx
··· 147 147 defaultValue={parsedInitialValues} 148 148 selectionMode="range" 149 149 size="sm" 150 - maxW="32rem"> 150 + width="unset" 151 + maxW="32rem" 152 + minW="0"> 151 153 <DatePicker.Label>Played Between</DatePicker.Label> 152 154 <DatePicker.Control > 153 - <DatePicker.Input index={0} /> 154 - <DatePicker.Input index={1} /> 155 + <DatePicker.Input maxW="8em" index={0} /> 156 + <DatePicker.Input maxW="8em" index={1} /> 155 157 <DatePicker.Trigger asChild unstyled> 156 158 <CalendarButton variant="outline"/> 157 159 </DatePicker.Trigger>