diff --git a/.minpluto/docs/TODO.md b/.minpluto/docs/TODO.md index 001db1e..cbc2a24 100644 --- a/.minpluto/docs/TODO.md +++ b/.minpluto/docs/TODO.md @@ -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 \ No newline at end of file + - [ ] 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 \ No newline at end of file diff --git a/web/.env.sample b/web/.env.sample index 773b7b3..b94686e 100644 --- a/web/.env.sample +++ b/web/.env.sample @@ -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"