Skip to content

Commit

Permalink
feat: implement basic image viewer #338 #240
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Oct 4, 2024
1 parent a1bb8f8 commit 3f6bdb3
Show file tree
Hide file tree
Showing 34 changed files with 2,910 additions and 300 deletions.
1 change: 1 addition & 0 deletions .million/store.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"typescript.tsdk": "node_modules/typescript/lib",
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
}
},
"millionLint.theme": "million"
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@fontsource-variable/jetbrains-mono": "^5.1.0",
"@fontsource-variable/noto-sans": "^5.1.0",
"@jellyfin/sdk": "0.10.0",
"@million/lint": "^1.0.0",
"@mui/lab": "6.0.0-beta.10",
"@mui/material": "6.1.1",
"@react-spring/web": "^9.7.4",
Expand All @@ -28,6 +29,7 @@
"@tanstack/react-virtual": "^3.10.8",
"@tauri-apps/api": "2.0.0-rc.4",
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.6",
"@tauri-apps/plugin-notification": "2.0.0-rc.1",
"@tauri-apps/plugin-process": "2.0.0-rc.1",
"@tauri-apps/plugin-store": "github:tauri-apps/tauri-plugin-store#v2",
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
Expand All @@ -38,6 +40,7 @@
"axios-tauri-api-adapter": "^0.2.2",
"blurhash": "^2.0.5",
"framer-motion": "^11.9.0",
"immer": "^10.1.1",
"jassub": "^1.7.17",
"lodash": "^4.17.21",
"material-symbols": "^0.23.0",
Expand Down
Loading

0 comments on commit 3f6bdb3

Please sign in to comment.