SSR, server-side search, similar items, and QoL improvements#1
Merged
SSR, server-side search, similar items, and QoL improvements#1
Conversation
Pin drops with exaggerated squash & stretch, swings left, and brand name fades in alongside it.
Recorded form flow (category, photo upload, title, description, location, email, submit, success modal, Facebook share) and composed with logo ender in Remotion. Switched mock data images to picsum.photos for reliable loading.
Recorded homepage with real card images, spliced with existing form flow video for seamless transition. All mock items now use local placeholder image.
- SSR for item detail pages with OG meta tags for Facebook/Twitter previews - Move OG tags from static app.html to conditional layout (item pages override) - Server-side search API (/api/items/search) with ilike + cursor pagination - Homepage filters now trigger server refetch instead of client-side filtering - Similar items section on detail page using nearby_items PostGIS function - Browser locale detection — non-Icelandic browsers default to English - PostHog events: share_clicked, flyer_viewed, flyer_printed - Back navigation preserves item store state
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
nearby_itemsPostGIS functionNo migration needed
All changes work against the current schema. This is PR 1 of 2 — expiry/renewal and match alerts follow in PR2 after migrations.
Test plan