mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-05-19 14:21:16 -04:00
Update default album list view
- Add random view type - Default from newest -> random - Change default refetching behavior to 1hr cache, no stale - Add manual refresh button
This commit is contained in:
@@ -110,3 +110,11 @@ export const AddPlaylistButton = ({ ...rest }) => {
|
||||
</StyledIconButton>
|
||||
);
|
||||
};
|
||||
|
||||
export const RefreshButton = ({ ...rest }) => {
|
||||
return (
|
||||
<StyledIconButton icon={<Icon icon="refresh2" />} tabIndex={0} {...rest}>
|
||||
Refresh
|
||||
</StyledIconButton>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user