Skip to content

fix: show longer ingredient names in recipe ingredient cards - #1103

Merged
TomBursch merged 3 commits into
TomBursch:mainfrom
Percy2Live:fix/ingredient-card-name-truncation
Aug 25, 2026
Merged

fix: show longer ingredient names in recipe ingredient cards#1103
TomBursch merged 3 commits into
TomBursch:mainfrom
Percy2Live:fix/ingredient-card-name-truncation

Conversation

@Percy2Live

Copy link
Copy Markdown
Contributor

Problem

In the Android app, recipe ingredient cards currently truncate longer ingredient names after too little text. In some cases there is no way to see the full ingredient name from the recipe detail screen, which makes the ingredient ambiguous.

Example from a recipe ingredient grid:

  • HENGLEIN Mini-Knödel halb&hal...1 Packung
  • vegane Mini-Frikadellen (ca. ...1 Packung

Since the full name is not visible, it is unclear which exact product or ingredient is needed.

Fix

Increase maxLines for the title in SelectableButtonCard from 2 to 3, so longer ingredient names are fully visible in recipe ingredient cards without truncation. Also:

  • Wrap the title in a Tooltip so the full name is accessible on hover/long-press
  • Reduce description maxLines from 2 to 1 to give the title more vertical space within the square grid card

This makes the recipe overview more useful without requiring users to edit the recipe or guess the missing ingredient name.

Fixes #1102

Pascal and others added 3 commits August 25, 2026 22:42
Increase maxLines for the title in SelectableButtonCard from 2 to 3
so longer ingredient names are fully visible in recipe ingredient
cards without truncation. Also wrap the title in a Tooltip so the
full name is accessible on hover/long-press, and reduce description
maxLines to 1 to give the title more vertical space.

Fixes TomBursch#1102
@TomBursch
TomBursch force-pushed the fix/ingredient-card-name-truncation branch from 3b214ed to 99134ea Compare August 25, 2026 20:47
@TomBursch TomBursch added the enhancement New feature or request label Aug 25, 2026
@TomBursch
TomBursch merged commit 4001857 into TomBursch:main Aug 25, 2026
2 checks passed
patrickholzmann89 pushed a commit to patrickholzmann89/kitchenowl that referenced this pull request Sep 2, 2026
…ch#1103)

Co-authored-by: Pascal <pascal@agent.own-automation.com>
Co-authored-by: Tom Bursch <tombursch@gmail.com>
(cherry picked from commit 4001857)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Show longer ingredient names in recipe ingredient cards

2 participants