Content
View differences
Updated by Kabiru Mwenja 15 days ago
The activity timeline's stem (the vertical connector line down the left of the entries) is kept correct by a client-side Stimulus controller, stems.controller.ts.
As its own comment notes, this is a workaround: once journals stream into the DOM via turbo-streams, the server no longer knows which entry is last, so the controller re-patches two descending-list cases on the client after every insert - the creation entry's dangling border on narrow viewports, and the trailing empty-line spacer under the final entry.
## QA Notes
This is hardening of the following Bug reports that are related:
* <mention class="mention" data-id="58462" data-type="work_package" data-text="###COMMS-85" data-display-id="COMMS-85">###COMMS-85</mention>
* <mention class="mention" data-id="58554" data-type="work_package" data-text="###COMMS-92" data-display-id="COMMS-92">###COMMS-92</mention>
## QA Notes
This is hardening of the following Bug reports that are related:
* <mention class="mention" data-id="58462" data-type="work_package" data-text="###COMMS-85" data-display-id="COMMS-85">###COMMS-85</mention>
* <mention class="mention" data-id="58554" data-type="work_package" data-text="###COMMS-92" data-display-id="COMMS-92">###COMMS-92</mention>