Skip to content
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4010457
Add guide: one chat can run all your other chats (ingest Berman)
ryanportfolio Aug 5, 2026
a08f5a9
Publish guide No. 40 (editor-approved via /merge)
ryanportfolio Aug 5, 2026
17c674f
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
ad65c43
Remove the primary sources list from the home page
ryanportfolio Aug 5, 2026
0282758
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
728407f
Remove the ledger note under the home page catalogue table
ryanportfolio Aug 5, 2026
4a2fbfb
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
f76b55c
Replace the home table's Reading column with clickable topic tags
ryanportfolio Aug 5, 2026
5d9867d
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
abde7c7
Wrap topic chips so they never overflow the page
ryanportfolio Aug 5, 2026
eaa1c1a
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
6eed8ac
Add an all-guides catalogue page; home table total row becomes its CTA
ryanportfolio Aug 5, 2026
bf12b8c
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
f6db0f9
Reveal guide cards individually so the first row shows on load
ryanportfolio Aug 5, 2026
ddc6f0c
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
fd9148a
Show the publication date on catalogue cards, drop the intro line
ryanportfolio Aug 5, 2026
76b4864
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
4ce69c2
Keep the catalogue grid inside the viewport at every width
ryanportfolio Aug 5, 2026
9a9f3ec
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
c4bc501
Print catalogue card dates as MM/DD/YY
ryanportfolio Aug 5, 2026
a8dc785
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
56d1419
Add the index plate: a catalogue call to action below the latest guides
ryanportfolio Aug 5, 2026
eb91994
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 5, 2026
43cbc86
Draw the catalogue as one constellation below the latest guides
ryanportfolio Aug 6, 2026
202817d
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 6, 2026
0bcc7e5
Cut 'on one page' from the constellation plate heading
ryanportfolio Aug 6, 2026
949ecef
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 6, 2026
5fb0fd2
Give the catalogue buttons real depth, and cut the duplicate heading
ryanportfolio Aug 6, 2026
72e0805
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 6, 2026
a3beea1
Ease the All Guides hover instead of snapping it
ryanportfolio Aug 6, 2026
cc4872a
Ease the depth field back to centre on pointer leave
ryanportfolio Aug 6, 2026
699c33d
Merge remote-tracking branch 'origin/main' into claude/youtube-video-…
ryanportfolio Aug 6, 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
5 changes: 4 additions & 1 deletion site/src/scripts/depth-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ const FX = {
POINTER_LERP: 0.02,
PARALLAX_Y: 0.5,
PARALLAX_X: 0.3,
RECENTER: 1,
// Matches POINTER_LERP so the drift back to centre is as unhurried as the
// drift toward the pointer. A high rate here reads as a snap, because a long
// hover leaves the field rotated most of a radian off centre.
RECENTER: 0.02,
DRIFT_SPEED: 0.05,
SPEED_BOOST: 1.2,
ROT_SPEED: 0.05,
Expand Down
Loading