diff --git a/open-isle-cli/src/views/ProfileView.vue b/open-isle-cli/src/views/ProfileView.vue
index 1dcf2862e..b40ff61ff 100644
--- a/open-isle-cli/src/views/ProfileView.vue
+++ b/open-isle-cli/src/views/ProfileView.vue
@@ -42,14 +42,45 @@
@@ -268,6 +299,29 @@ export default {
font-size: 20px;
font-weight: bold;
}
+.total-summary {
+ width: 100%;
+}
+.total-summary-content {
+ display: flex;
+ flex-direction: row;
+ gap: 20px;
+}
+.total-summary-item {
+ display: flex;
+ flex-direction: row;
+ gap: 10px;
+ align-items: center;
+ padding: 10px 0;
+}
+.total-summary-item-label {
+ font-size: 18px;
+ opacity: 0.7;
+}
+.total-summary-item-value {
+ font-size: 24px;
+ font-weight: bold;
+}
.summary-divider {
margin-top: 20px;
display: flex;
@@ -298,4 +352,11 @@ export default {
.timeline-link:hover {
text-decoration: underline;
}
+
+.summary-empty {
+ margin-top: 10px;
+ font-size: 14px;
+ opacity: 0.5;
+}
+
diff --git a/pom.xml b/pom.xml
index 46c55c8cc..8dc576f54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,25 @@
org.springframework.boot
spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+ 17
+ 17
+
+
+
+
+ org.projectlombok
+ lombok
+ 1.18.32
+
+
+
+