Skip to content

v0.2.7

Choose a tag to compare

@wmantly wmantly released this 30 Jul 01:24
· 21 commits to main since this release
541dea2

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.