aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileBody.tsx
AgeCommit message (Collapse)Author
2021-06-22LintIvan Chen
2021-06-22Remove test codeIvan Chen
2021-06-22Squashed commit of the following:Ivan Chen
commit b1c2002caa349dc96f81d3cc3e00ea545f4e654e Author: Ivan Chen <ivan@tagg.id> Date: Tue Jun 22 15:28:18 2021 -0400 Add video for camerea
2021-06-01Add styling to profile badgeIvan Chen
2021-05-24Fix yarn lint issuesShravya Ramesh
2021-05-12styles, doneShravya Ramesh
2021-05-10fixed various font issuesIvan Chen
2021-05-06replaced to use correct normalize functionIvan Chen
2021-04-13Stale token replacedShravya Ramesh
2021-04-09added navigation to profileIvan Chen
2021-04-09fixShravya Ramesh
2021-04-09Connecting during login, app entry, msg btn tapShravya Ramesh
2021-04-09removed client ready from reduxShravya Ramesh
2021-04-09Navigating to chat from profile body msg btnShravya Ramesh
2021-04-09To test nav [wip after merging utils for chat]Shravya Ramesh
2021-04-09betterShravya Ramesh
2021-04-09Added new button and resytles existing buttonsShravya Ramesh
2021-03-29updated helper function, cleaned up code, prevent friends navigationIvan Chen
2021-03-25Private account toggle changesankit-thanekar007
2021-02-11massive friends button cleanupIvan Chen
2021-02-05Merge branch 'master' into tma590-friendslist-buttonsIvan Chen
2021-02-02unfriend button - white with blue borderShravya Ramesh
2021-02-01brings back old button stylesShravya Ramesh
2021-01-29full screen; with button; needs refresh&alignment;Shravya Ramesh
2021-01-27thinner rectangleShravya Ramesh
2021-01-27style change minorShravya Ramesh
2021-01-22Merge branch 'master' into tma552-adjust-styles-and-sizesIvan Chen
# Conflicts: # src/components/profile/Content.tsx # src/screens/profile/MomentCommentsScreen.tsx
2021-01-22changed constant nameIvan Chen
2021-01-21normalize function and normalized all fonts on profile pageIvan Chen
2021-01-21fixed isIPhoneX and adjusted spacingIvan Chen
2021-01-18Merge pull request #190 from tbhatia2299/HOTFIX_DISTANCEIvan Chen
HOTFIX_DISTANCE_BETWEEN_USERNAME_AND_PROFILE_PICTURE
2021-01-18Decresed distance between username and profile picture and increased ↵Tanmay Bhatia
distance between website and bio
2021-01-16DoneAshm Walia
2021-01-15DoneAshm Walia
2021-01-15fixesAshm Walia
2021-01-15friend requestShravya Ramesh
2020-12-31[TMA-487] Change button styling (#157)Husam Salhab
* adjust button dimensions and radius * adjust button padding
2020-12-30[TMA - 457]Change followers to friends (#149)Ashm Walia
* One commit to replace followers with friends * Move block unblock to drawer and some cosmetic changes * Options to edit own profile when viewing * Changes for University Class * Small fix * Made ProfileOnboarding a scroll view and other small changes * Small fix * Small fix thanks to ivan and tanmay * Add ?
2020-12-29Made another PR and added code to solve the same purpose as in #152 (#153)Tanmay Bhatia
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-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-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-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-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-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-08-05[TMA-122] User Profile Screen UI (#27)Leon Jiang
* Fix yarn lint issues * Add react-native-svg to project * Create UserType & PostType * Create temporary Post component * Fix import cycle warning, update AuthContext * Update onboarding screen imports * Update config files * Add rn-fetch-blob package * Update types * Add profile fetching to AuthContext * Update post component * Import placeholder images from designs * Add profile UI components * Create screen offset constants * Add new api endpoints * Create screen layout utils * Create Profile screen UI * Remove some unused styling * Restructure ProfileScreen and fix animations * Add gradient back to screen * Update Moment circle styling