Compact appointment list and markdown heading buttons#111
Merged
Conversation
…ons to editor - Hide description in the appointment list; full text lives on the detail page (#108) - Make card titles link to the detail page with a chevron and add a "Show details" button (#108) - Remove the description from the check-in screen header (#108) - Add H1/H2/H3 buttons to the markdown editor toolbar (#109)
…tail URL - Merge the two display-order title branches into one block via titleText/subtitleText - Replace the showDescription/showDetailsLink prop pair with a single 'variant' prop - Derive the EasyMDE toolbar and icon injection from one button descriptor list - Centralize the appointment detail URL in utils/appointment.js (also used by copyShareLink) - Generalize the response-section divider rule instead of enumerating preceding blocks
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.
Fixes #108
Fixes #109
Compact overview (#108)
Heading buttons in the description editor (#109)
marked+ existingh1–h3styles), so no renderer changes were neededAlso fills in German translations for the new strings plus two previously untranslated ones (stopgap until the next Transifex sync).
Paired Flutter PR for the toolbar part: luflow/attendance-flutter#45 (nothing to do there for #108 — the mobile list never showed descriptions).
No backend/API changes, so no capability flag is needed and old mobile clients are unaffected.
🤖 Generated with Claude Code