@caius_kong/ccusage-dashboard 0.2.7 → 0.2.8
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/lib/index.html +2 -1
- package/package.json +1 -1
package/lib/index.html
CHANGED
|
@@ -109,8 +109,9 @@
|
|
|
109
109
|
<div class="panel"><h2>Models <span class="tot" id="modelSum"></span></h2><div id="modelList"><div class="empty">loading…</div></div></div>
|
|
110
110
|
|
|
111
111
|
<div class="panel" id="sessionsPanel">
|
|
112
|
-
<h2>Sessions
|
|
112
|
+
<h2>Sessions
|
|
113
113
|
<span class="pill" id="sessRange"></span>
|
|
114
|
+
<span class="tot" id="sessSum" style="margin-left:8px"></span>
|
|
114
115
|
</h2>
|
|
115
116
|
<div id="sessionsList"><div class="empty">loading…</div></div>
|
|
116
117
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caius_kong/ccusage-dashboard",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "One-command local dashboard for ccusage: today/week/month/custom cost by model, 30-day trend, monthly budget alert. Numbers straight from ccusage.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|