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
fix — a deleted bookmark leaves the page there and then. The delete always persisted, but the row stayed on screen until a reload — and stayed bound to a bookmark that no longer existed, so it then ignored its own context menu. Adding a tag showed the same damage for a moment. ensureCategorySortControls() found the chevron with titleEl.querySelector(), which matches at any depth, then passed it to titleEl.insertBefore(), which requires a direct child. The chevron moved into .category-title-trailing in v1.4.4, so the call threw NotFoundError and took down the patchBookmarkData() pass with it, leaving every category it had not reached yet holding stale rows. The controls go in beside the chevron now, in the wrapper the full render already builds.
Docs
The Unraid template installs from Docker Hub (foobar1452/nextdash) rather than GHCR, so Community Applications can show Last Update and download counts — GHCR does not expose the registry metadata CA reads for those. The GHCR image is unchanged and is named in the template's overview.