theme counter test
This commit is contained in:
@@ -13,7 +13,7 @@ export default function Footer() {
|
|||||||
<Logo />
|
<Logo />
|
||||||
<div className="mt-auto">
|
<div className="mt-auto">
|
||||||
<h1 className="text-2xl font-bold opacity-80">Zen Browser</h1>
|
<h1 className="text-2xl font-bold opacity-80">Zen Browser</h1>
|
||||||
<a href="https://uptime.zen-browser.app/" className="py-2 px-3 w-fit mt-2 cursor-pointer rounded-md shadow bg-surface flex items-center">
|
<a data-umami-event="footer-status" href="https://uptime.zen-browser.app/" className="py-2 px-3 w-fit mt-2 cursor-pointer rounded-md shadow bg-surface flex items-center">
|
||||||
<div className="rounded-full size-3 bg-green-500 relative shadow">
|
<div className="rounded-full size-3 bg-green-500 relative shadow">
|
||||||
<div className="rounded-full size-3 bg-green-500 animate-ping absolute top-[-0.2%] z-0" style={{ animationDuration: "1.7s" }}></div>
|
<div className="rounded-full size-3 bg-green-500 animate-ping absolute top-[-0.2%] z-0" style={{ animationDuration: "1.7s" }}></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ export default async function ThemePage({ themeID }: { themeID: string }) {
|
|||||||
<Button
|
<Button
|
||||||
className="mt-4 hidden !rounded-lg"
|
className="mt-4 hidden !rounded-lg"
|
||||||
id="install-theme"
|
id="install-theme"
|
||||||
|
data-umami-event={`${theme.name}-Install`}
|
||||||
zen-theme-id={theme.id}
|
zen-theme-id={theme.id}
|
||||||
>
|
>
|
||||||
Install Theme 🎉
|
Install Theme 🎉
|
||||||
@@ -57,6 +58,7 @@ export default async function ThemePage({ themeID }: { themeID: string }) {
|
|||||||
<Button
|
<Button
|
||||||
className="mt-4 hidden !rounded-lg"
|
className="mt-4 hidden !rounded-lg"
|
||||||
id="install-theme-uninstall"
|
id="install-theme-uninstall"
|
||||||
|
data-umami-event={`${theme.name}-Uninstall`}
|
||||||
zen-theme-id={theme.id}
|
zen-theme-id={theme.id}
|
||||||
>
|
>
|
||||||
Uninstall Theme
|
Uninstall Theme
|
||||||
|
|||||||
Reference in New Issue
Block a user