-
Notifications
You must be signed in to change notification settings - Fork 0
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
B-20440 Uploaded document viewing improvements - Add Rotate and Save Ability for Image Files #5
B-20440 Uploaded document viewing improvements - Add Rotate and Save Ability for Image Files #5
Conversation
…uested -added zoom capability to images -added support of rotation capability to images
-AI said this is how you remove it
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.
Couple questions
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.
Is there any way to test this or is this just static code analysis for now?
Well for right now, I think you can test it on integrationTesting. |
I do see something else I probably need to change. In package.json, the version should step up, right? I believe the current way that the milmove app targets the v1.2.2 is from the tag that was added to the merge of "v1.2.2"... so I would probably need to add a tag of "v1.2.3" to this merge commit, I think as well Alternatively, i could just remove the other v1.2.2 tag and make that tag be on this merge-commit |
I believe this is correct, but I'll let @deandreJones or @cameroncaci chime in I'll hold off approval until we hear back. |
if the tests prove successful, yes bump the version, then the corresponding mymove change should point to the new version |
Sounds good. I bumped up the version in this package.json and after merge-commit goes into react-file-viewer main branch, I'll add that tag for the version. |
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.
Able to rotate & save.
Kinda hate how you can't change the position of the view when zooming in (just kinda zooms in on center), but what can ya do. This meets the AC on the BL item.
Screen.Recording.2024-08-20.at.12.12.25.PM.mov
You can change position but you have to zoom in more. You would have to change position with scroll bars.. not ideal, I know. @taeJungCaci found an issue where if you remove @transcom/react-file-viewer then |
implemented rotation and zoom capabilities for images