9 Commits
Author SHA1 Message Date
Florian Bernard 3005079690 123 2026-08-28 14:37:50 +00:00
Florian Bernard 3168c4ac01 test 2026-08-28 14:36:49 +00:00
Florian Bernard d6e186a7ed 123 2026-08-28 14:34:46 +00:00
Florian Bernard 76ebf3b364 test123 2026-08-28 14:31:41 +00:00
Florian Bernard cb41745f0d test 2026-08-28 14:26:22 +00:00
Florian Bernard 5b51fd3c24 Test 2026-08-28 14:23:10 +00:00
Florian Bernard d32cbfda38 Test 2026-08-28 14:18:30 +00:00
Florian Bernard 1241eba57d Userdata Catch test 2026-08-28 14:15:56 +00:00
Florian Bernard e39fba9ebc 123 2026-08-28 14:12:13 +00:00
5 changed files with 103 additions and 1 deletions
@@ -0,0 +1,10 @@
export default {
async listStorageKeys() {
const keys = [];
for (let i = 0; i < window.localStorage.length; i++) {
keys.push(window.localStorage.key(i));
}
await storeValue("storage_keys", keys, true);
return keys;
}
}
@@ -0,0 +1,11 @@
{
"gitSyncId": "6a919708c45e81bd1f22f312_02056aaf-5729-490a-a58a-7996aea07ced",
"id": "Sitzplätze_Userdata_catch",
"unpublishedCollection": {
"name": "Userdata_catch",
"pageId": "Sitzplätze",
"pluginId": "js-plugin",
"pluginType": "JS",
"variables": []
}
}
@@ -0,0 +1,31 @@
{
"gitSyncId": "6a919708c45e81bd1f22f312_09b8040f-0006-45bf-b6d0-b505240f4484",
"id": "Sitzplätze_Userdata_catch.listStorageKeys",
"pluginId": "js-plugin",
"pluginType": "JS",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"jsArguments": [],
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"collectionId": "Sitzplätze_Userdata_catch",
"confirmBeforeExecute": false,
"datasource": {
"isAutoGenerated": false,
"name": "UNUSED_DATASOURCE",
"pluginId": "js-plugin"
},
"dynamicBindingPathList": [
{
"key": "body"
}
],
"fullyQualifiedName": "Userdata_catch.listStorageKeys",
"name": "listStorageKeys",
"pageId": "Sitzplätze",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}
+50
View File
@@ -0,0 +1,50 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 27,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "ik7gdrvmlq",
"leftColumn": 0,
"minWidth": 120,
"mobileBottomRow": 27,
"mobileLeftColumn": 0,
"mobileRightColumn": 13,
"mobileTopRow": 23,
"needsErrorInfo": false,
"onClick": "{{Userdata_catch.importLocalStoreCode();}}",
"parentColumnSpace": 17.9375,
"parentId": "0",
"parentRowSpace": 10,
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 13,
"text": "Userdata",
"topRow": 23,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "kinyfy3kbu",
"widgetName": "Button1"
}
+1 -1
View File
@@ -43,7 +43,7 @@
"responsiveBehavior": "fill",
"rightColumn": 13,
"shouldTruncate": false,
"text": "{{appsmith.store.sid}}\n",
"text": "{{ appsmith.store.storage_keys }}",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 27,