aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/TwitterTaggPost.tsx
AgeCommit message (Collapse)Author
2021-04-27lintedIvan Chen
2021-04-27refactored avatarIvan Chen
2021-04-21lintedIvan Chen
2021-04-19cleaned up TAGG_LIGHT_BLUE_2 color constantIvan Chen
2021-02-09added actual url to redirect, fixed bug for twitter handle redirectIvan Chen
2021-01-22changed constant nameIvan Chen
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-17[TMA-382] Edit profile screen (#121)Shravya Ramesh
* added more icon * a less fat icon * and the actual icon asset * bottom drawer skeleton done * removed warning, better code * a more completed skeleton done * bottom drawer done! * Added content container, sent birthday picker props, minor styling * differenciating defined and undefined birthdate in birthdate, datepicker * removed restricting width for TaggDropDown * Added edit profile screen to navigator stack * Add EditProfile view, refresh profile view on save * Removes unnecessary import * Stores gender and birthdate as part of ProfileType * Added gender, birthdate, isEditProfile to AuthProv * Conditional view applied for edit profile button * Includes discarded changes in previous merge- BD * removed unused icon * resolved scary warnings * added icon to drawer * Small fix * minor code improvement * sc * fixed birthday bug * custom gender updation fixed * small change to birthday default value * missed something * cleaned up types! Warnings gone! * fixed another gender picker bug * fixed gender bug and cleaned up logic * removed warning, MUCH better code now Co-authored-by: Ivan Chen <ivan@thetaggid.com> Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-11-04not show things if gets deleted (#104)Ivan Chen
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>