aboutsummaryrefslogtreecommitdiff
path: root/src/store/reducers
AgeCommit message (Collapse)Author
2021-07-22Rename util function, Pass video duration to caption screenIvan Chen
2021-06-01LintIvan Chen
2021-06-01Refactor to use action instead of util functionIvan Chen
2021-05-24Fix yarn lint issuesShravya Ramesh
2021-04-27Added badges to storeShravya Ramesh
2021-04-20lintedIvan Chen
2021-04-09removed chat client inside userloginShravya Ramesh
2021-04-09Added boolean for user connection statusShravya Ramesh
2021-03-29reset url in state after editing profileIvan Chen
2021-03-11removed unused store stateIvan Chen
2021-02-25TMA-634-indentation and unused variables removedankit-thanekar007
2021-02-23added sp image to store for profile preview, using React.memo to prevent UI ↵Ivan Chen
updates
2021-02-20check if onboarded, added header, loads current sp imageIvan Chen
2021-02-19Minor change for better understanding of codeShravya Ramesh
2021-02-12now using suggested_people_linked, moved things aroundIvan Chen
2021-02-11added onboarded flag to storeIvan Chen
2021-02-11Merge branch 'master' into tma641-animation-tutorialShravya Ramesh
2021-02-11Create thunk action + reducer to set new variableShravya Ramesh
2021-02-09added newVersionAvailable to store, added logic to request newest versionIvan Chen
2021-02-05checks if user already in friendlist before updateShravya Ramesh
2021-01-31Fixed commentsAshm Walia
2021-01-31FixedAshm Walia
2021-01-19DoneAshm Walia
2021-01-15DoneAshm Walia
2021-01-15fixesAshm Walia
2021-01-15friend requestShravya Ramesh
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-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-03[TMA - 459] - Fix for ghost image bug (#159)Ashm Walia
* Fixed * Fix
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-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-08[TMA-410] Edit Non-Integrated Socials (#126)Ivan Chen
* removed refs, added KB avoidance, UI done * missed some things * now parsing response correctly from backend * fixed naming * now allow empty strings to un-link a social * hide field if empty, allow empty string, fixed taggs bar not updating bug * Fix bug where non integrated socials do not show up on edit profile page Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
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