Onboarding coach-marks jump while async layers load above them #289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
During the inbox tour the open coach-mark visibly jumps around. Three stacking causes:
/api/configresolves, so everything below shifts down while a coach-mark is open.RetentionIntroBannermounts after the settings query resolves, shifting the sections it sits above.Hint.vueflips its bubble between top and bottom when the anchor nears the fold (Hint.vue:45-47, 114), so anchor movement can also flip the bubble to the other side.Pre-existing behavior - the old menu-anchored step 1 shifted the same way - and dev amplifies it (dry-run banner plus "Onboarding opnieuw" resets everything at once).
Possible directions: start the tour only once the config and settings queries have settled; reserve banner space instead of inserting it; or stabilize the anchors.