fix: use consistent text-body-1 text-disabled for timestamps
Replace custom text-caption span with the standard <p class="text-body-1 text-disabled mb-0"> pattern used across all other pages in the codebase. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -234,10 +234,10 @@ function confirmRevokeInvitation() {
|
|||||||
{{ organisation.billing_status.charAt(0).toUpperCase() + organisation.billing_status.slice(1) }}
|
{{ organisation.billing_status.charAt(0).toUpperCase() + organisation.billing_status.slice(1) }}
|
||||||
</VChip>
|
</VChip>
|
||||||
</div>
|
</div>
|
||||||
<span class="text-caption text-disabled">
|
<p class="text-body-1 text-disabled mb-0">
|
||||||
Aangemaakt op {{ formatDate(organisation.created_at) }}
|
Aangemaakt op {{ formatDate(organisation.created_at) }}
|
||||||
· Gewijzigd op {{ formatDate(organisation.updated_at) }}
|
· Gewijzigd op {{ formatDate(organisation.updated_at) }}
|
||||||
</span>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<VBtn
|
<VBtn
|
||||||
v-if="isOrgAdmin"
|
v-if="isOrgAdmin"
|
||||||
|
|||||||
@@ -252,10 +252,10 @@ function formatDate(iso: string): string {
|
|||||||
{{ org.billing_status_label ?? org.billing_status }}
|
{{ org.billing_status_label ?? org.billing_status }}
|
||||||
</VChip>
|
</VChip>
|
||||||
</div>
|
</div>
|
||||||
<span class="text-caption text-disabled">
|
<p class="text-body-1 text-disabled mb-0">
|
||||||
Aangemaakt op {{ formatDate(org.created_at) }}
|
Aangemaakt op {{ formatDate(org.created_at) }}
|
||||||
· Gewijzigd op {{ formatDate(org.updated_at) }}
|
· Gewijzigd op {{ formatDate(org.updated_at) }}
|
||||||
</span>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex gap-x-2">
|
<div class="d-flex gap-x-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user