feat: monochrome redesign, instant navigation, and content refresh#97
Merged
Conversation
- Move SUSTech Psychology Society (President, External Vice President) from Experience to Volunteering, matching LinkedIn's section layout - Correct SUSTech Teaching Assistant start date to Oct 2023 Co-authored-by: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Claude <noreply@anthropic.com>
Mirror LinkedIn coursework lists for SUSTech (16 maths courses) and UC Berkeley (COMPSCI 61A, DATA C100). Co-authored-by: Claude <noreply@anthropic.com>
Replace the inline dot-joined coursework text with a "coursework" MagChip that reveals the course list in a HoverTip panel (scrollable when long). Adds a "start" alignment option to HoverTip so the panel stays anchored to the left-positioned chip. Co-authored-by: Claude <noreply@anthropic.com>
- Drop the max-height/scroll on the coursework panel; long lists flow into two columns on sm+ so all courses stay visible on screen - Add CS108/CS109/CS201/CS217 to the SUSTech coursework (20 total) - Use year-only date ranges for Education and Volunteering entries to match the LinkedIn profile display Co-authored-by: Claude <noreply@anthropic.com>
…ntro - Size the coursework panel to its longest line (w-max + nowrap rows, auto-width columns) so no course name ever wraps - Rename Focus item to COMPSCI 61BL: Data Structures and Programming Methodology; link both Focus courses to their course sites with the standard hover-link pattern (leading arrow + "Course site" hint) - Condense the About intro to a single sentence - When hovering a nested mag-card-inset, the outer mag-card keeps its lift but no longer shows the accent color change Co-authored-by: Claude <noreply@anthropic.com>
…rk columns - Replace the warm palette site-wide with a neutral one: beige page background -> off-white #FAFAFA, warm-brown dark surfaces -> charcoal (#18181B / #1F1F23 / #26262B / #2E2E33), amber accents -> gray scale (static accents zinc-500/zinc-400, interactive hovers zinc-950/zinc-50) - Social icon hovers and the GitHub contribution heatmap also move to the black/gray/white scale; OG images and map markers match - Theme toggle now swaps colors in a single repaint: a theme-switching class suppresses transitions until the new theme has painted - Coursework panel is two columns on mobile too, capped to the viewport width (wraps below sm, nowrap auto columns on larger screens) Co-authored-by: Claude <noreply@anthropic.com>
Off-white #FAFAFA becomes pure white #ffffff (light background, OG images, dark-mode hover text) and near-black #18181B becomes pure black #000000 (dark background, light-mode hover text, heatmap max level); zinc-950/zinc-50 utility classes swap to black/white. Co-authored-by: Claude <noreply@anthropic.com>
Hover states drop the zinc-500/zinc-400 grays: card and chip hover borders, nav active pill, help icon, TOC active entry, hover-link arrows/hints, and track-row rings are now pure black in light mode and pure white in dark mode; hover background tints lightened to #fafafa. Co-authored-by: Claude <noreply@anthropic.com>
Tighten route entry animations: subpage enter 0.65s+50ms delay -> 0.25s with no delay (and a smaller 8px rise), entry veil 0.85s -> 0.3s, section fade-up 0.4s -> 0.22s, and stagger delays halved (max 220ms -> 110ms). Content is now fully visible ~250ms after navigation. Co-authored-by: Claude <noreply@anthropic.com>
- Drop the one-line About intro and the Projects subtitle - Remove fade-up / subpage-enter / veil animations entirely; pages now render fully visible on navigation (~20ms to content). The .fade-up class stays in markup as a structural anchor for page-toc. Co-authored-by: Claude <noreply@anthropic.com>
- The alphabetical-sorting note moves from the Misc header to a small italic footnote at the bottom of the page - Remove the GitHub Activity heatmap from /projects along with the now-unused GitHubActivity component; the contributions API route and lib stay for standalone use; docs updated Co-authored-by: Claude <noreply@anthropic.com>
Replace the GitHub pinned-repos GraphQL fetch with a static PERSONAL_PROJECTS list in app/lib/personal-projects.ts — edit the list by hand to add/remove/reorder projects. Star counts (and archived flags) remain live via the GitHub REST API with revalidate=120. github-pinned.ts is deleted; GITHUB_PROFILE_LOGIN moves to the new lib for the contributions route; docs updated. Co-authored-by: Claude <noreply@anthropic.com>
hover:bg-zinc-50 (#fafafa) became invisible against the pure-white card background; bump list-row hover to bg-zinc-100 (light) and zinc-700/40 (dark) across all link rows. Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
Every template subpage (About, Misc, Projects, Oxford portfolio, Music for Life index/detail and their loading skeletons) now uses the same container rhythm: py-16 + space-y-8. Projects drops its per-block mb-12 in favor of the container gap; Oxford pages come down from space-y-10, Misc and Music for Life up from space-y-6. Co-authored-by: Claude <noreply@anthropic.com>
- icon.svg: white rounded square with black "KTC" in the same Cormorant Garamond — beige fill and orange corner removed (apple-icon derives from the same file) - Personal Projects order: kaichen.dev, SudoSodoku, SUSTech-Kai-Notes, buttercut, WatchTower-AI Co-authored-by: Claude <noreply@anthropic.com>
The favicon now uses the site's UI font (Nunito SemiBold) instead of Cormorant Garamond. Glyphs are embedded as outlined paths so rendering never depends on the viewer having the font installed; apple-icon derives from the same SVG. Co-authored-by: Claude <noreply@anthropic.com>
Link and star-count repo both move to SudoSodokuApp/SudoSodoku. Co-authored-by: Claude <noreply@anthropic.com>
The Watching list was sorted newest-first by date; the page footnote promises alphabetical order, so sort by title (dates stay as metadata). Co-authored-by: Claude <noreply@anthropic.com>
Things I Love, Resources, Watching, Remembrance. Co-authored-by: Claude <noreply@anthropic.com>
- Remove the Signal social link and the "?" contact-guidance tooltip from the homepage, along with their now-dead help-icon/home-help-tip CSS - Misc footnote: "Lists" -> "List contents" Co-authored-by: Claude <noreply@anthropic.com>
…a tip show() opens the tip via a 70ms timer followed by a requestAnimationFrame; hide() cleared the timer but not the rAF, so a mouseleave landing between the two re-opened the tooltip after hide and left it stuck on screen. Track the rAF id and cancel it in hide() and on unmount. Co-authored-by: Claude <noreply@anthropic.com>
CourseworkTip accepts courses with an optional href — external sites open in a new tab, internal paths use client navigation, both with a small trailing arrow and black/white hover. - Berkeley: COMPSCI 61A -> inst.eecs.berkeley.edu/~cs61a/sp26, DATA C100 -> ds100.org/sp26 - Oxford: Deep Unsupervised Learning moves from the subtitle into the coursework panel, linking to /projects/oxford-dul-2025 Co-authored-by: Claude <noreply@anthropic.com>
Home h1, TOC section label/id, JSON-LD, avatar alt, footer, and docs. Co-authored-by: Claude <noreply@anthropic.com>
The coursework panel's Deep Unsupervised Learning link now covers the jump to /projects/oxford-dul-2025; drop the redundant chip and the now-unused projectHref/MagChip plumbing on the About page. Co-authored-by: Claude <noreply@anthropic.com>
- Remove dead slide-enter/exit keyframes and the unused --accent vars - README: GitHub integration wording reflects the hand-maintained project list with live star counts (EN + ZH sections) Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Theme — pure black / gray / white
Speed — no entry animations
py-16+space-y-8)Content
/projects/oxford-dul-2025; Focus card links 61BL/188 to course sites; intro line removedapp/lib/personal-projects.ts(order: kaichen.dev, SudoSodoku, SUSTech-Kai-Notes, buttercut, WatchTower-AI) with live star counts via GitHub REST; SudoSodoku moved to its org repo; GitHub Activity heatmap removed; subtitle removedDocs
README (EN + ZH), CLAUDE.md, and AGENTS.md updated to match (project list, removed heatmap, name, GitHub integration wording).
Test plan
npm run lint/npm run typecheck/npm run test(23) /npm run build— green on every commit🤖 Generated with Claude Code