aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/CommentTile.tsx
AgeCommit message (Collapse)Author
2021-05-11fixed liked navigationIvan Chen
2021-05-11made things fasterIvan Chen
2021-05-11fixed issue, basic functionality workingIvan Chen
2021-05-11cleaned up dead codeIvan Chen
2021-05-10fixed minor issuesIvan Chen
2021-05-10fixed undefined -> nullIvan Chen
2021-05-10finished likes screenIvan Chen
2021-05-10added navigation to "Likes" screenIvan Chen
2021-05-10added basic type, added like/unlike handlerIvan Chen
2021-05-10updated minor stylingIvan Chen
2021-05-10styled commentIvan Chen
2021-05-10added like buttonIvan Chen
2021-05-06updated moment mention styleIvan Chen
2021-05-04added navigation to profileIvan Chen
2021-05-04fixed type warningIvan Chen
2021-05-04fixed bug, cleaned up code, mention workingIvan Chen
2021-05-04added display text parsingIvan Chen
2021-04-20lintedIvan Chen
2021-01-31FixedAshm Walia
2021-01-29DoneAshm Walia
2021-01-29FixAshm Walia
2021-01-29kind of worksAshm Walia
2021-01-27Merge pull request #203 from IvanIFChen/tma577-profile-slownessIvan Chen
[TMA-577] Profile Slowness
2021-01-27even better codeIvan Chen
2021-01-27fixed thumbnail for commentsIvan Chen
2021-01-27fixed bug to update replies countIvan Chen
2021-01-27fixed not refreshingIvan Chen
2021-01-27finished deleteIvan 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-27Removed redundancyAshm Walia
2021-01-27Pre-finalAshm Walia
2021-01-27Pre-finalAshm Walia
2021-01-25Add provision to show and hide repliesAshm Walia
2021-01-07changes here and there (#171)Husam Salhab
2020-12-29[TMA-289] Fix Moments Comments (#155)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * minor fixes * fix serializer json changes * remove redundant type
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-20[TMA-375] Added discover users to explore (#119)Shravya Ramesh
* Added discover users to explore * Filtered following users out * Removed reload button and filtering following users from discover page * Wrapped contents * Preview type in types.ts
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