aboutsummaryrefslogtreecommitdiff
path: root/src/utils/index.ts
AgeCommit message (Collapse)Author
2021-07-13Extremely rough workingBrian Kim
2021-04-09Added a function to utils to connect a chat userShravya Ramesh
2021-03-10Refactor utilsLeon Jiang
2021-01-29full screen; with button; needs refresh&alignment;Shravya Ramesh
2021-01-21merged utils to just layoutsIvan Chen
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
2020-11-10[TMA - 388] Block Users (Frontend) (#115)Ashm Walia
* initial * Final * sc * sc * sall change * Remove follow button when blocked * Small change * small changes again
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-08-05[TMA-122] User Profile Screen UI (#27)Leon Jiang
* Fix yarn lint issues * Add react-native-svg to project * Create UserType & PostType * Create temporary Post component * Fix import cycle warning, update AuthContext * Update onboarding screen imports * Update config files * Add rn-fetch-blob package * Update types * Add profile fetching to AuthContext * Update post component * Import placeholder images from designs * Add profile UI components * Create screen offset constants * Add new api endpoints * Create screen layout utils * Create Profile screen UI * Remove some unused styling * Restructure ProfileScreen and fix animations * Add gradient back to screen * Update Moment circle styling