mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
CE-875 - update qqq-fmd to build from this story; set some widgets to use MaterialDashboardIconRoleNames.TOP_RIGHT_INSIDE_CARD
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
<dependency>
|
||||
<groupId>com.kingsrook.qqq</groupId>
|
||||
<artifactId>qqq-frontend-material-dashboard</artifactId>
|
||||
<version>0.20.0-20240219.210012-18</version>
|
||||
<version>feature-CE-876-develop-missing-widget-types-20240221.011827-1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
|
@ -66,7 +66,7 @@ public class SampleBigNumberBlocksWidgetMetaDataProducer extends MetaDataProduce
|
||||
.withLabel("Big Number Blocks")
|
||||
.withTooltip("This is a sample of a widget using Big Number Blocks")
|
||||
.withShowReloadButton(false)
|
||||
.withIcon(MaterialDashboardIconRoleNames.TOP_RIGHT_INSIDE_CARD, new QIcon("blocks").withColor("skyblue"))
|
||||
.withIcon(MaterialDashboardIconRoleNames.TOP_LEFT_INSIDE_CARD, new QIcon("blocks").withColor("skyblue"))
|
||||
.withCodeReference(new QCodeReference(SampleBigNumberBlocksWidgetRenderer.class));
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class SampleStackedBarChartWidgetMetaDataProducer extends MetaDataProduce
|
||||
.withLabel("Stacked Bar Chart")
|
||||
.withTooltip("This is a sample of a stacked bar chart")
|
||||
.withShowReloadButton(true)
|
||||
.withIcon(MaterialDashboardIconRoleNames.TOP_RIGHT_INSIDE_CARD, new QIcon("new_releases").withColor("#6BA47D"))
|
||||
.withIcon(MaterialDashboardIconRoleNames.TOP_LEFT_INSIDE_CARD, new QIcon("new_releases").withColor("#6BA47D"))
|
||||
.withCodeReference(new QCodeReference(SampleStackedBarChartRenderer.class));
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,7 @@ public class SampleStatisticsWidgetMetaDataProducer extends MetaDataProducer<QWi
|
||||
.withLabel("Statistics")
|
||||
.withTooltip("This is a sample of a statistics widget")
|
||||
.withShowReloadButton(false)
|
||||
.withIcon(MaterialDashboardIconRoleNames.TOP_RIGHT_INSIDE_CARD, new QIcon("assessment").withColor("#0061FF"))
|
||||
.withIcon(MaterialDashboardIconRoleNames.TOP_LEFT_INSIDE_CARD, new QIcon("assessment").withColor("#0061FF"))
|
||||
.withCodeReference(new QCodeReference(SampleStatisticsWidgetRenderer.class));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user