From c426b501bd2d187c56310b953d05ea520c972d93 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Mon, 18 Mar 2024 20:19:13 -0400 Subject: [PATCH] Refine latest features --- src/pages/TopFlix.tsx | 19 ++++++++++++------- src/stores/banner/BannerLocation.tsx | 10 +++++++--- src/stores/language/index.tsx | 2 +- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/src/pages/TopFlix.tsx b/src/pages/TopFlix.tsx index c19b4451..a62f4fc7 100644 --- a/src/pages/TopFlix.tsx +++ b/src/pages/TopFlix.tsx @@ -64,16 +64,19 @@ function ConfigValue(props: {

{link ? ( -

navigate(link)} className="hover:underline"> +

navigate(link)} + className="cursor-pointer hover:underline" + > {props.name}

) : (

{props.name}

)}

-

{props.children}

+

{props.children}

-

+

{props.type.charAt(0).toUpperCase() + props.type.slice(1)}

@@ -237,13 +240,13 @@ export function TopFlix() { The most popular movies on sudo-flix.lol, this data is fetched from the current backend deployment. -
-
+
+

Server Lifetime: {timeSinceProcessStart}

-
+

Overall Views: {totalViews}

@@ -282,7 +285,9 @@ export function TopFlix() { > Previous page -
+
{currentPage}/{maxPageCount}