diff --git a/src/components/Album/header.tsx b/src/components/Album/header.tsx index c6221eb3..92c2b062 100644 --- a/src/components/Album/header.tsx +++ b/src/components/Album/header.tsx @@ -65,7 +65,7 @@ export default function AlbumTrackListHeader({ album }: { album: BaseItemDto }): {album.AlbumArtists && album.AlbumArtists.length > 0 && ( navigation.navigate('Artist', { @@ -106,14 +106,13 @@ export default function AlbumTrackListHeader({ album }: { album: BaseItemDto }): @@ -127,7 +126,7 @@ export default function AlbumTrackListHeader({ album }: { album: BaseItemDto }): onPress={() => playAlbum(true)} {...BUTTON_PRESS_STYLES} > - + Shuffle diff --git a/src/components/Artist/header.tsx b/src/components/Artist/header.tsx index baa18f63..3aa88d9a 100644 --- a/src/components/Artist/header.tsx +++ b/src/components/Artist/header.tsx @@ -70,7 +70,7 @@ export default function ArtistHeader(): React.JSX.Element { -
+
{artist.Name}
@@ -105,7 +105,7 @@ export default function ArtistHeader(): React.JSX.Element { }) } > - {`View Tracks`} + {`View Tracks`}
diff --git a/src/components/Global/components/instant-mix-button.tsx b/src/components/Global/components/instant-mix-button.tsx index a419898d..0c9c4818 100644 --- a/src/components/Global/components/instant-mix-button.tsx +++ b/src/components/Global/components/instant-mix-button.tsx @@ -51,7 +51,7 @@ export function InstantMixButton({ borderWidth={'$1'} {...BUTTON_PRESS_STYLES} > - + Mix diff --git a/src/components/Global/components/library-selector.tsx b/src/components/Global/components/library-selector.tsx index 98984a75..c74c3369 100644 --- a/src/components/Global/components/library-selector.tsx +++ b/src/components/Global/components/library-selector.tsx @@ -196,7 +196,7 @@ export default function LibrarySelector({ testID='let_s_go_button' flex={1} > - + {primaryButtonText} diff --git a/src/components/Global/helpers/flashlist-sticky-header.tsx b/src/components/Global/helpers/flashlist-sticky-header.tsx index 838224cf..7b109729 100644 --- a/src/components/Global/helpers/flashlist-sticky-header.tsx +++ b/src/components/Global/helpers/flashlist-sticky-header.tsx @@ -12,7 +12,7 @@ export default function FlashListStickyHeader({ text }: { text: string }): React borderColor={'$primary'} backgroundColor={'$background'} > - + {text} diff --git a/src/components/Global/helpers/time-codes.tsx b/src/components/Global/helpers/time-codes.tsx index 0f694456..5f4eec15 100644 --- a/src/components/Global/helpers/time-codes.tsx +++ b/src/components/Global/helpers/time-codes.tsx @@ -13,7 +13,7 @@ export function RunTimeSeconds({ }): React.JSX.Element { return ( - + {positionRunTimeText} diff --git a/src/components/Player/components/song-info.tsx b/src/components/Player/components/song-info.tsx index 1b219d02..da3ca434 100644 --- a/src/components/Player/components/song-info.tsx +++ b/src/components/Player/components/song-info.tsx @@ -136,7 +136,7 @@ export default function SongInfo({ swipeX }: SongInfoProps = {}): React.JSX.Elem key={`${currentTrack?.id ?? 'no-track'}-title`} > - - + + ) } diff --git a/src/components/Queue/index.tsx b/src/components/Queue/index.tsx index 9d182939..143377bb 100644 --- a/src/components/Queue/index.tsx +++ b/src/components/Queue/index.tsx @@ -39,7 +39,7 @@ export default function Queue({ headerRight: () => { return ( - + Clear {}} /> diff --git a/src/configs/style.config.ts b/src/configs/style.config.ts index 940985c9..5fc28b85 100644 --- a/src/configs/style.config.ts +++ b/src/configs/style.config.ts @@ -1,7 +1,7 @@ import { ViewStyle } from 'tamagui' export const BUTTON_PRESS_STYLES: Pick = { - transition: 'bouncy', + transition: 'quick', pressStyle: { scale: 0.875 }, hoverStyle: { scale: 0.925 }, } diff --git a/src/screens/GenreSelection/index.tsx b/src/screens/GenreSelection/index.tsx index 9ce38789..4ab307a9 100644 --- a/src/screens/GenreSelection/index.tsx +++ b/src/screens/GenreSelection/index.tsx @@ -253,7 +253,7 @@ export default function GenreSelectionScreen({ size='$3' onPress={handleSave} > - + Apply diff --git a/src/screens/Login/server-authentication.tsx b/src/screens/Login/server-authentication.tsx index c2980729..3cfd7dd3 100644 --- a/src/screens/Login/server-authentication.tsx +++ b/src/screens/Login/server-authentication.tsx @@ -121,7 +121,7 @@ export default function ServerAuthentication({ } }} > - + Sign in diff --git a/src/screens/Settings/storage-selection-modal.tsx b/src/screens/Settings/storage-selection-modal.tsx index af30a4e0..702e0131 100644 --- a/src/screens/Settings/storage-selection-modal.tsx +++ b/src/screens/Settings/storage-selection-modal.tsx @@ -119,7 +119,7 @@ export default function StorageSelectionModal({ disabled={isDeleting} backgroundColor='$danger' > - + Delete downloads diff --git a/src/screens/Storage/index.tsx b/src/screens/Storage/index.tsx index 4fd0b33f..502db728 100644 --- a/src/screens/Storage/index.tsx +++ b/src/screens/Storage/index.tsx @@ -244,7 +244,7 @@ const StorageSummaryCard = ({ onPress={onDeleteAll} icon={() => } > - + Clear All @@ -341,7 +341,7 @@ const CleanupSuggestionsRow = ({ } onPress={() => onApply(suggestion)} > - + Free {formatBytes(suggestion.freedBytes)} @@ -486,7 +486,7 @@ const SelectionReviewBanner = ({ onPress={onDelete} > {`Clear ${formatBytes(selectedBytes)}`} diff --git a/src/screens/YearSelection/index.tsx b/src/screens/YearSelection/index.tsx index 275f424b..fd1825f8 100644 --- a/src/screens/YearSelection/index.tsx +++ b/src/screens/YearSelection/index.tsx @@ -285,7 +285,7 @@ export default function YearSelectionScreen({ size='$3' onPress={handleSave} > - + Apply diff --git a/src/screens/index.tsx b/src/screens/index.tsx index bee8bbde..d5cde5ee 100644 --- a/src/screens/index.tsx +++ b/src/screens/index.tsx @@ -150,14 +150,14 @@ function ContextSheetHeader(item: BaseItemDto): React.JSX.Element { return ( - + {getItemName(item)} {(item.ArtistItems?.length ?? 0) > 0 && ( - + {`${formatArtistNames(item.ArtistItems?.map((artist) => getItemName(artist)) ?? [])}`}