-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Developer Tools
- Problem: The toolbar has too many primary buttons, which:
-
- Looks crowded
-
- Wraps awkwardly on standard laptop widths
-
- Makes it harder to scan the main actions
Current Behavior
In the Documents tab toolbar, the buttons are:
- ADD DATA
- UPDATE
- DELETE
- EXPORT DATA
- EXPORT CODE
- (other actions like INSIGHT are unchanged by this ticket)
At common laptop resolutions, the buttons can wrap and labels may be cut off. Some users click Update when they actually just want to edit one document, not run a bulk action.
Desired Behavior
Replace the separate Update and Delete buttons with a single Bulk dropdown while keeping existing behaviors.
Toolbar layout
From left to right:
- ADD DATA (no change)
- BULK (new dropdown button)
- EXPORT DATA (no change)
- EXPORT CODE (no change)
- All other existing controls remain as they are (pagination, view toggle, etc.)
Bulk dropdown menu
When the user clicks the BULK button, show a menu with:
- Bulk update documents
-
- Same behavior as the current Update bulk action.
- Bulk delete documents
-
- Same behavior as the current Delete bulk action.
The menu opens directly below the BULK button.

Requirements
- Remove the standalone UPDATE and DELETE buttons from the toolbar.
- Add the BULK dropdown with the two menu items listed above.
- Keep the underlying bulk update/delete functionality unchanged (same queries, same confirmation flows, same permissions).
- Ensure the toolbar no longer wraps at standard laptop widths used by Compass (e.g., 1280px+).
Out of Scope
- No changes to single-document edit flows.
- No changes to ADD DATA, EXPORT DATA, EXPORT CODE, or other non-bulk actions.