Compare commits
9
Commits
0_1
...
bernie_anpassung
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3005079690 | ||
|
|
3168c4ac01 | ||
|
|
d6e186a7ed | ||
|
|
76ebf3b364 | ||
|
|
cb41745f0d | ||
|
|
5b51fd3c24 | ||
|
|
d32cbfda38 | ||
|
|
1241eba57d | ||
|
|
e39fba9ebc |
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user