aboutsummaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2020-12-14[TMA-406&201] User Handle UI for Individual Moments (#129)Ivan Chen
* initial work * made big progress towards flatlist moment view * UI done, just need to pass in data now * minor fixes to get things actually running correctly * vertical scroll working * initial index working * moment drawer text color to red * moved report to drawer * removed garbage * added ?
2020-12-14[TMA - 426] Fix recent search + Add refresh control (#138)Ashm Walia
* Got rid of small lint errors before start * Final push * Final * disable scroll first try / logic * small change * Try to make the cover photo consistent with different screen sizes * Final change * added RefreshControl * removed scale effect * Fix misorientation of cover * remove more scale stuff * fix userIDs for different views * Mend refresh control * white bg Co-authored-by: hsalhab <husam_salhab@brown.edu>
2020-12-14added icons (#139)Ivan Chen
Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com>
2020-12-08[TMA-338, TMA-400] Zoom out on profile page and adjust follow/block button ↵Shravya Ramesh
touchable opacity (#132) * changed dimensions of username, bio, website, moment tiles; Changed padding in profile body; Added padding between moment tiles; * adjusted spacing between profile cutout and body * adjusting space below profile cutout accoring to device * Ensuring userId exists before loading taggs * Made tagg icons responsive according to device dimensions * shoft profile picture to the left * Fix bug * small * flex * flex remove * Shrunk taggs bar icons and readjusted padding around it Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-12-08[TMA-410] Edit Non-Integrated Socials (#126)Ivan Chen
* removed refs, added KB avoidance, UI done * missed some things * now parsing response correctly from backend * fixed naming * now allow empty strings to un-link a social * hide field if empty, allow empty string, fixed taggs bar not updating bug * Fix bug where non integrated socials do not show up on edit profile page Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-12-07[TMA-409] Delete Moments (#124)Ivan Chen
* edit profile to use HeaderHeight instead of percentage * delete moment done with TODOs for backend * actually hitting the endpoint * ops * moved isProfileView check to drawer component * misunderstood suggestion, now is better * an extra layer of indirection * fixed some bugs and code improvement
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-12-07[TMA-429] Added new profile preview type for followers tiles (#130)Shravya Ramesh
* added new profile preview type for followers tiles * added border radius for avatar
2020-12-07[TMA-405] Website now clickable (#127)Ivan Chen
* clickable * changed to http
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-21[TMA-356] Updated icons (#118)Ivan Chen
* updated icons * added small icons * fixed a bug * now using the correct assets, fixed a bug
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-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-11[TMA-383] Added report button moment (#114)Shravya Ramesh
* Added button on individual moment page to report an issue * Report issue button disappears when clicked on and reappears when alert is closed * Small change * Moved sendReport() to a ReportingService * following user's report button now appears * Update ReportingService.ts Added alert * Added back report button * moved button back to the bottom * Small change Co-authored-by: Ashm Walia <ashmwalia@outlook.com> Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-11-11Use the actual height for cover (#120)Ashm Walia
2020-11-10[TMA - 388] Block Users (Frontend) (#115)Ashm Walia
* initial * Final * sc * sc * sall change * Remove follow button when blocked * Small change * small changes again
2020-11-09[TMA - 389] (#117)Ashm Walia
* Done * Done * Done
2020-11-09[FOR MASS REVIEW] Multiple contexts(Searched user gets replaced) (#97)Ashm Walia
* First commit towards clean code * Tested things * Some final touch * View updates posts * Cleaned up followers / following * You won't believe but it works * Pass avatar uri via props * Small change * Small change * Removed unnecessary jargon Co-authored-by: Ivan Chen <ivan@thetaggid.com>
2020-11-09blur background, realign comment count, reposition content (#110)Shravya Ramesh
2020-11-05[TMA-344] Tabs bar margin, Social Taggs margin (#108)Ivan Chen
* fixed margin for smaller screen * fixed header avatar * cleaned up code, improved logic * yarn lint * dynamically calculate avatar and header * changed back tint color and use 1% for tabs bar margin * last edit to avatar size Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-11-05[TMA-347] Adjusted Coming Soon Image to look nice on smaller screens (#107)Ivan Chen
* Adjusted image and text to also look nice on iphone8 * Percentage Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-11-04[TMA-335] Fixed social linking for non-integrated during onboarding (#102)Ivan Chen
* handled linker logic and uses soical linking service * Fixed layout
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-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-02Fix (#90)Ashm Walia
2020-11-02Reflect follow / unfollow on logged in user's profile (#87)Ashm Walia
2020-11-02Hotfix new icons (#86)Ivan Chen
* changed to use new social icons * changed padding * more dimension change * removing them then will re-add them to let git update them * icon sizes are correct now * fixed icon size on onboarding
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-27[HOT FIX] Refactor to make things clean and make the app work (#82)Ashm Walia
* Refactored * Final refactor with an issue * It works * Whoops
2020-10-27done (#81)Ivan Chen
2020-10-27date picker done (#80)Ivan Chen
2020-10-27[HOT FIX] Fix stack navigation (#78)Ashm Walia
* Fix stack navigation * Fix stack navigation
2020-10-26[TMA-305] Made things clickable (#67)Ivan Chen
* made links clickable * made handles clickable * made more links clickable
2020-10-26[TMA-280] Add coming soon (#73)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * added coming soon screens * moved search next to profile * Added the right icons and abstracted cs to ComingSoon.tsx * Update Checkpoint.tsx Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-10-26[TMA-13] List of following (#72)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * added following list * added numFollowers; removed redundant code * removed followercount stuff for now * Fixed follower count * Made come more changes Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-10-25[TMA-237] Added modal for user registration and redirect (#61)George Rusu
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * added modal for user registration and redirect * api call to get list of linked socials for each user to display appropriate icon * fixed indentation and linting * refactored modal and browser sign-in * now dynamically adding linked and unlinked taggs, added a bunch of TODOs for tomorrow * added svg icons * done? finished taggs bar UI and all the navigations including modal * fixed some bugs and added more TODOs * fixed some bugs and refactored posts fetching logic * fixed taggs bar bug * done, it will update everything correctly * added comments * added tiktok Co-authored-by: hsalhab <husam_salhab@brown.edu> Co-authored-by: george <grus6928@gmail.com> Co-authored-by: Ivan Chen <ivan@thetaggid.com>
2020-10-24[TMA 302] Social media linking to login (#71)Ashm Walia
* Social media linking to login * Social media linking to login
2020-10-24[TMA 27] Followers list (#69)Kingsley-swe
* "Followers list " * Mended followers list * fix export error Co-authored-by: Ashm Walia <ashmwalia@outlook.com> Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-10-24[TMA 301] Add follow/unfollow button to profile (#70)Ashm Walia
* Follow Unfollow User * Fixed an issue and moved api call to Content.tsx * last * Small changes
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
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-20[TMA - 278] Add actual Terms And Conditions text (#60)Ashm Walia
* Styled and added ToC * Bolded some content
2020-10-19Merged changes to make sure moments view and search work (#62)Ashm Walia
2020-10-19Tma235/231 Individual view and horizontal view (#59)Shravya Ramesh
* Implemented modal stack navigation for moment view, created a rough UI for individual moment view [incl: title, image(not displayed)] * bare bones beginnning * Created individual moment screen, moment tile for horizontal view * Alert * Fix initial route Co-authored-by: Ashm Walia <ashmwalia@outlook.com> Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com>
2020-10-19[TMA-272] Add browser login flow to Instagram social linking (#56)Ivan Chen
* added in-app browser package and added social link for instagram * added comments and improved code clarity * added more skeleton code * Finished FB linking * updated facebook oauth to request for permission * finished twitter sign on * minor fixes
2020-10-18[TMA 279] Ability to search and view someone's profile (#58)Ashm Walia
* Batch one : major changes * WIP checkpoint * The one before the final touch * Probable final touch * ran yarn lint D: * linter broke something * fixed a small bug * Addressed a small nitpick * Well abstracted now Co-authored-by: Ivan Chen <ivan@thetaggid.com>
2020-10-13TMA - 232 Create caption screen with image picker (#53)Shravya Ramesh
* Added image picture functionality * Created caption screen and uploads to moments endpoint consisting of the picture and caption only Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-10-13[TMA - 238] Added invitation code verification screen as the first ↵Ashm Walia
onboarding screen (#46) * Added invitation code verification screen as the first onboarding screen * Changed screen order on some screens and a quick check on back navigation