ToolJet/server/templates/customer-dashboard/manifest.json
Sherfin Shamsudeen 9b1b19e831
Feature/templated library apps (#1820)
* add launch icon

* Set categories for app templates

* Display button with dropdown for create new app

* Show modal when "create from template" is chosen

* Implement template selection modal category list

* Filter and list app templates based on selected category

* Display template screenshot on templates modal

* Align template screenshot vertically and horizontally centered

* Deploy template app when deploy button of template modal is clicked

* Display data sources in template preview

* Add search functionality to template modal

* Show "no results" if templates are not found

* Display category counts on template list

* Add styles for darkmode

* Dark mode style updates for template modal

* Add dark mode template screenshots

* Correct template screenshot proportion

* Change text on deploy button of template modal

* Remove links to apps and library from dashboard

* Remove library apps

* Remove unnecessary import of deleted component Library

* Show loading icon when template is being created

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
2022-01-15 08:07:05 +05:30

8 lines
303 B
JSON

{
"name": "Customer dashboard",
"description": "Display the list of customers on a table and signups on a chart using data from a PostgreSQL database.",
"widgets": ["Table", "Chart"],
"sources": [{"name": "PostgreSQL", "id": "postgresql"}],
"id": "customer-dashboard",
"category": "sales"
}