aboutsummaryrefslogtreecommitdiff
path: root/src/screens/main
AgeCommit message (Collapse)Author
2021-07-27LintIvan Chen
2021-07-27Remove promptIvan Chen
2021-07-23Add package to set badge icon, Reset badge iconShravya Ramesh
2021-06-22Fix lint errorsShravya Ramesh
2021-06-11Organize importsGeorge Rusu
2021-06-11Replace index k with new unique keyGeorge Rusu
2021-05-24Fix yarn lint issuesShravya Ramesh
2021-05-14moved user from contacts code to legacyShravya Ramesh
2021-05-07Merge pull request #407 from brian-tagg/newFeatureMessagingIvan Chen
[TMA-837] New feature messaging
2021-05-07Changes to make messaging update top notificationbrian-tagg
2021-05-03tma-822-base UI changesankit-thanekar007
2021-05-03tma-822-base changesankit-thanekar007
2021-04-20lintedIvan Chen
2021-04-07fixed padding of invite friends in notification screenIvan Chen
2021-03-30Merge branch 'master' into tma718-move-invite-friendsShravya Ramesh
2021-03-29moved invite friends icon to notificationsShravya Ramesh
2021-03-29continuedShravya Ramesh
2021-03-19doneShravya Ramesh
2021-03-19UAT bug fixes'ankit-thanekar007
2021-03-16PR Bug fixesankit-thanekar007
2021-03-15TMA 643: FR changesankit-thanekar007
2021-03-15TMA 643 Added Hide Imageankit-thanekar007
2021-03-15Added expansionankit-thanekar007
2021-03-15TMA 643 Footer addedankit-thanekar007
2021-03-15TMA-643-Friend requests added, need to add section of 5ankit-thanekar007
2021-03-15TMA-697 Bug fixesankit-thanekar007
2021-03-04added tabs bar gradient that was missing for a long long timeIvan Chen
2021-03-04changed background to white, cleaned up code, show SP notificationIvan Chen
2021-02-26Statusbar issueankit-thanekar007
2021-02-17restyles accept/reject buttons and headingsShravya Ramesh
2021-02-15TMA-551: PR updatesankit-thanekar007
2021-02-15TMA-551: PR updatesankit-thanekar007
2021-02-15SignedCommit Changesankit-thanekar007
2021-02-15changes in style variableankit-thanekar007
2021-02-15notification view variable changesankit-thanekar007
2021-02-15notification view changesankit-thanekar007
2021-02-08changed status bar from default to blackShravya Ramesh
2021-02-04Clean refactoring for comment notificationsAshm Walia
2021-01-29kind of worksAshm Walia
2021-01-19moreAshm Walia
2021-01-19DoneAshm Walia
2021-01-15not fetching data in child componentIvan Chen
2021-01-15fixed some bugsIvan Chen
2021-01-15styling changeIvan Chen
2021-01-14created navigation to comment from notification (#184)Ivan Chen
2021-01-05added logic to hide empty categories (#164)Ivan Chen
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-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-08-10[TMA-160] Search Page Suggestions ("Explore") UI (#30)Leon Jiang
* Fix require cycle in Checkpoint.tsx * Create file structure for search * Add react-native-vector-icons to project * Create search page UI * Create search page UI * [TMA-65] Onboarding Link Social Media UI (#29) * Basic setup for SocialMediaLinker component * Added social media icons * Displayed 3 main social components * Layout components in a row * Added base Show More/Less button * Display all 9 socials with Show More button * Added different font colors for each linker * Realized that the check doesn't replace the text * Added type-checking to some constants * Updated state name * Fixed Checkpoint.tsx merge issue * Removed unnecessary path element * Fixed type issues on Verification.tsx * Create file structure for search * Add react-native-vector-icons to project * Create search page UI * Replace avatars with image placeholder * Add search bar placeholder Co-authored-by: Justin Shillingford <jgs272@cornell.edu>
2020-08-10[TMA-65] Onboarding Link Social Media UI (#29)Justin Shillingford
* Basic setup for SocialMediaLinker component * Added social media icons * Displayed 3 main social components * Layout components in a row * Added base Show More/Less button * Display all 9 socials with Show More button * Added different font colors for each linker * Realized that the check doesn't replace the text * Added type-checking to some constants * Updated state name * Fixed Checkpoint.tsx merge issue * Removed unnecessary path element * Fixed type issues on Verification.tsx