aboutsummaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2021-01-19using view instead of modalIvan Chen
2021-01-19redesigned tagg loading indicator, added indicator to image uploadIvan Chen
2021-01-18Merge pull request #190 from tbhatia2299/HOTFIX_DISTANCEIvan Chen
HOTFIX_DISTANCE_BETWEEN_USERNAME_AND_PROFILE_PICTURE
2021-01-18loading indicator doneIvan Chen
2021-01-18Decresed distance between username and profile picture and increased ↵Tanmay Bhatia
distance between website and bio
2021-01-18no autocorrect on search bar and auto clear on cancelIvan Chen
2021-01-18updated styleIvan Chen
2021-01-16Small fixAshm Walia
2021-01-16Merge branch 'master' into tma538-friend-requestsAshm Walia
2021-01-16DoneAshm Walia
2021-01-15DoneAshm Walia
2021-01-15not fetching data in child componentIvan Chen
2021-01-15fixed paddingIvan Chen
2021-01-15fixed some bugsIvan Chen
2021-01-15styling changeIvan Chen
2021-01-15fixed paddingIvan Chen
2021-01-15finishedIvan Chen
2021-01-15Merge pull request #176 from IvanIFChen/tma498-update-error-stringsIvan Chen
[TMA-498] Update Error Strings
2021-01-15fixesAshm Walia
2021-01-15Merge pull request #186 from ashmgarv/tma550-momentstutIvan Chen
[TMA - 550] Moment tutorial fix
2021-01-15updated some stringsIvan Chen
2021-01-15created strings.ts and lintingIvan Chen
2021-01-15friend requestShravya Ramesh
2021-01-14BlurredAshm Walia
2021-01-14Fix (#182)Ashm Walia
2021-01-14moved buttons to left (#181)Ivan Chen
2021-01-14created navigation to comment from notification (#184)Ivan Chen
2021-01-13[TMA-556] Temporary Fix for Re-ordering Categories (#178)Ivan Chen
* done * moved icon placement and added correct asset * new icons * moved things around resolved a bug * Deleting existing predefined moment categories * Revert "Deleting existing predefined moment categories" This reverts commit f5f4464b5392902208ec548de1c189f4639261a5. * Hit backend Co-authored-by: Shravya Ramesh <shravs1208@gmail.com> Co-authored-by: Ashm Walia <ashmwalia@outlook.com> Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com>
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 491 Frontend] Revamp onboarding (#173)Ashm Walia
* First commit, arrow excluded * Done from my side * Some small nitpicks * exclude tsconfig * Show profile screen after onboarding * Update string * Small fix * small cosmetic
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-07changes here and there (#171)Husam Salhab
2021-01-05[HOTFIX] Accomodate large names and match figma (#167)Ashm Walia
* HOTFIX : Accomodate large names and match figma * Fix
2021-01-05replace nightlife with fitness; replaces icon; (#166)Shravya Ramesh
2021-01-05Done (#163)Ashm Walia
2021-01-05[TMA-495] Notification Item UI Update (#165)Ivan Chen
* slight styling change * updated boldness * better spacing calculation
2021-01-03[TMA - 459] - Fix for ghost image bug (#159)Ashm Walia
* Fixed * Fix
2020-12-31fix (#158)Ashm Walia
2020-12-31[TMA-487] Change button styling (#157)Husam Salhab
* adjust button dimensions and radius * adjust button padding
2020-12-31[TMA-482] Add Smart Albums To Image Picker (#156)Husam Salhab
* add favorites, recent, portraits, and screenshots * add UserLibrary
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-289] Fix Moments Comments (#155)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * minor fixes * fix serializer json changes * remove redundant type
2020-12-29Made another PR and added code to solve the same purpose as in #152 (#153)Tanmay Bhatia
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-22[TMA-447] Natural Transitions (#145)Ivan Chen
* edit profile text now is back to black * changed default style to card and added custom modal transitions * resolved linter error
2020-12-22added default values (#147)Ivan Chen
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