diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-03 10:25:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 10:25:17 -0700 |
commit | 96280d5f1a24620fd12aa178027a12d81c052a34 (patch) | |
tree | dc8d4b04319383a9cddcf8a27213f29d98e878a1 /package.json | |
parent | 1211c353d0ef67f7a2d97e819dac488b14b73a08 (diff) | |
download | voidsky-96280d5f1a24620fd12aa178027a12d81c052a34.tar.zst |
Improve the profile preview with "swipe up to view" and local cache optimization (#1096)
* Update the ProfilePreview to use a swipe-up to navigate * Use the profile cache to optimize load performance * Hack to align the header in the profile preview against the screen view * Fix profiles cache logic to ensure cache is used * Fix dark mode on profile preview
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index fa5347b29..05b08b3da 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,7 @@ "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", "lodash.omit": "^4.5.0", + "lodash.once": "^4.1.1", "lodash.samplesize": "^4.2.0", "lodash.set": "^4.3.2", "lodash.shuffle": "^4.2.0", @@ -161,6 +162,7 @@ "@types/lodash.debounce": "^4.0.7", "@types/lodash.isequal": "^4.5.6", "@types/lodash.omit": "^4.5.7", + "@types/lodash.once": "^4.1.7", "@types/lodash.samplesize": "^4.2.7", "@types/lodash.set": "^4.3.7", "@types/lodash.shuffle": "^4.2.7", |