-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix performance issue on product datagrid (#4894)
* Debounce href on row, make all cell cursor pointer * Fix date cell * Remove img * Revert "Remove img" This reverts commit eb24ac7. * Imrpove thumbnail draw * Revert "Fix date cell" This reverts commit 265ead7. * Single date format * optimaze date with single format * Improve with all date formats * Add missing cursor pointer * Refactor datagrid row hover to hook * Add changeset * Improve changeset * Split row anchor logic * Refactor DateCell * wrap function in useRowAnchor into useCallback * Fix typo
- Loading branch information
Showing
15 changed files
with
355 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"saleor-dashboard": patch | ||
--- | ||
|
||
You can now hover over each row in product datagrid and hover effect will be fast and smooth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.