-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor(Database Browser): Table performance improvements #1241
Merged
davimacedo
merged 12 commits into
parse-community:master
from
douglasmuraoka:fix_browser_table_perf_impr
Aug 29, 2019
Merged
refactor(Database Browser): Table performance improvements #1241
davimacedo
merged 12 commits into
parse-community:master
from
douglasmuraoka:fix_browser_table_perf_impr
Aug 29, 2019
Conversation
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
I noticed that sometimes I can’t scroll pass two-three pages if I go really fast. That includes using arrow keys |
@dplewis could you please take a look again? |
davimacedo
approved these changes
Aug 29, 2019
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.
It looks good to me! LGTM!
beiguancyc
pushed a commit
to beiguancyc/parse-dashboard
that referenced
this pull request
Sep 10, 2019
* commit '54ce71875033d8c3309d4f18090ac8336795d4de': (54 commits) 2.0.1 (parse-community#1264) 2.0.0 (parse-community#1263) Update cross-env to the latest version 🚀 (parse-community#1262) Update query-string to the latest version 🚀 (parse-community#1261) Update path-to-regexp to the latest version 🚀 (parse-community#1260) Update sass-loader to the latest version 🚀 (parse-community#1254) fix(Database Browser): Cell edit not updating partial view (parse-community#1255) Update eslint to the latest version 🚀 (parse-community#1259) Update commander to the latest version 🚀 (parse-community#1257) Update eslint-plugin-jest to the latest version 🚀 (parse-community#1256) Update graphql to the latest version 🚀 (parse-community#1253) refactor(Database Browser): Table performance improvements (parse-community#1241) Update parse to the latest version 🚀 (parse-community#1252) Update webpack to the latest version 🚀 (parse-community#1251) build(deps): bump eslint-utils from 1.4.0 to 1.4.2 (parse-community#1249) Update babel-eslint to the latest version 🚀 (parse-community#1245) fix: Avoid filter tab disappears on apply filter (parse-community#1229) Update graphql to the latest version 🚀 (parse-community#1243) Update graphql to the latest version 🚀 (parse-community#1242) Update graphql to the latest version 🚀 (parse-community#1240) ... # Conflicts: # package-lock.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improves the general performance of the
Browser
component and its nested components, in order to provide a smoother experience.Browser
component initialization has become faster.