-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Table] TruncatedFormat popover improvements and performance tuning f…
…or dev preview (#1624) * Add "SlowLayout". Make TruncatedFormat fast. Uses off-DOM canvas text measuring to avoid forced reflows. SlowLayout component allows us to highlight potential perf issues in the dev preview. * Add layout boundary isolation * PR comments. Fix tests * Use shorter string in test since linux has different fonts. Add text wrap to preview * Remove it.only * fix tests for real this time * Reverting canvas measuring. Keeping dev preview updates * new lint rules * more lint * coverage * revert utils and test changes. use for loop
- Loading branch information
1 parent
cb258a0
commit 78cb34e
Showing
5 changed files
with
315 additions
and
82 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
# Node | ||
node_modules | ||
npm-debug.log | ||
npm-debug.log* | ||
lerna-debug.log | ||
package-lock.json | ||
yarn-error.log | ||
|
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.
78cb34e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Table] TruncatedFormat popover improvements and performance tuning for dev preview (#1624)
Preview: documentation
Coverage: core | datetime