feat(treasure): add treasure quest, quest modal, island node, quest widget
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user