feat(treasure): add treasure quest, quest modal, island node, quest widget

This commit is contained in:
shafin-r
2026-02-26 01:31:48 +06:00
parent 894863c196
commit f64d2cac4a
12 changed files with 4018 additions and 19 deletions

View File

@ -18,6 +18,9 @@ import {
DrawerTrigger,
} from "../../components/ui/drawer";
import { useExamConfigStore } from "../../stores/useExamConfigStore";
import { QuestProgressCard } from "../../components/QuestProgressCard";
// somewhere in the Home JSX, above the sheets tabs:
// ─── Shared blob/dot background (same as break/results screens) ────────────────
const DOTS = [
@ -496,7 +499,7 @@ export const Home = () => {
onFocus={() => setIsSearchOpen(true)}
/>
</div>
<QuestProgressCard onViewAll={() => navigate("/student/quests")} />
{/* ── In progress ── */}
<section className="h-anim h-anim-2">
<p className="h-section-title">📌 Pick up where you left off</p>