scorelab / LabelLab

An Image Analysis and Classification Platform for Machine Learning Researchers
Apache License 2.0
79 stars 112 forks source link

Tag user in comments #672

Closed M-A-D-A-R-A closed 2 years ago

M-A-D-A-R-A commented 2 years ago

Description

Tag user functionality in the message input field

https://user-images.githubusercontent.com/56160262/188942821-35363c8d-99cf-41f4-b23a-438019563b2f.mp4

Type of change

Test Configuration:

Also, include screenshots of the app for verification and reviewing purposes.

Checklist:

M-A-D-A-R-A commented 2 years ago

@amlannandy as of now i just added the SS and opened an issue #673 will make the necessary changes with respect to that.

amlannandy commented 2 years ago

@M-A-D-A-R-A I'd recommend that you don't wait until the end of the week to make the changes. Do so as quickly as time permits, as this is the final week.

M-A-D-A-R-A commented 2 years ago

@M-A-D-A-R-A I'd recommend that you don't wait until the end of the week to make the changes. Do so as quickly as time permits, as this is the final week.

Updated the comment with video. please review

amlannandy commented 2 years ago

@M-A-D-A-R-A

  1. Add padding on the left side of the text field. I shouldn't have to point out obvious issues like this. Pay attention to your work. I had already pointed this out in the last sync-up anyway.
  2. The existing comment text should be there in the field during edit mode. Again something obvious you should have caught yourself.
  3. Just wrap the whole user mention list in a card widget. Similar to how all the popups in the app look. Why put spacing between the mentions like this? Just looks weird.

I keep repeating this again and again but please carefully review your work. I shouldn't have to spoon-feed simple stuff like this to you.

M-A-D-A-R-A commented 2 years ago

@M-A-D-A-R-A

  1. Add padding on the left side of the text field. I shouldn't have to point out obvious issues like this. Pay attention to your work. I had already pointed this out in the last sync-up anyway.
  2. The existing comment text should be there in the field during edit mode. Again something obvious you should have caught yourself.
  3. Just wrap the whole user mention list in a card widget. Similar to how all the popups in the app look. Why put spacing between the mentions like this? Just looks weird.

I keep repeating this again and again but please carefully review your work. I shouldn't have to spoon-feed simple stuff like this to you.

Sorry was not able to review it properly, done 1,2 changes but in 3 the package is providing us to give a widget to the list view builder, i.e we only need to implement the Container, a particular tile, package reference here. Im attaching a SS of how the UI looks as of now please suggest the request changes.

amlannandy commented 2 years ago

@M-A-D-A-R-A

  1. Add padding on the left side of the text field. I shouldn't have to point out obvious issues like this. Pay attention to your work. I had already pointed this out in the last sync-up anyway.
  2. The existing comment text should be there in the field during edit mode. Again something obvious you should have caught yourself.
  3. Just wrap the whole user mention list in a card widget. Similar to how all the popups in the app look. Why put spacing between the mentions like this? Just looks weird.

I keep repeating this again and again but please carefully review your work. I shouldn't have to spoon-feed simple stuff like this to you.

Sorry was not able to review it properly, done 1,2 changes but in 3 the package is providing us to give a widget to the list view builder, i.e we only need to implement the Container, a particular tile, package reference here. Im attaching a SS of how the UI looks as of now please suggest the request changes.

Add padding around the user avatar inside user mention list item. Similar to how it looks in comment list tile. Decreasing the size of the user avatar should add padding automatically.