Merge pull request #9607 from ToolJet/release/templates-1.2

Release/templates 1.2
This commit is contained in:
Sherfin Shamsudeen 2024-05-06 17:04:46 +05:30 committed by GitHub
commit 2e504054d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 125999 additions and 16 deletions

View file

@ -1,2 +1 @@
2.40.0
2.41.0

View file

@ -1 +1 @@
2.40.0
2.41.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View file

@ -4,11 +4,13 @@ import FolderList from '@/_ui/FolderList/FolderList';
const categoryTitles = {
all: 'All categories',
'customer-support': 'Customer support',
'data-and-analytics': 'Data and analytics',
'developer-utilities': 'Developer utilities',
'financial-services': 'Financial services',
'human-resources': 'Human resources',
operations: 'Operations',
'product-management': 'Product management',
'sales-and-marketing': 'Sales and marketing',
utilities: 'Utilities',
};
export default function Categories(props) {

View file

@ -1 +1 @@
2.40.0
2.41.0

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
{
"name": "Admin Panel (ToolJet Database)",
"description": "Effortlessly manage your databases with our intuitive TJDB admin panel, designed for optimal control and efficiency.",
"widgets": [
"Table"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "admin-panel-tooljet-db",
"category": "developer-utilities"
}

View file

@ -12,5 +12,5 @@
}
],
"id": "aws-s3-file-explorer",
"category": "utilities"
"category": "developer-utilities"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,15 @@
{
"name": "Bill of materials",
"description": "Accurately plan, track, and manage your material requirements with our streamlined Bill of Materials solution.",
"widgets": [
"Table"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
}
],
"id": "bill-of-materials",
"category": "operations"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
{
"name": "Business intelligence dashboard (PostgreSQL)",
"description": "Gain valuable insights and make data-driven decisions with our powerful business intelligence dashboard.",
"widgets": [
"Chart"
],
"sources": [
{
"name": "PostgreSQL",
"id": "postgresql"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "business-intelligence-dashboard-postgresql",
"category": "data-and-analytics"
}

View file

@ -11,5 +11,5 @@
}
],
"id": "colour-palette-generator",
"category": "utilities"
"category": "developer-utilities"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
{
"name": "Digital marketing campaign manager",
"description": "Plan, execute, and analyze your digital marketing campaigns with precision using our comprehensive UTM campaign manager.",
"widgets": [
"Table"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "digital-marketing-campaign-manager",
"category": "sales-and-marketing"
}

View file

@ -12,5 +12,5 @@
}
],
"id": "expense-tracker-admin",
"category": "operations"
"category": "human-resources"
}

View file

@ -12,5 +12,5 @@
}
],
"id": "expense-tracker-portal",
"category": "operations"
"category": "human-resources"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
{
"name": "Finance underwriting - Admin",
"description": "Efficiently evaluate and approve financial applications with our robust underwriting admin platform.",
"widgets": [
"Table"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "finance-underwriting-admin",
"category": "financial-services"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,15 @@
{
"name": "Finance underwriting - User form",
"description": "Apply for financial services seamlessly with our user-friendly underwriting form.",
"widgets": [
"Container"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
}
],
"id": "finance-underwriting-user-form",
"category": "financial-services"
}

View file

@ -12,5 +12,5 @@
}
],
"id": "google-cloud-storage-explorer",
"category": "utilities"
"category": "developer-utilities"
}

View file

@ -11,5 +11,5 @@
}
],
"id": "image-converter",
"category": "utilities"
"category": "developer-utilities"
}

View file

@ -12,5 +12,5 @@
}
],
"id": "kpi-management-dashboard-airtable",
"category": "operations"
"category": "data-and-analytics"
}

View file

@ -12,5 +12,5 @@
}
],
"id": "kpi-management-dashboard-tooljet-db",
"category": "operations"
"category": "data-and-analytics"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,15 @@
{
"name": "Lorem ipsum generator",
"description": "Generate placeholder text instantly for your design projects with our user-friendly lorem ipsum generator.",
"widgets": [
"Container"
],
"sources": [
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "lorem-ipsum-generator",
"category": "developer-utilities"
}

View file

@ -11,5 +11,5 @@
}
],
"id": "mortgage-calculator",
"category": "operations"
"category": "financial-services"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
{
"name": "PostgreSQL database explorer",
"description": "Navigate, explore, and manage PostgreSQL tables seamlessly with our user-friendly database explorer.",
"widgets": [
"Table"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "postgresql-database-explorer",
"category": "developer-utilities"
}

View file

@ -12,5 +12,5 @@
}
],
"id": "sales-analytics-dashboard-snowflake",
"category": "sales-and-marketing"
"category": "data-and-analytics"
}

View file

@ -12,5 +12,5 @@
}
],
"id": "sales-analytics-dashboard-tooljet-db",
"category": "sales-and-marketing"
"category": "data-and-analytics"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,15 @@
{
"name": "Simple marketplace - Admin",
"description": "Take complete control of your online marketplace with our comprehensive admin interface.",
"widgets": [
"Listview"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
}
],
"id": "simple-marketplace-admin",
"category": "operations"
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,15 @@
{
"name": "Simple marketplace",
"description": "Discover a world of products and enjoy a seamless internal shopping experience on our user-friendly marketplace.",
"widgets": [
"Listview"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
}
],
"id": "simple-marketplace",
"category": "operations"
}