Claude/add guestbook page o2k3 z - #4
Merged
Merged
Conversation
- new guestbook.html with form (name + message) and approved-only entry list - supabase-js CDN client with XSS-safe rendering and pending-approval UX - guestbook form/entry CSS added to style.css - guestbook nav card added to index.html grid https://claude.ai/code/session_01CtmRuKQSbuKpZf6DoXBNiT
- guestbook.html now fetches from api.jxherc.com/guestbook, matching the inline-style pattern of bookmarks/shitpost/photos - new _api/src/routes/guestbook.js with KV-backed CRUD: GET public (approved only), POST public (pending approval), PUT/DELETE require auth - GUESTBOOK_KV binding added to wrangler.toml - new _admin/guestbook.html to approve/delete pending entries - guestbook added to _admin/index.html manage section - removed unused entry CSS classes from style.css (now inline) https://claude.ai/code/session_01CtmRuKQSbuKpZf6DoXBNiT
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.
No description provided.