From b7a9a93905c40a3b849021094cd46246d4eae32c Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 21 Mar 2024 10:09:09 +0530 Subject: fixes: anime section is fully server rendered, added a loading screen for info and video page, minor css optimizations --- src/app/video/loading.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/app/video/loading.jsx (limited to 'src/app/video/loading.jsx') diff --git a/src/app/video/loading.jsx b/src/app/video/loading.jsx new file mode 100644 index 0000000..dfa397c --- /dev/null +++ b/src/app/video/loading.jsx @@ -0,0 +1,9 @@ +import "./loading.css"; + +export default function Loading() { + return ( +
+

Loading

+
+ ); +} -- cgit v1.2.3