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

Fixing Note Visual Bug #110

Merged
merged 14 commits into from
Dec 7, 2023
Merged

Fixing Note Visual Bug #110

merged 14 commits into from
Dec 7, 2023

Conversation

AndchooChen
Copy link
Collaborator

@AndchooChen AndchooChen commented Nov 27, 2023

I hope you guys had a very good break and spent time with loved ones, whether it be through the phone or in person! Anyways, this issue attempts to fix the bug in which the note on both the AddNoteScreen and the EditNoteScreen is only being displayer for half of its possible screen real estate. Here is what the current layout of those two screens look like right now:

Before (The issue comes from when there is no keyboard. There is more to the note below, but the scroll does not allow you to see it) :
IMG_2837

IMG_2915

After:
IMG_2914

So now after these changes, the cursor will go below the picture after a picture is added inline and also, the full screen will show what is available in the RichEditor and not cut off as it did before.

@AndchooChen AndchooChen added the bug Something isn't working label Nov 27, 2023
@AndchooChen AndchooChen self-assigned this Nov 27, 2023
@AndchooChen AndchooChen linked an issue Nov 27, 2023 that may be closed by this pull request
@AndchooChen AndchooChen marked this pull request as ready for review December 4, 2023 15:40
Copy link
Collaborator

@yashb196 yashb196 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should work for now approving the PR

@yashb196 yashb196 merged commit 2aa2ba1 into main Dec 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixing a Bug on the add note screen
2 participants