update
This commit is contained in:
parent
7b57b1b12c
commit
826357fb77
2 changed files with 17 additions and 12 deletions
|
@ -10,24 +10,18 @@
|
|||
- [ ] Data
|
||||
- [ ] Track Events
|
||||
- [ ] Make privacy policy adaptive
|
||||
- [ ] Mobile Support
|
||||
- [ ] Server Configuration
|
||||
- [ ] Quality
|
||||
- [ ] Allow 1080p
|
||||
- [ ] Allow 4K
|
||||
- [ ] Allow 8K
|
||||
- [ ] Account System
|
||||
- [ ] Use Supabase Library
|
||||
- [ ] Create Pages:
|
||||
- [ ] Subscription Feed
|
||||
- [ ] History (Maybe, maybe not)
|
||||
- [ ] History
|
||||
- [ ] Login
|
||||
- [ ] Register
|
||||
- [ ] Account
|
||||
- [ ] Preferences
|
||||
- [ ] Delete
|
||||
- [ ] Anomymous Account Creation
|
||||
- [ ] Email Confirmation Code
|
||||
- [ ] Email Confirmation Code
|
||||
- [ ] Ability to:
|
||||
- [ ] Update Data
|
||||
- [ ] Username
|
||||
|
@ -68,7 +62,7 @@
|
|||
- [ ] Radio Buttons
|
||||
- [ ] Toast
|
||||
- [ ] Tooltip
|
||||
- [ ] Hovercard (For Creators) [Example](https://www.radix-vue.com/components/hover-card)
|
||||
- [ ] Hovercard (For Creators)
|
||||
- [ ] Scrollable Areas
|
||||
- [ ] KBD
|
||||
- [ ] Empty State
|
||||
|
@ -166,4 +160,14 @@
|
|||
- [ ] Import/Export MinPluto User Settings
|
||||
- [ ] Feed Page
|
||||
- [ ] Universal Feed (YouTube and Twitch)
|
||||
- [ ] Subscription Management
|
||||
- [ ] Subscription Management
|
||||
- [ ] Frontend Support (Replace official links to frontend alternatives)
|
||||
- [ ] YouTube (Just use current instance)
|
||||
- [ ] Twitch (Just use current instance)
|
||||
- [ ] X
|
||||
- [ ] Reddit
|
||||
- [ ] Medium
|
||||
- [ ] Quora
|
||||
- [ ] StackOverflow
|
||||
- [ ] Wikipedia
|
||||
- [ ] Imgur
|
|
@ -20,6 +20,9 @@ DEFAULT_STREAM_DATA_PROXY="https://twitch-backend.sudovanilla.org" # SafeTwitch
|
|||
DEFAULT_IMAGE_PROXY="https://ipx.sudovanilla.org"
|
||||
### Options
|
||||
DEFAULT_PLAYER="Zorn"
|
||||
ALLOW_8K="true"
|
||||
ALLOW_4K="true"
|
||||
ALLOW_1080P="true"
|
||||
|
||||
# Source Code Information
|
||||
## If you've modified the source code, please publish
|
||||
|
@ -32,9 +35,7 @@ META_COLOR="#000"
|
|||
COLOR=""
|
||||
THEME=""
|
||||
THEME_TOGGLE_ENABLED=""
|
||||
THEME_TOGGLE_STYLE=""
|
||||
FOOTER_VERSION="true"
|
||||
REVERT_LAYOUT=""
|
||||
SIDEBAR_CATEGORIES="true"
|
||||
SIDEBAR_DISCOVER="true"
|
||||
|
||||
|
|
Reference in a new issue