Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DataGrid] Refactor state #412

Merged
merged 44 commits into from
Oct 26, 2020
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
af1df68
WIP state refactoring on pagination
dtassone Oct 7, 2020
9f89b01
fix merging issues
dtassone Oct 7, 2020
95434d5
WIP working on the rowsReducer and global state
dtassone Oct 8, 2020
153813f
fixes state refactoring finalizing api
dtassone Oct 10, 2020
a2ac04b
refactored grid reducer
dtassone Oct 13, 2020
3cbdb8d
fix issue with state and cleanup
dtassone Oct 13, 2020
6d26841
fix state and added sortedSelctor for viewport
dtassone Oct 13, 2020
aabf153
prettier
dtassone Oct 13, 2020
853198e
fix state virtualisation
dtassone Oct 15, 2020
84e77d5
small refactoring with selector
dtassone Oct 15, 2020
d874bae
rollback lint rules
dtassone Oct 15, 2020
5d3d8e3
remove options prop to useGridSelector
dtassone Oct 15, 2020
31c2a96
prettier
dtassone Oct 15, 2020
5220264
cleanup commented code
dtassone Oct 15, 2020
9359199
fix pagination and rendering issues
dtassone Oct 16, 2020
55d6d99
fix sorting and refactored hooks props
dtassone Oct 16, 2020
ed6a93e
Refactored useSorting to new gridState
dtassone Oct 20, 2020
a6c9bf2
rebased and fix issues
dtassone Oct 20, 2020
ed67afe
cleanup
dtassone Oct 20, 2020
e3d03a3
prettier
dtassone Oct 20, 2020
2817bf9
fix test
dtassone Oct 21, 2020
d847d5f
rebased
dtassone Oct 21, 2020
ae53a83
fix demo app
dtassone Oct 21, 2020
5b232d4
small refactoring on header item
dtassone Oct 21, 2020
091a07f
fix dependency cycle
dtassone Oct 21, 2020
19c4ede
fix index
dtassone Oct 21, 2020
ed328d3
prettier
dtassone Oct 21, 2020
e403bb3
removed unused fn
dtassone Oct 21, 2020
94140d8
fixing test
dtassone Oct 22, 2020
a344fba
small refactoringg
dtassone Oct 22, 2020
9bb2d3b
prettier
dtassone Oct 22, 2020
caa1398
perf improvements and keyboard refactoring
dtassone Oct 22, 2020
82ec871
improve perf and fix keyboard and test
dtassone Oct 23, 2020
77bcac0
move virtualisation folder
dtassone Oct 23, 2020
2f4586a
prettier
dtassone Oct 23, 2020
a4c6e47
refactor useComponents and useEvents
dtassone Oct 26, 2020
4de3fd9
yarn docs ts formatted
dtassone Oct 26, 2020
37e2f19
fix demos and issue with resizing
dtassone Oct 26, 2020
75ce9fc
fix types in doc
dtassone Oct 26, 2020
20e4a54
small fix prettier
dtassone Oct 26, 2020
30e7853
fix rows perf, and prettier
dtassone Oct 26, 2020
e0801e3
fix dependency array
dtassone Oct 26, 2020
bc93224
fix prettier
dtassone Oct 26, 2020
7466c49
restored rowIndex
dtassone Oct 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rollback lint rules
dtassone committed Oct 21, 2020
commit d874bae8b5d167391c5b4dd6154a1622a996d2c4
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -23,7 +23,5 @@ module.exports = {
'import/prefer-default-export': 'off',
// TODO
'no-restricted-imports': 'off',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': 'off',
},
};