My Workspace
-
-
- Oversight
- {oversightUsers()?.length}
-
-
- {(user) => (
-
- )}
-
+ 0}>
+
+
+ Buckets
+ {store.subscribedBuckets.length}
+
+ store.subscribedBuckets.includes(b.id))}>
+ {(bucket) => (
+
+ )}
+
+
+
+ 0}>
+
+
+ Oversight
+ {oversightUsers()?.length}
+
+
+ {(user) => (
+
+ )}
+
+
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index 83c0f8a..d7cbe25 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -36,6 +36,11 @@ export const URGENCY_HOURS: Record