File tree Expand file tree Collapse file tree
src/api/v2/credits-admin/handlers/admin-page Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments