Skip to content

Commit c2aa741

Browse files
committed
test(credits-admin): finalize console rework suite
1 parent 3890152 commit c2aa741

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/api/v2/credits-admin/handlers/admin-page/console-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const consoleView = (): string => `
3030
<tbody></tbody>
3131
</table>
3232
</div>
33-
<div id="activity-empty" class="hidden" style="color:var(--muted);padding:12px">No admin activity yet.</div>
33+
<div id="activity-empty" class="hidden" style="color:var(--muted);padding:12px">No matching activity.</div>
3434
<button id="load-more" class="btn btn-secondary hidden" style="margin-top:12px">Load more</button>
3535
</section>
3636
</div>

src/api/v2/credits-admin/handlers/admin-page/styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const STYLES = `
4343
.spark { display:flex; align-items:flex-end; gap:2px; height:56px; }
4444
.spark .bar { flex:1 1 0; min-width:3px; min-height:2px; background:var(--brand); border-radius:2px 2px 0 0; }
4545
.card { background:var(--surface); border-radius:var(--radius); padding:16px; margin-bottom:14px; }
46+
.k { font-size:12px; color:var(--muted); margin-bottom:4px; }
4647
.toast { position:fixed; bottom:24px; right:24px; padding:12px 18px; border-radius:8px; color:#fff; opacity:0; transition:opacity .2s; pointer-events:none; }
4748
.toast.show { opacity:1; } .toast-success { background:var(--ok); } .toast-error { background:var(--bad); }
4849

0 commit comments

Comments
 (0)