-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
When editing and saving an item, we should follow a streamlined UI pattern. At the moment, we are doing things a bit differently.
Examples
- Sometimes, detail modal is closed after save, sometimes not.
- Sometimes we disable save until edits has been made, sometimes not.
- Sometimes, the save button is indicating success after save, sometimes not.
- Sometimes, we enter edit mode by clicking an edit icon, sometimes by clicking the entity name.
Affected views
- Project details
- User info
- Overview entities
- Job details
- Deployment details
Suggestion on changes
- Always close detail modals after save
- Never disable save button
- Always show success indication after save
- Look into how we can make entering edit mode more streamlined