From 901186cbc79cc36e31c933c00f7ee46a77bf9b39 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Fri, 18 Jul 2025 03:30:29 +0000 Subject: [PATCH] Restore complete UsageLimitsSection functionality with detailed limits display - Restored proper section container with bg-slate-100 styling and accessibility attributes - Added FontAwesome spinner with proper ARIA labels for loading state - Restored detailed limits information showing claims/week, registrations/month, and images/week - Added proper pluralization and date formatting for reset timers - Enhanced button styling to match original design with slate gradient - Added activeDid, endorserLimits, and imageLimits props to component - Maintained comprehensive debugging for troubleshooting User #00 limits issue - Added readableDate helper method for consistent date formatting Fixes missing functionality that was lost during component extraction from AccountViewView. --- src/components/UsageLimitsSection.vue | 122 +++++++++++++++++++++++--- src/views/AccountViewView.vue | 41 +++++++++ 2 files changed, 153 insertions(+), 10 deletions(-) diff --git a/src/components/UsageLimitsSection.vue b/src/components/UsageLimitsSection.vue index 314d6f3f..bc82c8d1 100644 --- a/src/components/UsageLimitsSection.vue +++ b/src/components/UsageLimitsSection.vue @@ -1,14 +1,79 @@