aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/TaggPost.tsx
AgeCommit message (Collapse)Author
2020-12-07[TMA - 431] Make socials browsable (#134)Ashm Walia
* Open socials apart from twitter on browser * Revert "Open socials apart from twitter on browser" This reverts commit 5b6626811ab7cf9a944b22a1d1d5c4047fe47c64. * Open socials apart from twitter on browser * Fixed * make twitter round * Make some more placeholders browsable Co-authored-by: Ivan Chen <ivan@tagg.id>
2020-11-02[Fix] Resizes non square images to be displayed without being cropped (#92)Shravya Ramesh
* resizes non square images to be displayed without being cropped * changed image background colour * fixes typo from content to contain!!
2020-11-02[BUG FIX] -> 1 : Bottom of moments screen cut off 2 : Social media data ↵Ashm Walia
double check [FRONTEND] (#84) * BUG FIX -> 1 : Bottom of moments screen cut off 2 : Check for existence of accountData before displaying the same * small change * added more exception checking * FIX package error Co-authored-by: Ivan Chen <ivan@thetaggid.com>
2020-10-27[TMA-180] Image Carousel for Tagg Posts (#77)Ivan Chen
* image carousel done * fixed a minor bug * TikTok is TikTok NOT Tiktok OKAY? Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-10-26[TMA-305] Made things clickable (#67)Ivan Chen
* made links clickable * made handles clickable * made more links clickable
2020-10-22[TMA-242] Twitter and Facebook Tagg View (#63)Ivan Chen
* modified the way we store social media data, initial skeleton * MVP? Twitter done? * cleaned up some things * forgot to lint and cleaned up some more code * minor change to text display * fixed some UI bug, linting, and minor adjustment to posts UI * fixed a couple of things * added DateLabel, Facebook taggs view, fixed minor stuff * Some small changes for the PR * removed unused Feed Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-10-07[TMA-186] Instagram Taggs - Frontend (#45)Ivan Chen
* Renamed Moments(Bar) to Taggs(Bar) * created initial navigation and empty social media taggs screen * made more progress for the header styling * Finished social media taggs screen, organized code structure * linted stuff D: * moved bar height utility function to utils * moved color constants to constants * moved avatar title * updated comments for social media taggs * NOW the file is there