-
Notifications
You must be signed in to change notification settings - Fork 44
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
v1 of the editor #9143
v1 of the editor #9143
Conversation
- removed commented out component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I have the same image. When I drop it, I am getting an error. When I use upload image icon, it works.
Kapture.2024-09-09.at.13.46.59.mp4
- Loader indicator takes up the whole page but I think it should take either the body or maximum the editor space. Also I think it should be semi-transparent as now it is all gray.
Screen.Recording.2024-09-09.at.6.35.18.PM.mov
Screen.Recording.2024-09-09.at.6.35.18.PM.mov
Screen.Recording.2024-09-09.at.6.38.59.PM.mov |
packages/commonwealth/client/scripts/views/components/Editor/Editor.scss
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some minor issues above, generally works. Thanks!
@masvelio on your issue with inline images, I think we have to support that. I agree that it can be kind of annoying, but:
I agree it's rare though but the downside is you just undo the operation. |
@masvelio Your comment about "If the uploaded image is selected and dragged over, the editor enters drag/drop mode" ... I think this is resize mode. Where you can resize the image. This is expected. |
@masvelio "Loader indicator takes up the whole page but I think it should take either the body or maximum the editor space. Also I think it should be semi-transparent as now it is all gray." You have a stale build or something. That's from v0... I've fixed that. You could probably pull my new branch and test again. Not sure how that happened. |
@burtonator you should mention @mzparacha in post of this cases, not me. Anyways, let me answer some of them.
They are not aligned horizontally. Trash icon is above the cog icon, they should be on the same level.
@burtonator this is not fixed ☝️ |
Link to Issue
Closes: #9144
Description of Changes
All the v1 issues documented here:
#8937
But here are the highlights.
"How We Fixed It"
Test Plan
You can just load /editor in the UI and play with it.
Deployment Plan
Other Considerations