[ ] Reviewed feedback from the "Sonar Cloud" bot. Note that you have to wait
for the "CI / Unit Tests") to complete first. Failed Unit tests can be
debugged by adding the label "verbose logging" to the GitHub PR.
Description of the Change
Testing on Linux, it was found that the tail of the Conversation Bubble was not connected to the main body of the bubble due to the length of the date/time string shown beneath the bubble.
The size of the date/time text has been reduced to keep it within the bounds of the bubble body.
This allows the tail to be positioned correctly.
Also corrected an issue where the colours were not matching at the bottom of the conversation body and the top of the tail.
Alternate Designs
Could reorganise the layout of the bubble and the timestamp info if preferred.
Why Should This Be In Core?
To address a visual issue with the Conversation Bubbles seen on a Linux machine.
Verification Process
Confirm that the Conversation Bubbles are correctly displayed across systems.
Prerequisites
[ ] Reviewed the checklist
[ ] Reviewed feedback from the "Sonar Cloud" bot. Note that you have to wait for the "CI / Unit Tests") to complete first. Failed Unit tests can be debugged by adding the label "verbose logging" to the GitHub PR.
Description of the Change
Testing on Linux, it was found that the tail of the Conversation Bubble was not connected to the main body of the bubble due to the length of the date/time string shown beneath the bubble.
The size of the date/time text has been reduced to keep it within the bounds of the bubble body. This allows the tail to be positioned correctly.
Also corrected an issue where the colours were not matching at the bottom of the conversation body and the top of the tail.
Alternate Designs
Could reorganise the layout of the bubble and the timestamp info if preferred.
Why Should This Be In Core?
To address a visual issue with the Conversation Bubbles seen on a Linux machine.
Verification Process
Confirm that the Conversation Bubbles are correctly displayed across systems.
Applicable Issues
2166