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

Image editing #23350

Closed
7 of 12 tasks
ellatrix opened this issue Jun 22, 2020 · 10 comments
Closed
7 of 12 tasks

Image editing #23350

ellatrix opened this issue Jun 22, 2020 · 10 comments
Assignees
Labels
[Feature] Media Anything that impacts the experience of managing media [Type] Tracking Issue Tactical breakdown of efforts across the codebase and/or tied to Overview issues.

Comments

@ellatrix
Copy link
Member

ellatrix commented Jun 22, 2020

This is an issue to track what's left to do for image editing.

Nice to have.

@ellatrix ellatrix added the [Type] Tracking Issue Tactical breakdown of efforts across the codebase and/or tied to Overview issues. label Jun 22, 2020
@ellatrix
Copy link
Member Author

@jasmussen @MichaelArestad Would love your thoughts and further help regarding the design, maybe in particular the zoom controls.

@jasmussen
Copy link
Contributor

Some good feedback from #23284 (comment) worth reading for context. Many are already action items here.

@ellatrix
Copy link
Member Author

@jasmussen I think I've moved those action items here :)

@TimothyBJacobs
Copy link
Member

We're going to need phpunit tests on the endpoint as well.

@TimothyBJacobs
Copy link
Member

Opened a PR for the REST endpoint, #23368.

@MichaelArestad
Copy link
Contributor

I must be missing something. I loaded up master to test, but this is what I'm seeing:
image

I don't see the tools shown in some of the gifs from #23284. I also see "Crop" instead of the crop icon. Is there another branch I should be testing on?

I'm also noticing sometimes the caption toolbar is open when the zoom is open:
image

@jasmussen
Copy link
Contributor

Some things had to change so as to apply a single operation on apply, rather than immediately after each. Some of that is tracked in #23350, and I'll be taking a stab today.

@jasmussen
Copy link
Contributor

jasmussen commented Jun 23, 2020

Was not an action item on this list, but was on feedback in #23284 (comment). #23387 changes the "Edit" button to be the crop icon. It becomes a bit of an umbrella button for even the rotate image feature, but at least it's one click.

On that note, in order to truly address this item:

Remove other buttons in the toolbar when editing the image.

we really need a classname on the image toolbar to specifically target with some handy display: none;s. Ideally instead of this:

Screenshot 2020-06-23 at 12 48 11

It should look like this:

Screenshot 2020-06-23 at 12 51 07

It would be trivial if we could specifically target the cropping "mode" of the toolbar, and it would really clean up the flow.

@jasmussen
Copy link
Contributor

In #23418, I did a bunch of cleanup with the zoom slider. I still think we should move it to the block toolbar, but in case that's an onerous effort, this can potentially serve as a holdover.

@skorasaurus skorasaurus added the [Feature] Media Anything that impacts the experience of managing media label Jan 11, 2023
@mtias
Copy link
Member

mtias commented Jul 5, 2023

I think we can close this as the separate issues stand on their own.

@mtias mtias closed this as completed Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Media Anything that impacts the experience of managing media [Type] Tracking Issue Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Projects
None yet
Development

No branches or pull requests

7 participants