feat: add 5 new features for codekletshost API#11
Merged
Conversation
1. Hoogtepunten — Featured moments explorer (new screen) - Paginated list with tag filtering via tab key - Enter jumps to transcript at moment timestamp 2. Topic summaries — AI-generated summaries on topic detail - Shows summary text above episode list when available 3. Search suggestions — Typeahead when search input is empty - Navigate suggestions with j/k, enter to search 4. Platform links — Spotify, Apple Podcasts etc. on episode detail - New "Platforms" tab with o to open in browser 5. Quote van de dag — Rotating easter egg quotes in footer - Fetches from /api/easter-egg/quotes, rotates every 30s Requires backend endpoints from codekletshost PR #194.
- Fix unmounted state update in footer quote rotation - Extract duplicated formatMs to shared theme/format.ts
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
Five new features consuming the codekletshost public API:
oto open in browser/api/easter-egg/quotesBackend dependency
Requires codekletshost API endpoints from PR #194:
GET /api/v1/moments(new)GET /api/v1/search-suggestions(new)GET /api/v1/episodes/:slugextended withplatformLinksGET /api/v1/topics/:slugextended withsummaryQuote feature (#5) works with the existing
/api/easter-egg/quotesendpoint.Test plan
pnpm buildpassespnpm test— all 88 tests pass