aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/AddComment.tsx
AgeCommit message (Collapse)Author
2021-06-25Remove unused styles, Fix comment navigation, Fix add commentIvan Chen
2021-06-17Made editsBrian Kim
2021-06-16Rework some sizes, more closely match masterBrian Kim
2021-06-16Further merges with masterBrian Kim
2021-06-16Remove some commentsBrian Kim
2021-06-16Fix issue with background messing up appearance of AddComment elsewhereBrian Kim
2021-06-15Fix yarnBrian Kim
2021-06-15Fix bug in caption screen of suggestions not disappearingBrian Kim
2021-06-15Fixed styles for comments vs captionsBrian Kim
2021-06-15Correct positioningBrian Kim
2021-06-12Add grey backgroundBrian Kim
2021-06-12Alter location of suggestedBrian Kim
2021-05-24Fix yarn lint issuesShravya Ramesh
2021-05-11Fixed linterBrian Kim
2021-05-11Fixed issue with mentions not collapsing when deleting '@' too quicklyBrian Kim
2021-05-06updated moment mention styleIvan Chen
2021-05-04fixed bug, cleaned up code, mention workingIvan Chen
2021-05-04fixed multiple mentions getting populatedIvan Chen
2021-05-04fixed issue where mention doesn't go awayIvan Chen
2021-05-04added mentioning for replyIvan Chen
2021-05-04added display text parsingIvan Chen
2021-05-04removed old code, added controlled-mentionIvan Chen
2021-05-04finished logic with bugsIvan Chen
2021-05-04added ParsedText, initial work for typeaheadIvan Chen
2021-04-27refactored avatarIvan Chen
2021-03-16TMA 653 Removed autocorrect in commentsankit-thanekar007
2021-01-31FixedAshm Walia
2021-01-27fixed bug to submit with empty stringIvan Chen
2021-01-27Squashed commit of the following:Ivan Chen
commit 9298f8a31ca25f53d7fb6a0a90af783b9b01f46c Author: Ashm Walia <ashmwalia@outlook.com> Date: Wed Jan 27 09:00:16 2021 -0800 Removed redundancy commit 2a93a92521d989664ebb8dfebe011d8df67ad40f Author: Ashm Walia <ashmwalia@outlook.com> Date: Wed Jan 27 08:58:24 2021 -0800 Sc commit 2f5f9df6dec1e905f3abf37d124ecd92d0e3a3d9 Author: Ashm Walia <ashmwalia@outlook.com> Date: Wed Jan 27 08:29:56 2021 -0800 Pre-final commit 85c0f668665696ba8127ee1ea436d10ec0af955f Author: Ashm Walia <ashmwalia@outlook.com> Date: Wed Jan 27 08:24:43 2021 -0800 Pre-final commit 755f4f540d3e759ff9ad3bc35c64b6f7fc83998b Author: Ashm Walia <ashmwalia@outlook.com> Date: Mon Jan 25 18:00:44 2021 -0800 Add provision to show and hide replies
2021-01-22finished styling the input boxIvan Chen
2021-01-21switched from modal to full screen viewShravya Ramesh
2020-12-04[TMA - 398 AND TMA-430] Replace Providers with Redux Store (#125)Ashm Walia
* First * WIP * Thunk * Some more comments * sc * recent searches and follounfollow * Edit profile dummy * Block / unblock and some cleanup * Replace auth provider * Sc * Delete AP after rebase * Discover users * Cleanup * More cleanup * Replace profile provider * Fixed build failure * Fixed a bug reported * Prevent app crash when backend server is down
2020-11-04[TMA-328] Enable keyboard avoiding view captions comments (#93)Shravya Ramesh
* resizes non square images to be displayed without being cropped * Enabled keyboard avoiding view on caption screen and comments screen * Delete TaggPost.tsx * Delete TwitterTaggPost.tsx * removed unnecessarilyy deleted files Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-10-22[TMA 236] Comments PR (#64)Ashm Walia
* Added comments count and retrieve comments * Working draft * The one before cleanup * Finally * Added time icon and major refactoring * Small fix for social media taggs * Addressed review comments