diff --git a/test/src/pages/index.astro b/test/src/pages/index.astro index 4b544ba..2c702a7 100644 --- a/test/src/pages/index.astro +++ b/test/src/pages/index.astro @@ -1,7 +1,12 @@ --- +// Information +import { + version +} from '../../../package.json' + // Components import Comment from '../../../src/Comment.astro' -import Creator from '../../../src/Creator.astro' +import SidebarCreator from '../../../src/SidebarCreator.astro' import Dialog from '../../../src/Dialog.astro' import Sidebar from '../../../src/Sidebar.astro' import Video from '../../../src/VideoItem.astro' @@ -10,9 +15,6 @@ import Video from '../../../src/VideoItem.astro' import { InputSearch, ProfileCircle, - Group, - Circle, - GitFork, GraphUp, Movie, MusicDoubleNote, @@ -22,8 +24,8 @@ import { PlanetAlt, Settings, MediaVideoList, -LogOut, -OpenInBrowser + LogOut, + OpenInBrowser } from '@iconoir/vue' --- @@ -47,6 +49,7 @@ OpenInBrowser LogoPath="https://ark.sudovanilla.org/avatars/984c733421da0eca64a9ec4f55305f739d748f0f50e5a91890a3372c544aa119?size=200" ShowVersion FooterLinks + Version={version} > @@ -67,7 +70,7 @@ OpenInBrowser

Project Demo

Open Dialog

Creators

-
-
+
@@ -95,32 +98,50 @@ OpenInBrowser VideoId="PuGeR075MkE" CreatorId="UC5UAwBUum7CPN5buc-_N1Fw" Title="Immutable Linux, without the hassle? Vanilla OS 2 Orchid" - Thumbnail="https://ipx.sudovanilla.org/https://inv.tux.pizza/vi/PuGeR075MkE/mqdefault.jpg" + Thumbnail="https://ipx.sudovanilla.org/https://yt.sudovanilla.org/vi/PuGeR075MkE/mqdefault.jpg" Date="2 weeks ago" Views="71K" Length="16:10" Platform="YouTube" - /> + server:defer + > +
+
+
+
+
@@ -145,11 +166,20 @@ body { font-family: Arial, Helvetica, sans-serif; } .content { - margin-left: 300px; + margin-left: 260px; + padding: 12px; }