Closed kwongz closed 1 week ago
Latest commit: 516aa91c31d0df5cf4966dcb4e16e6eb6218b5e8
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Looks like the annotation is still occupying a space when placed in a grid formation
Before:
After:
1 thing I think is worth checking - are the annotation components still reactive to changes in data?
I think we had that problem before changing them to QueryLoad, so just want to make sure we aren't regressing that
Annotations accepting Data from dropdown
Hi @hughess, sorry for the miscommunication, Annotations accepting dynamic data is working alongside the layout shift fix. If this looks good its ready to merge.
Thanks!
Dynamic data w/ Annotation + Dropdown
https://www.loom.com/share/1a350c9ba66643bdaceefc4d91de94de?sid=cd2ec098-b4e1-482a-b7c8-522a65fde27d
Description
Original Bug: https://sf311.evidence.app/neighborhoods/OUTER%20SUNSET/
Before:
Annotation deferring to default skeleton when loading in data, causing double loading skeletons to appear
After:
Added custom skeleton in annotation components to remove this behavior
Checklist