aboutsummaryrefslogtreecommitdiff
path: root/src/assets/icons
AgeCommit message (Collapse)Author
2021-08-09Merge pull request #546 from shravyaramesh/tma983-new-category-selectionIvan Chen
[TMA-983] New Category Selection
2021-08-05Address issuesShravya Ramesh
2021-08-05Add new check iconShravya Ramesh
2021-07-23Add pause iconShravya Ramesh
2021-07-16Undo api, Update volume iconIvan Chen
2021-07-16Initial sidebarBrian Kim
2021-06-25Add assets for camera screenShravya Ramesh
2021-06-02Update icon assetsIvan Chen
2021-05-26Add icon and calculationBrian Kim
2021-05-21Merge branch 'master' into tma853-tag-selection-screenIvan Chen
# Conflicts: # src/components/common/index.ts # src/screens/profile/CaptionScreen.tsx
2021-05-21Add new assets for tag componentsShravya Ramesh
2021-05-18Messing around with captionscreenBrian Kim
2021-05-12Plus sign for profile and header in profile, ability to add on the screen, ↵Brian Kim
reloads screen, saved to database
2021-05-07Changes to make messaging update top notificationbrian-tagg
2021-04-19Read receipts and timestampsShravya Ramesh
2021-04-07added compose button assetIvan Chen
2021-03-29continuedShravya Ramesh
2021-03-29added new component for private accounts notif promptShravya Ramesh
2021-03-19doneShravya Ramesh
2021-03-18worksShravya Ramesh
2021-03-11done; except: update state on previous screen;Shravya Ramesh
2021-03-05styling, passing in title tooShravya Ramesh
2021-02-26assets, date picker default stringIvan Chen
2021-02-11Merge branch 'master' into tma255-taggs-barIvan Chen
# Conflicts: # src/components/common/SocialLinkModal.tsx
2021-02-09added taggs bar and white ringShravya Ramesh
2021-02-09refactored header stylesIvan Chen
# Conflicts: # src/components/common/FriendsButton.tsx # src/screens/profile/FriendsListScreen.tsx # src/screens/profile/MomentCommentsScreen.tsx
2021-02-05Merge pull request #218 from shravyaramesh/tma474-access-user-contactsIvan Chen
[TMA-474] Access user contacts
2021-02-05removed second pointShravya Ramesh
2021-02-03New screen to request permission to contactsShravya Ramesh
2021-01-25Add provision to show and hide repliesAshm Walia
2021-01-22finished styling the input boxIvan Chen
2021-01-21back arrow + minor stylingShravya Ramesh
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-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-05Done (#163)Ashm Walia
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-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-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 236] Comments PR (#64)Ashm Walia
* Added comments count and retrieve comments * Working draft * The one before cleanup * Finally * Added time icon and major refactoring * Small fix for social media taggs * Addressed review comments
2020-10-08[TMA-229] Moments Barebones (#50)Ivan Chen
* added react native svg transformation to support svg icons * finished moments barebones view * resolved a warning from the svg file