-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2021-11-04] Don't show drafts in LHN until after a user has left a chat with content still in the compose box. #5166
Comments
Triggered auto assignment to @muttmuure ( |
Triggered auto assignment to @Gonals ( |
@vitHoracek , didn't want to assign to you but feel free to swap yourself out for @Gonals and/or the CME if you want. |
@meetmangukiya will have 'first dibs' on fixing this issue because they completed the other, related issue and have confirmed they're interested in working on this improvement to the original issue. |
@mallenexpensify Thank you, I can take it on since I have the context from the issue this came from. This can be worked on by External contributor. |
@meetmangukiya can you submit a proposal here so I can hire you? And confirm in a comment here once you have? |
Triggered auto assignment to @Beamanator ( |
Sorry @Beamanator , @mountiny's got this one. He must not officially be on the CME team which is why you were added. |
Applied on upwork @mallenexpensify |
ProposalIf we want to Hide the Draft pencil icon until the user is active on the report and stop it from flashing from the sidebar.
to hasDraftComment: (report.reportID !== activeReportID) && _.size(reportDraftComment) > 0,
Note: Sorry, I think I didn't understand the task correctly. Updating the proposal... If we only want to remove the flash on the sidebar
if(prioritizeReportsWithDraftComments && reportOption.reportID !== activeReportID && reportOption.hasDraftComment) |
@meetmangukiya Could you please provide the proposal here as well? Without that, we cannot hire you. Thank you 🙇 I have seen you have wrote a comment in the issue this came from here, but that cannot be considered as a full proposal unfortunately. |
Thank you for your proposal @parasharrajat! We have promised first go for @meetmangukiya as this is coming from an issue they worked on. In the comment linked above, they have proposed slightly different approach then your proposal, so I will see what their written up proposal will look like and then choose the best! Also @parasharrajat, just to clarify, what we want to achieve here and you have probably understood it in the second updated proposal. We do not want to hide the pencil colour, we basically want to change the moment we reorder the list with a new draft to a moment we switch between reports and not while someone is typing as the flash is distracting. |
Hired @meetmangukiya in Upwork! |
n6 hold, will get to soon.... |
n6 hold still in effect |
I am reviewing the PR and I may have found an issue. #5317 (comment) |
Please refer to this post for updated information on the |
This is not Overdue. PR is in a review. |
Assigned to @meetmangukiya (forgot to earlier), |
For anyone following this issue, here is a new issue, which stems out of this #6050. It is not exactly regression as we wanted this behaviour but real use showed it is really weird and confusing, so we want to update it once more. cc @meetmangukiya |
Haha, so we want to keep the icons working, but reordering shouldn't be? |
@meetmangukiya correct 😂 the problem is that it looks weird when you have the draft pencil icon visible -> send a message -> and the icon is still there until we switch reports. I thought it might not be so odd, but it is and it was out of scope for this issue. So if you want to tackle it, feel free to submit a proposal to the linked issue:) |
Alright, thanks for updating me @mountiny. I will send a proposal when I find some time. |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.1.10-2 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2021-11-04. 🎊 |
Paid in Upwork, added $250 |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Coming off this issue #4615
cc @meetmangukiya , @vitHoracek
Action Performed:
Start typing with a user who is not currently at the top of you LHN
Expected Result:
The LHN doesn't change and move the chat to the top showing you're currently typing a message.
See notes for more context.
Actual Result:
LHN 'flashes' and loads the current chat at the top of LHN, which is distracting and unnecessary.
Platform:
Where is this issue occurring?
Notes:
Version Number: Version 1.0.94-1
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1631062473055500
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: