Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gallery view: image editing toolbar #12

Open
kirillt opened this issue Mar 17, 2024 · 0 comments · May be fixed by #33
Open

Gallery view: image editing toolbar #12

kirillt opened this issue Mar 17, 2024 · 0 comments · May be fixed by #33
Assignees

Comments

@kirillt
Copy link
Member

kirillt commented Mar 17, 2024

After #10 the user will be able to walk through the images.

There also must be a toolbar with image editing operations:

  • Rotate
  • Brush
  • Blur
  • Crop
  • Text

Each of operations switches image mode from viewing to editing. Each operation has the same logic of cancelling the operation, i.e. leaving the editing mode without applying the operation. We could implement it in this scope:

  • mark the editing mode when any operation is clicked
  • remove editing marks when "cancel" button is clicked

Discuss with Sona:

  • should we display "cancel" button when we activate any of the operations?
  • should it be possible to hide the toolbar?
@kirillt kirillt mentioned this issue Mar 17, 2024
@kirillt kirillt moved this to Todo in Development Apr 3, 2024
@prokawsar prokawsar linked a pull request Apr 28, 2024 that will close this issue
@prokawsar prokawsar self-assigned this Apr 28, 2024
@prokawsar prokawsar linked a pull request May 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants