constellation-app / constellation

A graph-focused data visualisation and interactive analysis application.
https://constellation-app.com
Apache License 2.0
386 stars 58 forks source link

Fix Conversation bubble issue with detached tail #2168

Closed OrionsGuardian closed 2 months ago

OrionsGuardian commented 3 months ago

Prerequisites

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

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud