Skip to content

Event timeline form clean-ups

Additional UI clean-ups were set-aside as follow-up items from !81284 (closed)

Screen_Shot_2022-04-11_at_8.52.46_AM

Screen_Shot_2022-07-19_at_12.42.57_PM

We can check into GraphQL subscriptions for real time updates as per this slack thread.

The frontend is currently missing validation, for instance if the user doesn't add add a description, the timeline event mutation will fail, but we don't tell the user this ahead of time.

It looks like the space on the first row of timeline entries is a bit smaller than the space on the subsequent rows:

Screen_Shot_2022-10-11_at_11.27.39_AM

I can see it a bit when I inspect the rows, too. The first row:

Screen_Shot_2022-10-11_at_11.28.26_AM

The second one:

Screen_Shot_2022-10-11_at_11.29.06_AM

I think the orange in the second image is the space above the green in the first image. But, there's also that additional space above the orange in the second image, and I think this is what's causing those subsequent rows to grow in size as compared to the first one?

Discussion here: !100661 (comment 1131988307)

Edited by Tristan Read