You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
app.util.revealItem(el): scrolls a just-added/-edited element into view (scrollIntoView({behavior: 'smooth', block: 'center'})) and flashes its background using a Bootstrap 5 CSS variable, fading back to normal. Accepts a jQuery object or a raw DOM node (e.g. jq-repeat's item.__jq_$el) — the standard "show the user where their change landed" behavior for post-create/edit list refreshes.