[High] [Task] Remove the Grimoire tab #321
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Grimoire tab (
GrimoireTab.tsx) is completely non-functional:grimoire: true(Mana Bolt, Mana Strike — both tier 0 starting spells)Files
src/app/components/GrimoireTab.tsx— the tab componentsrc/app/page.tsx— tab trigger and TabsContentPlan
TabTriggers()inpage.tsxTabsContent value="grimoire"block inpage.tsxGrimoireTabinpage.tsxsrc/app/components/GrimoireTab.tsxNotes
grimoireflag onSpellDeftype and in spell data files can be cleaned up in a follow-up if desired, but is not blockingStarting work on removing the Grimoire tab. Will read the relevant files, make the changes, and clean up.
✅ Grimoire tab fully removed:
GrimoireTabimport frompage.tsxTabsTriggerfromTabTriggers()<TabsContent value="grimoire">blocksrc/app/components/GrimoireTab.tsxf31eaac