diff --git a/.gitignore b/.gitignore
index 01396a4..e95f42a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ source/.env.production
# other
.minpluto/docker/supabase/.env
+.minpluto/docker/supabase/.env
diff --git a/.minpluto/docs/TODO.md b/.minpluto/docs/TODO.md
index ed1b671..e6d01b9 100644
--- a/.minpluto/docs/TODO.md
+++ b/.minpluto/docs/TODO.md
@@ -1,13 +1,12 @@
## To Do
- [ ] i18n
- - [ ] Drop i18next library for Paraglide
- - [x] ~~API~~
- - [ ] ~~Languages~~
- - [x] ~~English~~
- - [x] ~~Japanese~~
- - [ ] ~~French~~
- - [ ] ~~Spanish~~
- - [x] ~~Russian~~
+ - [x] API
+ - [ ] Languages
+ - [x] English
+ - [ ] Japanese
+ - [ ] French
+ - [ ] Spanish
+ - [ ] Russian
- [x] Data
- [x] Track Events (Users should be opted-out by default, OpenPanel will be used)
- [x] Make privacy policy adaptive
diff --git a/source/astro.mjs b/source/astro.mjs
index f70d30c..31440e7 100755
--- a/source/astro.mjs
+++ b/source/astro.mjs
@@ -31,7 +31,7 @@ export default defineConfig({
// Vite
vite: {
server: {
- hmr: false // Auto Reload
+ hmr: true // Auto Reload
}
},
// Others
diff --git a/source/src/layouts/Settings.astro b/source/src/layouts/Settings.astro
index a019643..8934063 100755
--- a/source/src/layouts/Settings.astro
+++ b/source/src/layouts/Settings.astro
@@ -61,7 +61,7 @@ import { CodeBrackets, EditPencil, EvPlugXmark, FloppyDisk, HelpCircle, InfoCirc
}
.settings-sidebar {
background: #161616;
- width: 180px;
+ width: 224px;
color: white;
display: flex;
flex-direction: column;
diff --git a/source/src/pages/discover.astro b/source/src/pages/discover.astro
index 9de7d44..c7ad92c 100755
--- a/source/src/pages/discover.astro
+++ b/source/src/pages/discover.astro
@@ -27,7 +27,6 @@ if (Astro.url.href.includes('?platform=youtube')) {
var YouTubeCategory = DEFAULT_MEDIA_DATA_PROXY + '/api/v1/trending?type=' + SearchQuery
var YouTubeFetch = await fetch(YouTubeCategory)
var YouTubeData = await YouTubeFetch.json()
- console.log(YouTubeCategory)
}
else if (Astro.url.href.includes('?platform=twitch')) {
var PlatformTwitch = true
diff --git a/source/src/pages/index.astro b/source/src/pages/index.astro
index 94843af..b743c35 100755
--- a/source/src/pages/index.astro
+++ b/source/src/pages/index.astro
@@ -43,33 +43,29 @@ const TwitchDiscoverData = await TwitchDiscoverFetch.json()
---
{t("SIDEBAR.CATEGORY_LIST.TRENDING")}
+{t("SIDEBAR.CATEGORY_LIST.POPULAR")}
{t("SIDEBAR.CATEGORY_LIST.MOVIES")}
+{t("SIDEBAR.CATEGORY_LIST.TRAILERS")}
{t("SIDEBAR.CATEGORY_LIST.MUSIC")}
@@ -78,7 +74,7 @@ const TwitchDiscoverData = await TwitchDiscoverFetch.json() )} {GamingSplit.map((data) => -{t("SIDEBAR.CATEGORY_LIST.GAMES")}
@@ -86,22 +82,23 @@ const TwitchDiscoverData = await TwitchDiscoverFetch.json() )}{data.displayName}