Admin Dashboard
0/6 steps0%

Step 5 of 6

Add working row actions

Admin actions must mutate the database and survive refresh.

First time here? Paste the Context Pack first so the AI understands your project - open it from the header above.

Prompt Capsule
Implement row actions on the table. Requirements: a detail view (drawer or page) showing the full record; edit with a validated form that persists changes; disable/enable or delete with a confirmation dialog; optimistic or refetch-based UI update after each action; visible success toast and error handling on failure. Every action must persist - verify by refreshing after each one.
Paste into EmergentFull Build: complete implementation prompt with explicit requirements

Quick is short. Full Build is recommended for most steps. Strict forces real logic when the AI keeps faking output.

Actual change check

Expected after this step

View, edit, and disable/delete actions that persist to the database.

Should NOT happen

  • An existing feature broke
  • A button only logs to console
  • Data disappears after refresh
  • Errors fail silently with no visible state

This is what should exist before you continue. If reality does not match, do not move on.

Track what changed, failed, or needs follow-up. Notes export with the flow.

Made with Emergent