fix: select dropdowns clipped by sections, add approval actions to posts
Deploy / deploy (push) Successful in 12s

- Fix CollapsibleSection overflow clipping select dropdowns
- Add SlidePanel footer prop for always-visible save/cancel bar
- Add approval action buttons: Send to Review, Approve, Reject, Schedule
- Add sync-brands.js script for local→remote NocoDB brand sync
- Add posts.reject i18n key (en + ar)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
fahed
2026-03-05 14:34:15 +03:00
parent 82236ecffa
commit 8e243517e2
5 changed files with 186 additions and 10 deletions
+4
View File
@@ -421,6 +421,10 @@ textarea {
overflow: hidden;
}
.collapsible-content.is-open > .collapsible-inner {
overflow: visible;
}
/* Stagger children */
.stagger-children > * {
opacity: 0;