Build [v1.14.31]
This commit is contained in:
@@ -103,7 +103,7 @@ export default function LogsPage() {
|
||||
<button
|
||||
onClick={loadData}
|
||||
disabled={loading}
|
||||
className="flex items-center gap-2 px-5 py-2.5 bg-surface border border-slate-800 text-secondary hover:text-white text-xs font-normal transition-all active:scale-95 disabled:opacity-50"
|
||||
className="flex items-center gap-2 px-5 py-2.5 bg-surface border border-border text-secondary hover:text-white text-xs font-normal transition-all active:scale-95 disabled:opacity-50"
|
||||
>
|
||||
<RefreshCw size={14} className={cn(loading && "animate-spin")} />
|
||||
Sync Logs
|
||||
@@ -142,7 +142,7 @@ export default function LogsPage() {
|
||||
placeholder="Filter by user, action or asset..."
|
||||
value={searchQuery}
|
||||
onChange={(e) => setSearchQuery(e.target.value)}
|
||||
className="w-full bg-surface/50 border border-slate-800 py-3 lg:py-4 xl:py-5.5 pr-4 pl-12 text-sm lg:text-base xl:text-lg lg:text-xl xl:text-2xl lg:text-3xl xl:text-4xl focus:border-primary outline-none transition-all placeholder:text-secondary"
|
||||
className="w-full bg-surface/50 border border-border py-3 lg:py-4 xl:py-5.5 pr-4 pl-12 text-sm lg:text-base xl:text-lg lg:text-xl xl:text-2xl lg:text-3xl xl:text-4xl focus:border-primary outline-none transition-all placeholder:text-secondary"
|
||||
/>
|
||||
<div className="absolute left-4 top-1/2 -translate-y-1/2 text-secondary transition-colors group-focus-within:text-primary">
|
||||
<Search size={18} />
|
||||
@@ -156,7 +156,7 @@ export default function LogsPage() {
|
||||
"px-5 py-2 text-xs font-normal transition-all whitespace-nowrap border",
|
||||
filterAction === 'ALL'
|
||||
? "bg-white text-slate-950 border-white"
|
||||
: "bg-surface/70 text-secondary border-slate-800 hover:border-slate-700"
|
||||
: "bg-surface/70 text-secondary border-border hover:border-border"
|
||||
)}
|
||||
>
|
||||
All Streams
|
||||
@@ -169,7 +169,7 @@ export default function LogsPage() {
|
||||
"px-5 py-2 text-xs font-normal transition-all whitespace-nowrap border",
|
||||
filterAction === f
|
||||
? "bg-primary text-white border-primary"
|
||||
: "bg-surface/70 text-secondary border-slate-800 hover:border-slate-700"
|
||||
: "bg-surface/70 text-secondary border-border hover:border-border"
|
||||
)}
|
||||
>
|
||||
{f}
|
||||
|
||||
Reference in New Issue
Block a user