Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
337 contributions in the last year
Activity overview
Contribution activity
December 1, 2020
November 2020
Created 1 commit in 1 repository
Created a pull request in vuetifyjs/vuetify that received 4 comments
poc: theme
Description Motivation and Context How Has This Been Tested? Markup: <template> <v-app> <foo/> <div> <div v-for="color in colors" :class="['box', `…
Reviewed 11 pull requests in 1 repository
vuetifyjs/vuetify 11 pull requests
- feat(VCalendar): update parser to return full category
- feat(VDataTable): Add shift key logic for multiple selection
- fix(VRating): add icon aria-label
- fix(VPagination): Add support for 0 totalVisible items
- feat(VWindow,VCarousel): **prev** and **next** slots
- feat(VSnackbar): keep snackbar open while mouseover
- feat(VDataTable): isMobile prop in scoped slots
- feat(VDatePicker): `show-adjacent-months` prop
- feat(VCalendar): add support for object categories
- feat(scroll): create composition functions
- fix(VBanner): remove bottom-border on outlined banner
Created an issue in contentful/contentful-management.js that received 2 comments
Incorrect Typescript definitions
createSpaceMembership on Space incorrectly requires a name property when it should be email
// CURRENT
space.createSpaceMembership({ admin: true, n…