Merge branch '9-again-implement-playlist-crud' of github.com:anultravioletaurora/Jellify into 9-again-implement-playlist-crud

This commit is contained in:
Violet Caulfield
2025-02-11 15:30:22 -06:00
9 changed files with 9 additions and 8 deletions

View File

@@ -48,6 +48,9 @@ This app was designed with me and my dad in mind, since I wanted to give him a s
![Album](screenshots/album.png)
### Search
![Search](screenshots/search.png)
### Player
![Player](screenshots/player.png)

View File

@@ -13,8 +13,6 @@ import BlurhashedImage from "../Global/components/blurhashed-image";
export function Miniplayer({ navigation }: { navigation : NavigationHelpers<ParamListBase, BottomTabNavigationEventMap> }) : React.JSX.Element {
console.debug("Rendering miniplayer");
const theme = useTheme();
const { nowPlaying, useSkip } = usePlayerContext();

View File

@@ -3,7 +3,7 @@ import { QueryClient } from "@tanstack/react-query";
export const queryClient = new QueryClient({
defaultOptions: {
queries: {
gcTime: (1000 * 60 * 24 * 24) * 5 // 5 days
staleTime: (1000 * 60 * 24 * 1) * 1 // 1 hour
}
}
});

View File

@@ -677,7 +677,7 @@
CODE_SIGN_IDENTITY = "Apple Development: Jack Caulfield (66Z9J9NX2X)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development: Jack Caulfield (66Z9J9NX2X)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 28;
CURRENT_PROJECT_VERSION = 33;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO;
@@ -716,7 +716,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 28;
CURRENT_PROJECT_VERSION = 33;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
INFOPLIST_FILE = Jellify/Info.plist;

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "jellify",
"version": "0.10.6",
"version": "0.10.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jellify",
"version": "0.10.6",
"version": "0.10.11",
"dependencies": {
"@jellyfin/sdk": "^0.11.0",
"@react-native-community/blur": "^4.4.1",

View File

@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.10.6",
"version": "0.10.11",
"private": true,
"scripts": {
"init": "npm i && npm run pod:install",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
screenshots/search.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 KiB