From fbfe26ac02861879fbfead1bb6eb31638410ec7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20Colin?= Date: Mon, 17 Nov 2025 16:22:54 +0000 Subject: [PATCH] System generated commit, initial commit --- README.md | 11 +++++++++++ application.json | 13 +++++++++++++ metadata.json | 6 ++++++ pages/Page1/Page1.json | 32 ++++++++++++++++++++++++++++++++ theme.json | 5 +++++ 5 files changed, 67 insertions(+) create mode 100644 README.md create mode 100644 application.json create mode 100644 metadata.json create mode 100644 pages/Page1/Page1.json create mode 100644 theme.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf4eb31 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +![](https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_primary.png) + +This app is built using Appsmith. Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop components to build dashboards, write logic with JavaScript objects and connect to any API, database or GraphQL source. + +![](https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/images/integrations.png) + +### [Github](https://github.com/appsmithorg/appsmith) • [Docs](https://docs.appsmith.com/?utm_source=github&utm_medium=social&utm_content=appsmith_docs&utm_campaign=null&utm_term=appsmith_docs) • [Community](https://community.appsmith.com/) • [Tutorials](https://github.com/appsmithorg/appsmith/tree/update/readme#tutorials) • [Youtube](https://www.youtube.com/appsmith) • [Discord](https://discord.gg/rBTTVJp) + +##### You can visit the application using the below link + +###### [![](https://assets.appsmith.com/git-sync/Buttons.svg) ](http://localhost:8080/applications/691b46ce6a9b193a4593b288/pages/691b46ce6a9b193a4593b28a) [![](https://assets.appsmith.com/git-sync/Buttons2.svg)](http://localhost:8080/applications/691b46ce6a9b193a4593b288/pages/691b46ce6a9b193a4593b28a/edit) diff --git a/application.json b/application.json new file mode 100644 index 0000000..c8003ab --- /dev/null +++ b/application.json @@ -0,0 +1,13 @@ +{ + "appIsExample": false, + "applicationVersion": 2, + "collapseInvisibleWidgets": true, + "color": "#F5D1D1", + "evaluationVersion": 2, + "pages": [ + { + "id": "Page1", + "isDefault": true + } + ] +} \ No newline at end of file diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..45ad19b --- /dev/null +++ b/metadata.json @@ -0,0 +1,6 @@ +{ + "artifactJsonType": "APPLICATION", + "clientSchemaVersion": 2, + "fileFormatVersion": 5, + "serverSchemaVersion": 12 +} \ No newline at end of file diff --git a/pages/Page1/Page1.json b/pages/Page1/Page1.json new file mode 100644 index 0000000..1b13d53 --- /dev/null +++ b/pages/Page1/Page1.json @@ -0,0 +1,32 @@ +{ + "gitSyncId": "691b46ce6a9b193a4593b288_69ab4023-35ba-4a87-b74b-cde79a516e80", + "unpublishedPage": { + "layouts": [ + { + "dsl": { + "backgroundColor": "none", + "bottomRow": 5000, + "canExtend": true, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "leftColumn": 0, + "minHeight": 1292, + "parentColumnSpace": 1, + "parentRowSpace": 1, + "rightColumn": 4896, + "snapColumns": 64, + "snapRows": 124, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 94, + "widgetId": "0", + "widgetName": "MainContainer" + } + } + ], + "name": "Page1", + "slug": "page1" + } +} \ No newline at end of file diff --git a/theme.json b/theme.json new file mode 100644 index 0000000..245e0db --- /dev/null +++ b/theme.json @@ -0,0 +1,5 @@ +{ + "displayName": "Modern", + "isSystemTheme": true, + "name": "Default-New" +} \ No newline at end of file