-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Milestone
Description
Description
Currently, the query editor requires users to manually save their work using the Save button. This manual approach can lead to accidental data loss if users navigate away or navigate to the next element. To improve usability the query editor should automatically save changes whenever the user makes an edit.
Solution
- Replace the manual save button with an autosave mechanism.
- Automatically trigger a save operation on every relevant edit or configuration change.
- Provide subtle feedback to indicate that changes have been saved (e.g., “All changes saved” message or a small autosave indicator).