-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ListItem-type component to launch external link via click or QR code #1811
Comments
blammit
added a commit
that referenced
this issue
Jan 7, 2025
Allow the bottom content horizontal sizing to be customized: - 'stretch' size mode: bottom content spans the full width of the list item (as per existing behavior). - 'compact' size mode: the bottom content spans from the list item's left side, to the edge of the item's right-hand content. The 'compact' size is useful if the right-hand content is taller than the primaryLabel text; in this case, the caption text should wrap at the edge of the right-hand content, instead of dropping below it. Use a GridLayout with row and column spans to make this layout more easily configurable. Part of #1811
blammit
added a commit
that referenced
this issue
Jan 7, 2025
blammit
added a commit
that referenced
this issue
Jan 7, 2025
Allow the bottom content horizontal sizing to be customized: - 'stretch' size mode: bottom content spans the full width of the list item (as per existing behavior). - 'compact' size mode: the bottom content spans from the list item's left side, to the edge of the item's right-hand content. The 'compact' size is useful if the right-hand content is taller than the primaryLabel text; in this case, the caption text should wrap at the edge of the right-hand content, instead of dropping below it. Use a GridLayout with row and column spans to make this layout more easily configurable. Part of #1811
blammit
added a commit
that referenced
this issue
Jan 7, 2025
blammit
added a commit
that referenced
this issue
Jan 8, 2025
blammit
added a commit
that referenced
this issue
Jan 8, 2025
Allow the bottom content horizontal sizing to be customized: - 'stretch' size mode: bottom content spans the full width of the list item (as per existing behavior). - 'compact' size mode: the bottom content spans from the list item's left side, to the edge of the item's right-hand content. The 'compact' size is useful if the right-hand content is taller than the primaryLabel text; in this case, the caption text should wrap at the edge of the right-hand content, instead of dropping below it. Use a GridLayout with row and column spans to make this layout more easily configurable. Part of #1811
blammit
added a commit
that referenced
this issue
Jan 8, 2025
MikeTrahearn-Qinetic
pushed a commit
that referenced
this issue
Jan 9, 2025
Allow the bottom content horizontal sizing to be customized: - 'stretch' size mode: bottom content spans the full width of the list item (as per existing behavior). - 'compact' size mode: the bottom content spans from the list item's left side, to the edge of the item's right-hand content. The 'compact' size is useful if the right-hand content is taller than the primaryLabel text; in this case, the caption text should wrap at the edge of the right-hand content, instead of dropping below it. Use a GridLayout with row and column spans to make this layout more easily configurable. Part of #1811
MikeTrahearn-Qinetic
pushed a commit
that referenced
this issue
Jan 9, 2025
PR merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See discussion here: https://victrondevelopment.slack.com/archives/C06EVSJDR3K/p1730988149525699
The list item should be different on Wasm vs Device displays:
The text was updated successfully, but these errors were encountered: