- Nancy, France
- https://marmelab.com/
Block or Report
Block or report fzaninotto
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
marmelab/react-admin Public
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
-
-
marmelab/json-graphql-server Public
Get a full fake GraphQL API with zero coding in less than 30 seconds.
-
CodeFlower Public
Source code visualization utility written in JavaScript with d3.js. Does your code look beautiful?
2,474 contributions in the last year
Activity overview
Contribution activity
February 2022
Created 24 commits in 3 repositories
Created a pull request in marmelab/react-admin that received 5 comments
[BC Break] Retire redux
Remove <Admin customReducers>
Remove <Admin initialState>
Do not create a Redux <Provider> in <Admin>
Remove dependencies on redux and react-r…
Opened 10 other pull requests in 1 repository
marmelab/react-admin
9
merged
1
closed
- Misc visual alignments
- Fix DateField show wrong date on negative time zones
- Add documentation about filter operators
- Update filter syntax to support operators
- Fix demo glitches
- Add SQLite data provider
- Fix DeleteButton does not appear in Datagrid
- Misc fixes v4
- Clarify Upgrade guide
- Document the change in custom form inputs in upgrade guide
Reviewed 48 pull requests in 3 repositories
marmelab/react-admin
34 pull requests
-
Fix prevent
CheckboxGroupInputfrom changing selected values type - Add CheckboxGroupInput stories
- Add BooleanInput stories
- Fix errors across all docs
- [4.0.0-alpha.3] Make DataProvider type generic over resource
- Avoid cloning elements in forms
- Add documentation about filter operators
- Avoid cloning elements in AppBar
- Allow prop "disabled" passed from filter to menuItem
-
[Doc] Fix
DateInputexample of format and parse with Date object as value - Fix BC break v4: useCreate and useUpdate can return a promise
-
Fix
FilterButtonthrows error if no filters are present - [Docs] Fix url link
- Fix pagination state when perPage changes
-
[4.0.0-alpha.3] Replace
classnameslibrary dependency withclsx - Avoid cloning element for optionText
- Avoid cloning in Title
- Introduce ChoicesContext
- Fix demo glitches
- Restore previous SaveButton to Avoid Button Responsive Behavior
- Avoid cloning elements in Create and Edit views
- Avoid cloning elements in ArrayField and ReferenceManyField views
- [4.0.0-alpa.3] Fix missing uses of useLocaleState over useLocale
- Avoid cloning elements in Authenticated
- Avoid cloning elements buttons
- Some pull request reviews not shown.
marmelab/Hex
12 pull requests
- Allow player to add stones on board
- Add graphical hexagonal board representation using HTML and CSS
- Update min accepted board size. Fix #11
- Feature serve simple board state in html
- Feature 9 implement mouse input in terminal
- Update readme
- Feature add white player
- Feature 3 implement win detection
- Feature 2 allow player to add black stones
- Feature 1 - Render a game state
- Feature 1 - Implements config file parsing
- Add game state interface
marmelab/FakeRest
2 pull requests
Created an issue in tannerlinsley/react-query that received 2 comments
useIsFetching renders too often
Describe the bug
I use useIsFetching to display a loading indicator. It is on if there is at least one pending query, off otherwise. The page conta…