Highlights
- Arctic Code Vault Contributor
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
3,116 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 87 commits in 5 repositories
Created 1 repository
- oliviertassinari/theFront-free JavaScript
Created a pull request in mui-org/material-ui-x that received 8 comments
[docs] DataGrid is in the lab
#568 (comment), same treatment that for the date picker. Twin with mui-org/material-ui#23643
Opened 42 other pull requests in 5 repositories
mui-org/material-ui
20
merged
6
open
1
closed
- [benchmark] Improve printed results
- [docs] Create React component to host json API pages
- Upgrade to argos-cli@0.3.1
- [docs] Remove unused abstraction
- [docs] Improve classes descriptions
- [docs] API pages i18n (#23214)
- [Autocomplete] Better isolate test case
- [core] Support React 17
- [benchmark] Update dependencies with latest
- [CHANGELOG] Prepare v5.0.0-alpha.17
- [core] Batch small changes
- [DatePicker] Found one prop that was renamed
- [docs] Improve format for system' demos
- [docs] Allow codesandbox deploy for demos in X
- [docs] DataGrid is in the lab
- [core] Batch small changes
- [test] Create chunks for Argos
- [CHANGELOG] Prepare v4.12.0
- [CHANGELOG] Prepare v5.0.0-alpha.16
- [docs] Cache next build dir
- [docs] Add docs for typography in system
- [docs] Improve formatting of the system
- [DatePicker] Skip flaky tests
- [core] Batch small changes
- [docs] Allow to host code in a different repo
- Some pull requests not shown.
mui-org/material-ui-x
9
merged
1
open
1
closed
- [core] Introduce a feature toggle
- [core] Update to Material-UI v4.11.1
- [docs] Enable codesandbox preview in PRs
- [docs] Improve documentation of next
- [test] Share karma setup
- [core] Batch small changes
- [test] Karma should fail if errors are thrown
- [docs] Fix links to GitHub
- [docs] Fix the Netlify proxy for localization of X
- [core] Dont need to fire resize
- [DataGrid] Avoid paint step
mnajdova/material-ui
1
closed
1
merged
argos-ci/argos-cli
1
merged
gevorgmakaryan/thefront-preview
1
merged
Reviewed 171 pull requests in 3 repositories
mui-org/material-ui 107 pull requests
- [system] Another round of perf improvements
- [system] Various perf gain experiments
- [system] Fix transform return value to support CSSObject
- [docs] Add settings panel to allow system mode
- [docs] Create React component to host json API pages
- [Autocomplete] Make highlight change work better
- [Box] Remove deprecated props
- [experimentalStyled] Make sx style fn optional
- [TextareaAutosize] Deprecate rowsMax->maxRows & rowsMin->minRows
- [Autocomplete] Better isolate test case
- [DateRangePicker] Allow same date selection
- [l10n] Translate 'more than' in pt locales
- [styles] Update mergeClasses types to more closely match its implementation
- [test] Misc improvements to experimental and browser test runner
- [system] Make borderRadius multiply a theme's design token
- [benchmark] Test styleFunctionSx vs. @styled-system/css
- [core] Remove unused classes
- [docs] Add filter to components section
- [Box] Fix TypeScript issue when component prop is used
- Bump playwright from 1.6.1 to 1.6.2
- [styles] Add support for TypeScript 4.1
- [system] Allow values to use shorter string when the prop name is contained in the value
- [test] Misc visual regression flakiness improvements
- [Icon] Allow customizing the 'material-icons' base class name
- [docs] Remove controlled Tooltip example in Slider
- Some pull request reviews not shown.
mui-org/material-ui-x 63 pull requests
- [DataGrid] Fix server-side pagination
- [DataGrid] Improve filters
- [docs] Clarify the purpose of x-grid-data-generator
- Bump webpack-cli from 3.3.12 to 4.2.0
- Bump copy-webpack-plugin from 6.3.0 to 6.3.2
- Bump typescript from 3.9.7 to 4.1.2
- Bump jss from 10.4.0 to 10.5.0
- Bump string-replace-loader from 2.3.0 to 3.0.1
- Bump rollup from 2.32.0 to 2.33.3
- Bump clipboard-copy from 3.2.0 to 4.0.1
- Bump stylelint from 13.7.2 to 13.8.0
- Bump markdown-to-jsx from 7.0.1 to 7.1.0
- Bump eslint from 7.13.0 to 7.14.0
- Bump @types/node from 14.14.7 to 14.14.9
- Bump @testing-library/react from 11.1.1 to 11.2.2
- Bump eslint-config-prettier from 6.11.0 to 6.15.0
- Bump prettier from 2.1.2 to 2.2.0
- [CHANGELOG] Prepare v4.0.0-alpha.10 release
- [DataGrid] First iteration on filtering, basic support
- [DataGrid] Add density picker
- [DataGrid] Reset sortedRows state on prop change
- [DataGrid] Fix autoHeight computation for custom headers and footers
- [DataGrid] Fix type definitions
- Bump postcss from 8.1.6 to 8.1.7
- Bump @types/puppeteer from 3.0.1 to 5.4.0
- Some pull request reviews not shown.
mnajdova/material-ui 1 pull request
Created an issue in mui-org/material-ui-x that received 6 comments
[DataGrid] Review on the filtering feature
This is a follow-up after #411. I have tried to list all the improvement opportunities we can potentially leverage. This is meant to polish the fea…