Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feed list. Share with params for each feed item (#36)
* Feed list. Share with params for each feed item * Video Player Component (#37) * Video Player Component Fixes #24 * fixed video and poster contain, volume control * custom nute/unmute button for video * adjust lint rules (#38) * Session Page (#39) * Session Page Fixes #30 * update icon color on dark mode * added paddings, text contrasts and image fixes * Filter Modal (#43) * Filter Modal Fixes #20 * added ability to select multiple filters * modal bottom padding * update type safety * updated modal height constants * Feat sessions screen (#44) * first bad batch * make initial commit * make initial commit * [feat] : add icon switch * [feat] : make initial commit * [feat] : change color to rgba * [remove] : unused component * [feat] : use new StyledSwitch component * [enhancement] : use new StyledSwitch component * [feat] : add more tests * [feat] : renders different cards based on props * [feat] : add SessionsListVertical for Sessions screen * [feat] : cater for SessionsListCard * [feat] : show speakers * make initial commit * [fix] : passing correct data type * [enhancement] : add index to flatlist ItemSeparatorComponent props * [enhancement] : separate renderItemSeparator * [feat] : add helper function for time * [enhancement] : list card component styling * [feat] : add functions to toggle view * [fix] : some inconsistencies * [feat] : add getScheduleTimeAndLocation function * [feat] : add IDateForDayButton interface * [fix] : render item separator together with SessionCard * [enhancement]: use new helper functions * [enhancement] : change TouchableOpacity to TouchableWithoutFeedback * [feat] : add handlePress function * [feat] : show dates from schedule data * [enhancement] : fine tune sessions * [feat] : add bottom margin * [enhancement] : fine tune session card content * [fix]: order of showing labels * [feat] : add show mysessions functionality * [enhancement] : styledSwitch width and height * [feat] : edit marginHorizontal * [fix] : tests * [fix] : revert color in theme and remove comments * Update app/(app)/home/sessions.tsx Suggestion by @kharioki to change iconSwitch label based on showsBookmarked state Co-authored-by: Tony Kharioki <[email protected]> * [feat] : add line to make validate command run * [fix] : change avatar img border color * [fix] : prettier styling * [enhancement] : set dates directly * [feat] : set isActive false so that button isn't disabled * [feat] : add route link to speaker screen when you tap on speaker avatar * [enhancement] : types for different variations of the card * [fix] : remove unused function declaration * [fix] : add screen property to SessionCard * [fix] : handle scenarios where room is undefined * - Remove the string type infering on getSuffixForDate helper function - Make session card disabled when session url is empty * [fix] : add functionality to handle scenarios theres no sessions * [enhancement] : changing timing function to spring function and destructure switchAnimation * [fix] : remove type assertions on room * [fix] : how room is rendered * [enhancement] : use expo Link instead of router * [enhancement] : change pathname to dynamic [speaker] file * [enhancement] : pass speaker instead of the whole speaker object * [fix] : add room label --------- Co-authored-by: Tony Kharioki <[email protected]> * Speakers Page and <SpeakerCard /> (#45) * Speakers Page and <SpeakerCard /> Fixes #23 * resolved centered text, abstracted function * About Page (#46) * About Page Fixes #21 * [feat] : add organizingTeam mock data * [fix] : OrganizingTeam data * [refactor] : use content from OrganizingTeam mock data * [enhancement] : filter organizers to individuals only * routing to speaker page * refactor organizer cards * fixed device width on android * use local asset for about page * optimize virtualized list * testing flashlist * [fix] : remove placeholder --------- Co-authored-by: brianwachira <[email protected]> * Upgrade to Expo SDK 49 (#50) * [chore]: setting up the SplashScreen (#48) * [chore]: setting up the SplashScreen * [chore]: splash.png image * [chore]: splash.png image * [fix]: added the .idea/ folder to .gitignore * [chore]: splash.png image * Delete .idea directory * [chore]: made SplashScreen.preventAutoHideAsync() be a global scope * [chore]: fix prettier issues in app.json * [fix]: test not running * [chore]: fixing issues on my branch * [chore]: fixing issues on my branch * Delete android directory * Update .gitignore * updated .gitignore --------- Co-authored-by: Tony Kharioki <[email protected]> * Feature/feedback page (#47) * [enhancement]: add placeholder color and type * [feat] disable default header, use header in page * Feedback banner svg component * FeedBack page initial markup and styles * feat: inital modal setup * [chore]: confetti asset * add extra styles and types - feedback input border color - feedback header background color * add Feedback Banner Svg * [feat]: add feedback button component * [feat]: Feedback Rating button test * [feat]: add Feedback page component * [feat]: add feedback modal. * [fix] move submit button to component * [fix] move back button to component * [feat] add onSelected styling * [fix] move pressables to components * [fix] use correct padding size * [fix] use corrct text size * [fix] use space component to add spacing * [fix] add onSelected prop * [chore] style cleanup and refactor * [feat] add test for button components - BackNavigationButton - SubmitFeedbackButton * [refactor] add onselected prop * [fix] use expo image component * [fix] change styling to camelcase * [fix] use stack screen header component * [feat] add modal tint * [feat] add Banner Images * [fix] use image background component * [fix] improve styling and add image properties * [chore] * fixed feedback page imagebackground --------- Co-authored-by: Tony Kharioki <[email protected]> * Feed list. Share with params for each feed item * merge fix * feedlist fixes * packages * bottomsheet snappoints * type fix * order recent first * resolved fixes --------- Co-authored-by: Tony Kharioki <[email protected]> Co-authored-by: Antony Sande <[email protected]> Co-authored-by: brianwachira <[email protected]> Co-authored-by: Amos Nyaburi <[email protected]> Co-authored-by: George <[email protected]>
- Loading branch information