aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/TaggsBar.tsx
AgeCommit message (Collapse)Author
2021-06-03Remove white ringIvan Chen
2021-05-13removed useDerivedValueIvan Chen
2021-04-09Merge branch 'master' into tma756-bugfix-onpress-tagg-on-spIvan Chen
# Conflicts: # src/components/taggs/TaggsBar.tsx
2021-04-07Merge branch 'master' into chat-pocIvan Chen
# Conflicts: # src/components/profile/Content.tsx # src/components/taggs/TaggsBar.tsx # src/screens/profile/ProfileScreen.tsx # src/types/types.ts
2021-04-03Fix profile socials bar animationLeon Jiang
2021-04-02commented out all the old reanimated stuff, added TODOs for leonIvan Chen
2021-04-01Improve position of overlaid tutorialLeon Jiang
2021-03-31fixed unable to pressIvan Chen
2021-03-29code cleanupIvan Chen
2021-03-26show taggsbar, prevent taggsbar navigation on profile and SPIvan Chen
2021-02-24do not re-populate taggsIvan Chen
2021-02-20fixed taggs bar background in profileIvan Chen
2021-02-20removed bordersIvan Chen
2021-02-20fixed taggs barIvan Chen
2021-02-20linting and removed loggingIvan Chen
2021-02-19white ring on profile screen fixedShravya Ramesh
2021-02-17adjusting padding around taggs barShravya Ramesh
2021-02-10does not add unlinked socials on SPShravya Ramesh
2021-02-09added taggs bar and white ringShravya Ramesh
2020-12-22[TMA-345] Sticky Taggs Bar (#146)Ivan Chen
* sticks taggs bar to top while scrolling * used animated value for top padding Co-authored-by: Shravya Ramesh <shravs1208@gmail.com>
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-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-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-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-02Fix (#90)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-10-27done (#81)Ivan Chen
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-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-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-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