diff --git a/application.json b/application.json index 7f0bfe7..eb4051d 100644 --- a/application.json +++ b/application.json @@ -1,7 +1,7 @@ { "appIsExample": false, "appLayout": { - "type": "FLUID" + "type": "DESKTOP" }, "applicationDetail": { "navigationSetting": { @@ -41,7 +41,7 @@ } ], "unpublishedAppLayout": { - "type": "FLUID" + "type": "DESKTOP" }, "unpublishedApplicationDetail": { "navigationSetting": { diff --git a/pages/Containers/Containers.json b/pages/Containers/Containers.json index 4fb82da..5ff4d24 100644 --- a/pages/Containers/Containers.json +++ b/pages/Containers/Containers.json @@ -7,7 +7,7 @@ { "dsl": { "backgroundColor": "none", - "bottomRow": 1160, + "bottomRow": 1800, "canExtend": true, "containerStyle": "none", "detachFromLayout": true, diff --git a/pages/Containers/queries/get_foss_items/metadata.json b/pages/Containers/queries/get_foss_items/metadata.json index 9943b19..ddad47b 100644 --- a/pages/Containers/queries/get_foss_items/metadata.json +++ b/pages/Containers/queries/get_foss_items/metadata.json @@ -30,7 +30,7 @@ "queryParameters": [ { "key": "fields", - "value": "id,name,website,repository,documentation,public_demo,target_market,copyright_license,certified,tested,p2p,standalone,description,category,categories" + "value": "id,name,website,repository,documentation,public_demo,target_market,copyright_license,certified,tested,p2p,standalone,description,category,categories,ts_sidecar_repo" } ], "timeoutInMillisecond": 10000 diff --git a/pages/Containers/widgets/Divider1.json b/pages/Containers/widgets/Divider1.json index d1978fa..f3f7b5f 100644 --- a/pages/Containers/widgets/Divider1.json +++ b/pages/Containers/widgets/Divider1.json @@ -1,6 +1,6 @@ { "animateLoading": true, - "bottomRow": 26, + "bottomRow": 24, "capSide": 0, "capType": "nc", "dividerColor": "#858282", @@ -16,8 +16,8 @@ "mobileTopRow": 24, "needsErrorInfo": false, "orientation": "horizontal", - "originalBottomRow": 26, - "originalTopRow": 22, + "originalBottomRow": 24, + "originalTopRow": 20, "parentColumnSpace": 13.6533203125, "parentId": "0", "parentRowSpace": 10, @@ -26,7 +26,7 @@ "rightColumn": 63, "strokeStyle": "solid", "thickness": 2, - "topRow": 22, + "topRow": 20, "type": "DIVIDER_WIDGET", "version": 1, "widgetId": "kmqxs9bbly", diff --git a/pages/Containers/widgets/Foss_List/Foss_Container/Foss_Navigation.json b/pages/Containers/widgets/Foss_List/Foss_Container/Foss_Navigation.json index 9a36293..02dfe43 100644 --- a/pages/Containers/widgets/Foss_List/Foss_Container/Foss_Navigation.json +++ b/pages/Containers/widgets/Foss_List/Foss_Container/Foss_Navigation.json @@ -79,7 +79,7 @@ "isVisible": true, "label": "DAM", "menuItems": {}, - "onClick": "{{navigateTo(currentItem.website, {}, 'NEW_WINDOW');}}", + "onClick": "{{navigateTo(currentItem.ts_sidecar_repo, {}, 'NEW_WINDOW');}}", "placement": "CENTER", "widgetId": "" }, diff --git a/pages/Containers/widgets/Foss_List/Foss_List.json b/pages/Containers/widgets/Foss_List/Foss_List.json index 27baad6..76532db 100644 --- a/pages/Containers/widgets/Foss_List/Foss_List.json +++ b/pages/Containers/widgets/Foss_List/Foss_List.json @@ -9,12 +9,12 @@ "animateLoading": true, "backgroundColor": "transparent", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 116, + "bottomRow": 180, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "children": [ { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 900, + "bottomRow": 1560, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": false, "containerStyle": "none", @@ -106,9 +106,9 @@ "mobileRightColumn": 34, "mobileTopRow": 11, "needsErrorInfo": false, - "originalBottomRow": 116, - "originalTopRow": 26, - "pageSize": 5, + "originalBottomRow": 180, + "originalTopRow": 24, + "pageSize": 10, "parentColumnSpace": 14.1875, "parentId": "0", "parentRowSpace": 10, @@ -119,7 +119,7 @@ "rightColumn": 64, "selectedItemView": "{{{}}}", "templateHeight": 160, - "topRow": 26, + "topRow": 24, "triggeredItemView": "{{{}}}", "type": "LIST_WIDGET_V2", "widgetId": "wkq3mw8fgo", diff --git a/pages/Containers/widgets/Header/Header.json b/pages/Containers/widgets/Header/Header.json index 4b189b2..b7ab822 100644 --- a/pages/Containers/widgets/Header/Header.json +++ b/pages/Containers/widgets/Header/Header.json @@ -4,7 +4,7 @@ "borderColor": "#E0DEDE", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderWidth": "1", - "bottomRow": 21, + "bottomRow": 20, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "children": [ { @@ -74,8 +74,8 @@ "mobileRightColumn": 10, "mobileTopRow": 1, "needsErrorInfo": false, - "originalBottomRow": 21, - "originalTopRow": 1, + "originalBottomRow": 20, + "originalTopRow": 0, "parentColumnSpace": 14.1875, "parentId": "0", "parentRowSpace": 10, @@ -83,7 +83,7 @@ "responsiveBehavior": "fill", "rightColumn": 63, "shouldScrollContents": true, - "topRow": 1, + "topRow": 0, "type": "CONTAINER_WIDGET", "version": 1, "widgetId": "qfdctpsgbq", diff --git a/pages/Containers/widgets/Modal1/Button1.json b/pages/Containers/widgets/Modal1/Button1.json new file mode 100644 index 0000000..77ba768 --- /dev/null +++ b/pages/Containers/widgets/Modal1/Button1.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 34, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonStyle": "PRIMARY", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "fr9tajzpdj", + "leftColumn": 47, + "minWidth": 120, + "mobileBottomRow": 22, + "mobileLeftColumn": 31, + "mobileRightColumn": 47, + "mobileTopRow": 18, + "needsErrorInfo": false, + "onClick": "{{closeModal(Modal1.name);}}", + "originalBottomRow": 34, + "originalTopRow": 30, + "parentId": "uol8fhdp7c", + "placement": "CENTER", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 63, + "text": "Close", + "topRow": 30, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "25k71cmwpb", + "widgetName": "Button1" +} \ No newline at end of file diff --git a/pages/Containers/widgets/Modal1/IconButton1.json b/pages/Containers/widgets/Modal1/IconButton1.json new file mode 100644 index 0000000..d502d49 --- /dev/null +++ b/pages/Containers/widgets/Modal1/IconButton1.json @@ -0,0 +1,44 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "TERTIARY", + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "iconName": "cross", + "iconSize": 24, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "xzv8ng75bz", + "leftColumn": 58, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 58, + "mobileRightColumn": 64, + "mobileTopRow": 0, + "needsErrorInfo": false, + "onClick": "{{closeModal(Modal1.name);}}", + "parentId": "uol8fhdp7c", + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 64, + "topRow": 0, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "2jjx66471t", + "widgetName": "IconButton1" +} \ No newline at end of file diff --git a/pages/Containers/widgets/Modal1/Modal1.json b/pages/Containers/widgets/Modal1/Modal1.json new file mode 100644 index 0000000..00ecaf6 --- /dev/null +++ b/pages/Containers/widgets/Modal1/Modal1.json @@ -0,0 +1,90 @@ +{ + "animateLoading": "true", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 36, + "boxShadow": "none", + "canEscapeKeyClose": true, + "canOutsideClickClose": true, + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 360, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": true, + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "flexLayers": [], + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "nri62di53f", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 240, + "minWidth": 450, + "mobileBottomRow": 240, + "mobileLeftColumn": 0, + "mobileRightColumn": 461.796875, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "qxteio7t7v", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 461.796875, + "shouldScrollContents": false, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "uol8fhdp7c", + "widgetName": "Canvas2" + } + ], + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicPropertyPathList": [ + { + "key": "animateLoading" + } + ], + "height": 360, + "isCanvas": true, + "isLoading": false, + "key": "t372hj8kdo", + "leftColumn": 41, + "maxDynamicHeight": 9000, + "minDynamicHeight": 24, + "minHeight": 360, + "mobileBottomRow": 113, + "mobileLeftColumn": 41, + "mobileRightColumn": 64, + "mobileTopRow": 89, + "needsErrorInfo": false, + "parentColumnSpace": 20.078125, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "rightColumn": 64, + "shouldScrollContents": true, + "topRow": 89, + "type": "MODAL_WIDGET", + "version": 2, + "widgetId": "qxteio7t7v", + "widgetName": "Modal1", + "width": 456 +} \ No newline at end of file diff --git a/pages/Containers/widgets/Modal1/Text1.json b/pages/Containers/widgets/Modal1/Text1.json new file mode 100644 index 0000000..beeab9d --- /dev/null +++ b/pages/Containers/widgets/Modal1/Text1.json @@ -0,0 +1,48 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 5, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.25rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "til68ls52j", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 5, + "mobileLeftColumn": 1, + "mobileRightColumn": 41, + "mobileTopRow": 1, + "needsErrorInfo": false, + "overflow": "NONE", + "parentId": "uol8fhdp7c", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 41, + "shouldTruncate": false, + "text": "Warning", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 1, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "rs8g80irhy", + "widgetName": "Text1" +} \ No newline at end of file diff --git a/pages/Containers/widgets/Modal1/Text1Copy.json b/pages/Containers/widgets/Modal1/Text1Copy.json new file mode 100644 index 0000000..0832c8b --- /dev/null +++ b/pages/Containers/widgets/Modal1/Text1Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 22, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.25rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "til68ls52j", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 5, + "mobileLeftColumn": 1, + "mobileRightColumn": 41, + "mobileTopRow": 1, + "needsErrorInfo": false, + "originalBottomRow": 22, + "originalTopRow": 6, + "overflow": "NONE", + "parentId": "uol8fhdp7c", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "shouldTruncate": false, + "text": "This site is under active development. Some links may be broken. Please feel free to open an issue over at the repo:\n\nhttps://gitea.damconsulting.llc/peskyadmin/appsmith-foss-library", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 6, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "44uisju1m9", + "widgetName": "Text1Copy" +} \ No newline at end of file