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
+2 -1
View File
@@ -888,5 +888,6 @@
"posts.approvers": "Approvers",
"posts.selectApprovers": "Select approvers...",
"posts.scheduling": "Scheduling & Assignment",
"posts.content": "Content"
"posts.content": "Content",
"posts.reject": "Reject"
}