Update the todo list
This commit is contained in:
parent
0472af280d
commit
ffc3614d87
1 changed files with 17 additions and 7 deletions
22
README.md
22
README.md
|
@ -6,20 +6,30 @@ This repo is only a proof of concept to see how Poke will run in Astro. A lot of
|
|||
## Todo List
|
||||
- [ ] i18n
|
||||
- [x] English
|
||||
- [x] Japanese
|
||||
- [ ] French 🚬
|
||||
- [ ] Spanish
|
||||
- [ ] Russian
|
||||
- [x] Japanese
|
||||
- [ ] Inline Player
|
||||
- [ ] Dedicated Redirect Page
|
||||
- [ ] Should pull from instances list (git.poketube.fun, not Codeberg)
|
||||
- [ ] Search
|
||||
- Filters
|
||||
- Auto Complete
|
||||
- Platform Toggle (Web/Youtube/Twitch)
|
||||
- [ ] User Settings
|
||||
- [ ] Invidious Server
|
||||
- [ ] Proxy
|
||||
- [ ] Invidious Server Selection
|
||||
- [ ] SafeTwitch Backend Server Selection
|
||||
- [ ] Platform Selection (YouTube/Twitch)
|
||||
- [ ] Video Player
|
||||
- [ ] Toggle:
|
||||
- [ ] Proxy
|
||||
- [ ] Audio Only
|
||||
- [ ] Autoplay
|
||||
- [ ] Theme
|
||||
- [ ] Import/Export YouTube Subscription (may need entire new account system, heck!)
|
||||
- [ ] Preferred Language (For audio track on YouTube)
|
||||
- [ ] Custom CSS/JS
|
||||
- [ ] Import/Export YouTube Subscription
|
||||
- [ ] Import/Export Poke User Settings
|
||||
- [x] Add Twitch Support, use [SafeTwitch Backend](https://codeberg.org/SafeTwitch/safetwitch-backend)
|
||||
|
||||
## Build
|
||||
|
@ -27,7 +37,7 @@ This repo is only a proof of concept to see how Poke will run in Astro. A lot of
|
|||
|
||||
### Requirements
|
||||
- git
|
||||
- [Bun](https://bun.sh) (NPM/NodeJS not required)
|
||||
- [Bun](https://bun.sh) (NPM/NodeJS not required 😄)
|
||||
|
||||
### Build and Run
|
||||
Clone the repository:
|
||||
|
|
Reference in a new issue