You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when I make a mistake while drawing a line in the application and can't easily undo or redo the last action. This lack of functionality makes the drawing process less efficient and more time-consuming as I have to start over or manually correct mistakes.
Screenrecorder-2024-06-06-13-12-09-187.mp4
Describe the solution you'd like
I would like to have an undo and redo option available after drawing a line. This feature would store the drawing progress in memory, allowing users to quickly revert to previous states or redo actions as needed. This would enhance the usability of the drawing tool and make it more user-friendly.
Describe alternatives you've considered
An alternative solution could be implementing a history panel where users can see a list of all their actions and selectively revert to any previous state. Another option might be to add a confirmation prompt before finalizing a line to prevent mistakes, though this could slow down the drawing process.
Additional context
Implementing an undo/redo feature would significantly improve the user experience, especially for tasks that require precision and frequent adjustments. This feature is crucial for maintaining a smooth workflow and ensuring that users can easily correct any errors.
This feature request is being submitted under GSSoC'24 (GirlScript Summer of Code 2024)
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible. In the meantime you can star the repo and read the contributing.md
Is your feature request related to a problem? Please describe.
I'm always frustrated when I make a mistake while drawing a line in the application and can't easily undo or redo the last action. This lack of functionality makes the drawing process less efficient and more time-consuming as I have to start over or manually correct mistakes.
Screenrecorder-2024-06-06-13-12-09-187.mp4
Describe the solution you'd like
I would like to have an undo and redo option available after drawing a line. This feature would store the drawing progress in memory, allowing users to quickly revert to previous states or redo actions as needed. This would enhance the usability of the drawing tool and make it more user-friendly.
Describe alternatives you've considered
An alternative solution could be implementing a history panel where users can see a list of all their actions and selectively revert to any previous state. Another option might be to add a confirmation prompt before finalizing a line to prevent mistakes, though this could slow down the drawing process.
Additional context
Implementing an undo/redo feature would significantly improve the user experience, especially for tasks that require precision and frequent adjustments. This feature is crucial for maintaining a smooth workflow and ensuring that users can easily correct any errors.
This feature request is being submitted under GSSoC'24 (GirlScript Summer of Code 2024)
The text was updated successfully, but these errors were encountered: