aboutsummaryrefslogtreecommitdiff
path: root/src/constants
AgeCommit message (Collapse)Author
2021-02-15hitting endpointIvan Chen
2021-02-11upload photo doneIvan Chen
2021-02-09added newVersionAvailable to store, added logic to request newest versionIvan Chen
2021-02-05Merge pull request #222 from ashmgarv/tma549Ivan Chen
[TMA - 549]
2021-02-05DoneAshm Walia
2021-02-05notification colour changeShravya Ramesh
2021-02-05adjusted colour of unread notificationShravya Ramesh
2021-02-01gradientIvan Chen
2021-01-31FixedAshm Walia
2021-01-27Merge branch 'master' into tma568-delete-commentsIvan Chen
# Conflicts: # src/components/comments/AddComment.tsx # src/components/comments/CommentTile.tsx # src/components/comments/CommentsContainer.tsx # src/services/CommentService.ts
2021-01-27finished deleteIvan Chen
2021-01-27Squashed commit of the following:Ivan Chen
commit 9298f8a31ca25f53d7fb6a0a90af783b9b01f46c Author: Ashm Walia <ashmwalia@outlook.com> Date: Wed Jan 27 09:00:16 2021 -0800 Removed redundancy commit 2a93a92521d989664ebb8dfebe011d8df67ad40f Author: Ashm Walia <ashmwalia@outlook.com> Date: Wed Jan 27 08:58:24 2021 -0800 Sc commit 2f5f9df6dec1e905f3abf37d124ecd92d0e3a3d9 Author: Ashm Walia <ashmwalia@outlook.com> Date: Wed Jan 27 08:29:56 2021 -0800 Pre-final commit 85c0f668665696ba8127ee1ea436d10ec0af955f Author: Ashm Walia <ashmwalia@outlook.com> Date: Wed Jan 27 08:24:43 2021 -0800 Pre-final commit 755f4f540d3e759ff9ad3bc35c64b6f7fc83998b Author: Ashm Walia <ashmwalia@outlook.com> Date: Mon Jan 25 18:00:44 2021 -0800 Add provision to show and hide replies
2021-01-27Removed redundancyAshm Walia
2021-01-27Pre-finalAshm Walia
2021-01-27Pre-finalAshm Walia
2021-01-25Add provision to show and hide repliesAshm Walia
2021-01-22Merge pull request #197 from IvanIFChen/tma578-fix-forgot-passwordIvan Chen
[TMA-578] Fix Forgot Password
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-22Merge branch 'master' into tma552-adjust-styles-and-sizesIvan Chen
# Conflicts: # src/screens/profile/MomentCommentsScreen.tsx
2021-01-22Merge branch 'master' into tma570-revamp-comments-keyboard-2Ivan Chen
# Conflicts: # src/components/profile/Content.tsx
2021-01-22changed constant nameIvan Chen
2021-01-22DoneAshm Walia
2021-01-22Some changesAshm Walia
2021-01-21updated regex, removed authentication, updated validationIvan Chen
2021-01-21doneAshm Walia
2021-01-21linting and normalizing tagg iconsIvan Chen
2021-01-21normalize function and normalized all fonts on profile pageIvan Chen
2021-01-21fixed isIPhoneX and adjusted spacingIvan Chen
2021-01-15finishedIvan Chen
2021-01-15updated some stringsIvan Chen
2021-01-15created strings.ts and lintingIvan Chen
2021-01-15Merge pull request #183 from tbhatia2299/HOTFIX_BIOIvan Chen
TMA-542-HOTFIX-BIO
2021-01-14Made the required changesTanmay Bhatia
2021-01-14Made a slight change in the bioRegex stringTanmay Bhatia
2021-01-13Bio can include everything nowTanmay Bhatia
2021-01-13[TMA-531] New Explore Page (#179)Ivan Chen
* redux done * done * added refresh control * added profile navigation * minor spacing change
2021-01-12[TMA 472] Added option to be added to Taggs wait list (#168)Ashm Walia
* Added screens to add to waitlist and a page to display on success of the same * Incorporated small comment
2021-01-12[TMA-527/506/523] Custom Moment Categories (#174)Ivan Chen
* changed logic to allow ≥ 1 categories * now using array of strings for moment categories * updated error strings * formatting and check for picker cancellation * initial UI done * cleaned up logic, added custom icon * renamed onboarding stack to match main stack * removed unused import * deterministic color picker * custom category defaults to selected instead of added * removed function in route
2021-01-06consistent padding (#169)Ivan Chen
2021-01-05replace nightlife with fitness; replaces icon; (#166)Shravya Ramesh
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-29[TMA-461] Notifications Screen (#151)Ivan Chen
* renamed ProfileStack to MainStack, created initial notifications data type * cleaned up code * added notifications to redux * finished sectioned list * updated types to make more sense * finished sectioned notifications by date * updated notification type and tested mock backend integration * finished read or unread logic * minor changes * another minor fix * finished integration * moved stuff * added ability to navigate to user profile Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-12-29[TMA-288] notifications frontend infra (#154)Shravya Ramesh
* Configured settings to enable remote notifications * Added FCM services * Added background message handler + api calls * minor fixes * minor changes requested from pr
2020-12-22[TMA 446] Create category (#144)Ashm Walia
* Added welcome page * Working code * Small fix * Some more cleanup * Fixes * Cleanup * Fix again * Use gradient for white bg as well * Fixed type
2020-12-22update endpoints (#143)Husam Salhab
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-308] Forgot password logic [Frontend] (#131)Ashm Walia
* Done with changes * Submit on enter * Fixed StrongPassword issue * Clean and modular Verification.tsx * small fix
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 - 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-21[TMA-356] Updated icons (#118)Ivan Chen
* updated icons * added small icons * fixed a bug * now using the correct assets, fixed a bug