about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-03 10:25:17 -0700
committerGitHub <noreply@github.com>2023-08-03 10:25:17 -0700
commit96280d5f1a24620fd12aa178027a12d81c052a34 (patch)
treedc8d4b04319383a9cddcf8a27213f29d98e878a1 /package.json
parent1211c353d0ef67f7a2d97e819dac488b14b73a08 (diff)
downloadvoidsky-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.json2
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",