feat: implement rating summary service methods and integrate rating display components into the organization header and pending ratings page

This commit is contained in:
2026-07-22 12:13:50 -03:00
parent 383a5bc6b4
commit da3c3abb52
27 changed files with 1334 additions and 104 deletions
@@ -63,6 +63,15 @@
font-size: 16px;
font-weight: 700;
text-align: left;
margin: 0;
}
.serviceHeader {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
}
.selectableServiceItem p {
@@ -78,3 +87,11 @@
font-weight: 700;
text-align: right;
}
.selectableServiceItem > div {
margin-top: 10px;
}
.selectableServiceItem > .serviceHeader {
margin-top: 0;
}