Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
76e0447
chore: gitignore .codequill/ (CodeQuill local snapshot cache)
gamween Jun 16, 2026
00eae21
docs: design spec for Discover floating sector coins
gamween Jun 17, 2026
84b1677
docs: implementation plan for Discover floating sector coins
gamween Jun 17, 2026
f468dbb
test(web): add vitest + react-testing-library harness
gamween Jun 17, 2026
7fc068b
refactor(web): extract sector/APR grouping into lib/sectors.js
gamween Jun 17, 2026
0f0baee
build(web): add motion (framer-motion successor) for coin animation
gamween Jun 17, 2026
fed9126
feat(web): SectorCoin — floating sector coin with hover APR + class menu
gamween Jun 17, 2026
0be5542
feat(web): SectorCoins orbit layout + pointer parallax
gamween Jun 17, 2026
db696e3
feat(web): Discover hero view wiring sector data to coins
gamween Jun 17, 2026
b2a20b5
fix(web): cancel pending rAF on SectorCoins unmount
gamween Jun 17, 2026
b3afacd
feat(web): route Discover as connected landing + nav item
gamween Jun 17, 2026
cda4b0a
style(web): Discover hero + floating coin visuals (reduced-motion safe)
gamween Jun 17, 2026
9886011
perf(web): lazy-load Discover route to split motion bundle
gamween Jun 17, 2026
86feed0
test(web): App routing integration test for Discover wiring
gamween Jun 17, 2026
668966f
test(web): move ResizeObserver stub into shared test setup
gamween Jun 17, 2026
8576010
feat(web): keyboard a11y for SectorCoin class menu (focus + arrow nav)
gamween Jun 17, 2026
0ee5514
docs: record implemented follow-ups + deferred polish for Discover coins
gamween Jun 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ typechain-types/

# Local prep & internal notes (not part of the public repo)
/notes/

# CodeQuill local snapshot cache (manifests are pinned to IPFS on publish)
.codequill/
Loading
Loading