23c568ae897284b4fe4bd08c78ef0198bd86e969
- QuotaBar.vue: new sidebar quota widget — onMounted calls authStore.fetchQuota(); computed pct/barColor/labelColor/label from authStore.quota; color thresholds <80% indigo-500, 80-95% amber-500, >=95% red-500; skeleton loading state (animate-pulse); hides on loadFailed (v-if); role=progressbar with aria-valuenow/aria-valuemin/aria-valuemax/aria-label - AppSidebar.vue: import QuotaBar; insert <QuotaBar /> between </nav> and settings footer div - Frontend build exits 0 (verified)
Description
No description provided
Languages
Python
65.7%
Vue
22.8%
JavaScript
11.3%