Limit max lines for transaction list item path and host #312
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.
📄 Context
As reported in #310 some users have long queries and one item of transaction item might occupy a lot of screen space. To address this issue I suggest to limit path lines to 4 and host lines to 2. It should be enough for preview and shouldn't be critical, because user can always open the transaction to see the full path and host.
Also found out that Chucker missed
ellipsize
property forToolbar
title, which was limited by 2 lines already.Closes #310
📝 Changes
maxLines
for transactions list item path to 4 lines.ellipsize=end
to list items and toToolbar
title