aboutsummaryrefslogtreecommitdiff
path: root/components/shared
diff options
context:
space:
mode:
authorA i j a Z <[email protected]>2024-01-14 13:44:21 +0530
committerGitHub <[email protected]>2024-01-14 15:14:21 +0700
commit41f82c9a3fd7987eecc8fd70d113ea8949457310 (patch)
treee465c5049630ac32afd35355a768b543ede76a6d /components/shared
parentredesign: Redesign schedules page (#112) (diff)
downloadmoopa-41f82c9a3fd7987eecc8fd70d113ea8949457310.tar.xz
moopa-41f82c9a3fd7987eecc8fd70d113ea8949457310.zip
Added seeking buttons and fixed vercel error (#113)
* readded seek buttons and vercel support * Redesign player layout on mobile and fix seek button * Update changelogs and player buttons --------- Co-authored-by: Factiven <[email protected]>
Diffstat (limited to 'components/shared')
-rw-r--r--components/shared/changelogs.tsx27
1 files changed, 21 insertions, 6 deletions
diff --git a/components/shared/changelogs.tsx b/components/shared/changelogs.tsx
index 2a8a843..b39eeac 100644
--- a/components/shared/changelogs.tsx
+++ b/components/shared/changelogs.tsx
@@ -3,22 +3,37 @@ import Link from "next/link";
import { Fragment, useEffect, useRef, useState } from "react";
const web = {
- version: "v4.4.0",
+ version: "v4.4.1"
};
const logs = [
{
- version: "v4.4.0",
+ version: "v4.4.1",
pre: false,
notes: null,
highlights: true,
changes: [
+ "New player layout for mobile devices",
+ "Added seek buttons in the player",
+ "Added previous and next episode buttons in the player",
"Added rate modal when user finished watching the whole series",
"Fix: only half of the episodes has episodes thumbnail",
"Fix: pressing back button in anime info page redirects user to the wrong page",
- "Progressively migrate codebase to typescript",
- ],
- },
+ "Progressively migrate codebase to typescript"
+ ]
+ }
+ // {
+ // version: "v4.4.0",
+ // pre: false,
+ // notes: null,
+ // highlights: false,
+ // changes: [
+ // "Added rate modal when user finished watching the whole series",
+ // "Fix: only half of the episodes has episodes thumbnail",
+ // "Fix: pressing back button in anime info page redirects user to the wrong page",
+ // "Progressively migrate codebase to typescript"
+ // ]
+ // }
// {
// version: "v4.3.1",
// pre: true,
@@ -221,7 +236,7 @@ export function ChangelogsVersions({
pre,
notes,
highlights,
- children,
+ children
}: ChangelogsVersionsProps) {
return (
<>