Build [v1.14.32]

This commit is contained in:
2026-04-26 14:45:54 +03:00
parent ba54820daa
commit cb1abe4d9c
11 changed files with 124 additions and 49 deletions

View File

@@ -159,9 +159,9 @@ export default function LogsPage() {
: "bg-surface/70 text-secondary border-border hover:border-border"
)}
>
All Streams
  All Streams  
</button>
{['ADD', 'REMOVE', 'ADJUST', 'DELETE', 'LOGIN'].map((f) => (
{['Add', 'Remove', 'Adjust', 'Delete', 'Login'].map((f) => (
<button
key={f}
onClick={() => setFilterAction(f)}
@@ -172,7 +172,7 @@ export default function LogsPage() {
: "bg-surface/70 text-secondary border-border hover:border-border"
)}
>
{f}
&nbsp; {f} &nbsp;
</button>
))}
</div>