fix(summary): align enhanced heading styles#5295
Merged
Merged
Conversation
Scope completed enhanced summaries to the same heading scale used by streaming summaries.
✅ Deploy Preview for old-char ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Scope completed enhanced summaries to the same heading scale used by streaming summaries.
Note
Low Risk
Low risk: this is a scoped styling change that adds an optional
classNamepassthrough toNoteEditorand applies CSS overrides for enhanced summaries, with no data/auth logic changes.Overview
Enhanced summaries now render headings at a smaller, consistent scale. The desktop enhanced note editor passes a new
className(enhanced-summary-editor) intoNoteEditor.NoteEditornow accepts an optionalclassNameprop and merges it onto the ProseMirror root (tiptap) class, enabling targeted CSS. New CSS rules under.tiptap.enhanced-summary-editoroverrideh1–h6font sizes/line-heights to match the intended summary heading scale.Reviewed by Cursor Bugbot for commit e212b54. Bugbot is set up for automated code reviews on this repo. Configure here.