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

UI Fixes #754

Merged
merged 7 commits into from
Apr 23, 2021
Merged

UI Fixes #754

merged 7 commits into from
Apr 23, 2021

Conversation

joshslee
Copy link
Contributor

@joshslee joshslee commented Apr 21, 2021

Feature

  1. Closes #742
  • fixes bug where inline-comments did not resize properly in the discussion section.
  • fixes bug where TableOfContent section (mobile-only) did not route properly.

Resize Bug Before
https://user-images.githubusercontent.com/36824145/115797203-33827700-a388-11eb-9fea-76f7f43f04de.mp4

Resize Bug Fix After
https://user-images.githubusercontent.com/36824145/115797218-42692980-a388-11eb-9d45-34bd4580213e.mp4

Fixed Table of Content Behavior
https://user-images.githubusercontent.com/36824145/115797239-501eaf00-a388-11eb-958f-ed6a0b15808c.mp4

@joshslee joshslee added the bug Something isn't working label Apr 21, 2021
@joshslee joshslee requested a review from calvinhlee23 April 21, 2021 15:07
@joshslee joshslee self-assigned this Apr 21, 2021
@calvinhlee23
Copy link
Contributor

Could you add some screenshots for the fixes please. Thank you

@calvinhlee23
Copy link
Contributor

No blocker besides the Disucssions portion. Per our conversation, let's take that part out and land the bug fixes first. thank you!

@joshslee
Copy link
Contributor Author

Implemented requested changes and added visual summary.

@@ -119,6 +119,7 @@ function InlineCommentThreadCard({
paperDraftStore,
commentThreadID: threadID,
});
inlineCommentStore.set("animatedTextCommentID")(threadID);
Copy link
Contributor

Choose a reason for hiding this comment

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

i thought this was deprecated as of last week. Could you check and remove? Other than that all good. Thanks for the discussions style fix. I totally missed it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't have context for this. Other than rebasing off master, I can't resolve this.

Copy link
Contributor

Choose a reason for hiding this comment

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

what do you mean? you added this line. Just remove the line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we need to adjust our communication. When you say "I thought this was deprecated as of last week. Could you check and remove?" I'm assuming that you aren't certain and want me to investigate and figure it out.

I'm telling you that I don't have context and don't have a place to start, and suggesting you would be the best person.

If you tell me, "This is deprecated. Please remove" then I can do that.

@@ -119,6 +119,7 @@ function InlineCommentThreadCard({
paperDraftStore,
commentThreadID: threadID,
});
inlineCommentStore.set("animatedTextCommentID")(threadID);
Copy link
Contributor

Choose a reason for hiding this comment

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

what do you mean? you added this line. Just remove the line?

@lightninglu10 lightninglu10 merged commit cd2d004 into master Apr 23, 2021
@lightninglu10 lightninglu10 deleted the ui-fix-742 branch April 23, 2021 18:49
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.

BugFix: Frontend
3 participants