👔 feat: add optimistic update for bookmark button
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 52s

This commit is contained in:
2026-03-31 21:25:20 +07:00
parent 99bf72c1af
commit 2c0ece7870
7 changed files with 76 additions and 17 deletions

View File

@ -1,7 +1,7 @@
"use client";
import { useRef } from "react";
import { RecommendationAnime } from "../../actions/getRecommenationAnime";
import { RecommendationAnime } from "../../actions/Hero/getRecommenationAnime";
import AnimeRecommendationCard from "./components/Card";
import ScrollingButton from "./components/ScrollingButton";