Move To Project Dialog
Bulk-move dialog for 8 selected items with a searchable project list, a what-moves callout, and a 30-minute undo window note.
Bulk-move dialog for 8 selected items with a searchable project list, a what-moves callout, and a 30-minute undo window note.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Move To Project Dialog is the bulk-move confirmation, shown as a static scrim-plus-card blueprint. The subtitle reads 8 items selected from Helios. Pick a destination project, below which sits a searchable project list (Apollo 34 items, Orion 12 items, Helios 57 items marked Current and disabled, Atlas 8 items). A muted callout names what travels with the move: all comments and @mentions, and full change history and authorship. The footer has Cancel, Move 8 items, and the undo note: You have 30 minutes to undo this from the activity log.
Projects are one const array with a current flag that disables the origin row. The carriedWith array drives the what-moves list. Naming the undo window preempts the most common objection to bulk actions.
Reach for this block when a user has multi-selected items in a project and triggers a move. Wire the count and source name to the selection state, the project list to your projects endpoint, and the undo window to your actual rollback TTL.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the bulk task or issue relocation flow. Other move dialogs:
Tip: show what travels with the move before the confirm button; comments and history are the things users fear losing.