diff options
| author | 2023-06-13 12:21:26 +0200 | |
|---|---|---|
| committer | 2023-06-13 12:21:26 +0200 | |
| commit | 8fb5a7e7f8d4201590e709989e8f0627e800c147 (patch) | |
| tree | 2fb888f081584f33e198eadfcf218714c3824002 /web/source/yarn.lock | |
| parent | [docs] Made Advanced its own section (#1883) (diff) | |
| download | gotosocial-8fb5a7e7f8d4201590e709989e8f0627e800c147.tar.xz | |
[Frontend] Settings for profile fields (#1885)
* get max emoji size from instance settings
* expose (hardcoded) max amount of profile fields in instance api
* basic profile field setting
* fix profile field hook structure for updates
* *twirls mustache* fix ze tests
---------
Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
Diffstat (limited to 'web/source/yarn.lock')
| -rw-r--r-- | web/source/yarn.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/source/yarn.lock b/web/source/yarn.lock index 7a06633eb..f792f115a 100644 --- a/web/source/yarn.lock +++ b/web/source/yarn.lock @@ -4137,6 +4137,11 @@ object-keys@^1.1.1: resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== +object-to-formdata@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/object-to-formdata/-/object-to-formdata-4.4.2.tgz#f89013f90493c58cb5f6ab9f50b7aeec30745ea6" + integrity sha512-fu6UDjsqIfFUu/B3GXJ2IFnNAL/YbsC1PPzqDIFXcfkhdYjTD3K4zqhyD/lZ6+KdP9O/64YIPckIOiS5ouXwLA== + object.assign@^4.1.3, object.assign@^4.1.4: version "4.1.4" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" |
