Conversation
Merge live position questions with saved answers so unanswered ones render as a placeholder instead of vanishing; ordered by question order, with answers to since-deleted questions kept and appended last. Also inset the empty-answers message to match row padding, and narrow the long-answer full-width check so an empty long-answer row puts "No answer" in the value column like every other unanswered row. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Rebase onto dev so CI can run, and collapse the normalizeApplicationAnswers doc comment to one line. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…ility #688 Show Every Position Question On An Application And Align The Empty Answers Message
Mobile DataTable cards have no column headers, so a bare dash reads as noise, not "none". Move the terminal-status placeholder up into the desktop action column cell and delete the draft card's dash outright; document the rule in DESIGN.md. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…s-from-mobile-cards #709 Drop Placeholder Dashes From Mobile Cards
Reuses downloadQuestionFileAnswer verbatim: opening the dialog fetches the base64 payload, rebuilds a Blob, and renders it from an object URL. Relaxes img-src/frame-src to allow blob: so the preview can render without a new route. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Control the preview dialog's open state so error/catch paths close it instead of leaving it stuck on the loading skeleton, and guard against a stale fetch resolving after a fast close+reopen. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…-in-app #710 Preview Uploaded Files In-App Without Downloading
DOM-discovered (option C): a section opts in with id + data-section-nav, and a client hook enumerates them under the active nav item, scroll-spies with an IntersectionObserver rooted on <main>, and syncs the URL hash via replaceState. Manage Positions is the only page opted in. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Compress oversized comments to fit the one-line bar, drop the ticket provenance reference, and unify desktop/mobile section-link history behavior so back only needs one press per navigation. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…ms-into-in-page-section-links #708 Expand Sidebar Nav Items Into In-Page Section Links
Co-Authored-By: Claude Sonnet 5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bump version to v1.12.0
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.
Release v1.12.0
Changes
Testing plan