diff --git a/bun.lockb b/bun.lockb index bdd1587..ccfba6c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ad6f1af..9ef9a23 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minpluto", - "version": "24.08.21", + "version": "24.09.07", "description": "An open source frontend alternative to YouTube and Twitch.", "repository": "https://ark.sudovanilla.org/MinPluto/MinPluto", "author": "Korbs ", @@ -38,11 +38,11 @@ "@astrojs/node": "^8.3.3", "@astrojs/vue": "^4.5.0", "@iconoir/vue": "^7.8.0", - "@minpluto/polestar": "^0.0.51", + "@minpluto/polestar": "^0.0.54-1", "@minpluto/zorn": "^0.4.51", "@nurodev/astro-bun": "^1.1.5", "@supabase/supabase-js": "^2.45.3", - "astro": "^4.15.2", + "astro": "^4.15.4", "astro-tooltips": "^0.6.2", "sass": "^1.78.0" } diff --git a/tsconfig.json b/tsconfig.json index c02b59c..8aea306 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "@data/*": ["./web/tools/data/*"], "@layouts/*": ["./web/layouts/*"], "@library/*": ["./web/tools/library/*"], - "@player/*": ["./web/components/video-player/*"], + "@root/*": ["./web/"], "@styles/*": ["./web/styles/*"], "@utils/*": ["./web/tools/utilities/*"] } diff --git a/web/layouts/Default.astro b/web/layouts/Default.astro index 9a5d4a1..b334fc9 100644 --- a/web/layouts/Default.astro +++ b/web/layouts/Default.astro @@ -2,9 +2,12 @@ // Properties const {Title} = Astro.props +// Information +import {version} from "../../package.json" + // Components import Head from '@components/global/Head.astro' -import {Sidebar} from '@minpluto/polestar' +import {MobileNavigation, Sidebar} from '@minpluto/polestar' // Icons import { @@ -19,8 +22,7 @@ import { PlanetAlt, Settings, MediaVideoList, - LogOut, - OpenInBrowser + LogOut } from '@iconoir/vue' --- @@ -29,11 +31,12 @@ import { LogoPath="http://localhost:1930/images/logo/MinPluto - Logo.png" ShowHeader ShowVersion + Version={version} FooterLinks > - - + + Home @@ -53,7 +56,8 @@ import { - - + + - \ No newline at end of file + + \ No newline at end of file