feather-stream
A desktop application that lets you easily watch your media files stored on Google Drive. Built with Tauri, React, and TypeScript.
Language: typescript
Author: Yiğit Efe Avcı (@yigit433)
2 stars · 3 views
Viewing path: tsconfig.node.json
Files
- .vscode (text)
- main.tsx (typescript)
- App.tsx (typescript)
- types (text)
- App.css (css)
- components (text)
- vite-env.d.ts (typescript)
- default.json (json)
- Cargo.toml (config)
- capabilities (text)
- tauri.conf.json (json)
- build.rs (rust)
- src (text)
- MEDIA_STANDARD.md (markdown)
- README.md (markdown)
- tsconfig.json (json)
- tsconfig.node.json (json)
- LICENSE (text)
- package.json (json)
- package-lock.json (json)
- vite.config.ts (typescript)
- src-tauri (text)
- src (text)
- index.html (html)
- public (text)
- extensions.json (json)
- icons (text)
- utils (text)
- lib.rs (rust)
- auth.rs (rust)
- drive.rs (rust)
- main.rs (rust)
- credentials.ts (typescript)
- media.ts (typescript)
- HomeView.tsx (typescript)
- GoogleSignInButton.tsx (typescript)
- FileBrowser.tsx (typescript)
- MediaCard.tsx (typescript)
- MediaDetail.tsx (typescript)
- FolderPicker.tsx (typescript)
- CredentialsModal.tsx (typescript)
- VideoPlayer.tsx (typescript)
- Settings.tsx (typescript)