fix(dees-actionbar): animate actionbar hide using grid-template-rows and wait for animation before clearing state

This commit is contained in:
2026-01-01 19:59:53 +00:00
parent bbb57f1b9f
commit 979e1f7991
3 changed files with 33 additions and 10 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-01-01 - 3.26.1 - fix(dees-actionbar)
animate actionbar hide using grid-template-rows and wait for animation before clearing state
- Switch host layout from block/max-height to grid using grid-template-rows for open/close transitions
- Add min-height: 0 to .actionbar-item to prevent flex children overflow and collapsing
- Introduce async hideCurrentBar() that removes 'visible', sets isVisible=false, waits 220ms then clears currentBar and currentResolve
- processQueue() now calls hideCurrentBar() asynchronously instead of clearing state immediately
## 2026-01-01 - 3.26.0 - feat(workspace)
add external file change detection, conflict resolution UI, and diff editor