mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 13:51:14 -05:00
Refactor: Add button feedback
This commit is contained in:
@@ -83,7 +83,12 @@ export default function ErrorLookup() {
|
||||
onKeyDown={(e) => e.key === 'Enter' && handleSearch()}
|
||||
className="font-mono"
|
||||
/>
|
||||
<Button onClick={handleSearch} disabled={loading}>
|
||||
<Button
|
||||
onClick={handleSearch}
|
||||
loading={loading}
|
||||
loadingText="Searching..."
|
||||
trackingLabel="error-lookup-search"
|
||||
>
|
||||
<Search className="w-4 h-4 mr-2" />
|
||||
Search
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user