@beastmode-develeap/beastmode 0.1.291 → 0.1.293
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/web/board.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
</script>
|
|
17
17
|
<!--BOARD_DATA-->
|
|
18
|
-
<script>window.__BUILD_STAMP__ = "20260517-
|
|
18
|
+
<script>window.__BUILD_STAMP__ = "20260517-082511-56ac2d8";</script>
|
|
19
19
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
20
20
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
21
21
|
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
@@ -10982,13 +10982,11 @@ function CostsPage({ selectedProject }) {
|
|
|
10982
10982
|
.map(([cat, amount]) => ({ cat, amount }));
|
|
10983
10983
|
|
|
10984
10984
|
const categoryColors = {
|
|
10985
|
-
|
|
10986
|
-
|
|
10987
|
-
verify: '#f59e0b',
|
|
10988
|
-
review: '#8b5cf6',
|
|
10989
|
-
epic: '#ec4899',
|
|
10985
|
+
productive: '#10b981',
|
|
10986
|
+
retry: '#f59e0b',
|
|
10990
10987
|
heal: '#ef4444',
|
|
10991
|
-
|
|
10988
|
+
wasted_decomposition: '#8b5cf6',
|
|
10989
|
+
bug_gc_followup: '#ec4899',
|
|
10992
10990
|
mixed: 'var(--text-muted)',
|
|
10993
10991
|
};
|
|
10994
10992
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
56ac2d85d5fbac9e6b78b3effba5f4793a52036d
|
package/dist/web/build-stamp.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
20260517-
|
|
1
|
+
20260517-082511-56ac2d8
|