promote: dev → main (bookmarks fixes: SSR script tag, phantom save at cap) #123
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#123
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promotion of dev → main. Carries the two fixes that landed after PR #119 was merged.
Commits to carry (2):
b57e280a— #120 frontend: loadbookmarks-ui.jsfrom the Go SSR home template too. Without this the bookmarks UI never loaded at all: the script tag had only been added to the old Python Jinja template, but the home page is rendered by the Go SSR service. Verified fixed on the running dev site.3ec72ca7— #121 bookmarks: don't fabricate a local save when the server rejects it.add()inbookmarks.jsfell back to a local-only save on any non-2xx, so a signed-in user at the 200-bookmark cap saw the star light up "Saved" for a bookmark that was never created, then watched it silently vanish on the next sync.Verified on dev: home page loads the module,
/api/v2/bookmarkslive (401 not 404),bookmarktable migrated at head0004_bookmarks.Not verified: the backend bookmark tests were not executed this run (stale local checkout, pytest blocked) — CI's build is the only evidence there.
Merge method must be
merge, not squash — squashing a promotion rewrites history main already shares.