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
2,611 contributions in the last year
Activity overview
Contribution activity
December 1, 2020
November 2020
Created 113 commits in 4 repositories
Created a pull request in marmelab/react-admin that received 2 comments
Fix usePermissions always triggers a re-render even though the permissions are unchanged
Problem
All react-admin routes (list, edit, create, etc) are wrapped by WithPermissions. This component renders the page content optimistically wit…
Opened 24 other pull requests in 1 repository
marmelab/react-admin
24
merged
- Fix optimized Datagrid freezes when using Expand
- Disable ripple effect
- [Doc] Fix create and edit controller usage documentation
- Fix ReferenceField doesn't accept the emptyText prop
- Fix logout causes error in useGetList
- Fix missing Roboto font in e-commerce demo
- Revert "Fix Loading route missing theme with LoadingPage"
- [Doc] Fix link formatting in "Writing your own input" documentation
- Fix variant and margin prop on an input have no effect inside a Filter form
- [Doc] Improve List chapter screenshots and cross-links
- Fix `<Admin history>` prop injection documentation misses package version constraint
- Fix useDataProvider throws options is undefined error when called without arguments
- Fix setImmediate is not defined error
- [Doc] Fix search input is not visible enough
- Change RecordContext in Reference elements
- [Doc] Improve Auth Provider chapter
- Update the ResourceContext to store a scalar instead of an object
- Fix EmailField with target prop fails TypeScript compilation
- Fix crash when navigating away during undo period
- Add ability to infer field type from data
- Fix error when using withDataProvider without options argument
- Prepare 3.10 release: Merge next to master
- Fix layout component type
- [Demo] use stepper for customer actions
Reviewed 33 pull requests in 2 repositories
marmelab/react-admin 32 pull requests
- Make SaveContext provides access to side effects
- Fix data-generator avatars
- Fix warning about deprecated prop in useCreateController
- Export SimpleFormIteratorProps interface
- Fix FilterListItem doesn't accept object values
- Move control of sidebar width to its menu child
- [Doc] Remove suggestion of children in Admin's ready example
- Fix ra-data-simple-rest delete headers
- Fix Loading route missing theme with LoadingPage
- Fix Loading route missing theme with LoadingPage
- Fix typos in Theming doc
- Add link to JSON field and input
- [Doc] Update tutorial link
- [Doc] Fix sample REST translation of dataProvider calls in Tutorial
- [Doc] Fix sample REST translation of dataProvider calls in Data Providers documentation
- [Doc] Fix SimpleList properties table is too small
- Fix Views Types
- Fix useReferenceInputController sorting
- Use React 17 in examples to make sure react-admin works with this version
- Improve some docs anchors visibility
- [Doc] Added missing Datagrid css rules
- Added ra-compact-ui to ecosystem docs
- Editing code examples errors and typos
- Fix options prop not being injected to View elements
- [Doc] Fix typos
- Some pull request reviews not shown.
marmelab/checkoid 1 pull request
Created an issue in marmelab/react-admin that received 1 comment
Remove Button Ripple in default theme to boost perf
Problem On complex pages (e.g. a datagrid with 100+ rows and several buttons per row), each render takes several seconds. When profiling with Chrom…