aboutsummaryrefslogtreecommitdiff
path: root/src/utils/users.ts
AgeCommit message (Collapse)Author
2021-07-16Clean up codeBrian Kim
2021-07-15Initial changesBrian Kim
2021-06-10Add util function, Add logic for updating comment previewIvan Chen
2021-06-01Refactor to use action instead of util functionIvan Chen
2021-05-17Merge with masterBrian Kim
2021-05-13Revert "[TMA-844] Plus sign for profile and header in profile, ability to ↵Ivan Chen
add on the sc…"
2021-05-13Cleaned up code somewhatBrian Kim
2021-05-12Modularized as much as possibleBrian Kim
2021-05-07Merge branch 'master' into tma821-load-badges-faster-ftIvan Chen
# Conflicts: # src/utils/users.ts
2021-05-04fixed linter issueIvan Chen
2021-05-04added navigation to profileIvan Chen
2021-04-27func to call remove badge serv, dispatch actionShravya Ramesh
2021-04-27refactored avatarIvan Chen
2021-04-09removed chat client inside userloginShravya Ramesh
2021-04-09connecting user during loginShravya Ramesh
2021-03-29Logout changesankit-thanekar007
2021-03-29added commentsIvan Chen
2021-03-29updated helper function, cleaned up code, prevent friends navigationIvan Chen
2021-03-26show taggsbar, prevent taggsbar navigation on profile and SPIvan Chen
2021-03-24Merge branch 'master' into tma698-api-profileIvan Chen
# Conflicts: # src/components/search/SearchBar.tsx
2021-03-24async social loadIvan Chen
2021-03-24cleaned up logicIvan Chen
2021-03-23updated types, using api/profileIvan Chen
2021-03-18worksShravya Ramesh
2021-03-10Refactor utilsLeon Jiang
2021-03-10Add utils, fix ordering of recent searchesLeon Jiang
2021-03-08Fix duplicate stores of a categoryLeon Jiang
2021-03-08Create util for saving recently-searched categoriesLeon Jiang
2021-03-04TMA-663-Changes for empty viewankit-thanekar007
2021-03-03TMA-663-Updated Search initankit-thanekar007
2021-01-15DoneAshm Walia
2021-01-15fixesAshm Walia
2021-01-15friend requestShravya Ramesh
2021-01-13Fix (#180)Ashm Walia
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-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-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