mirror of
https://github.com/Xevion/rdap.git
synced 2026-01-31 20:25:16 -06:00
fix entity placeholder, pulse animate autodetected target, remove completed todo
This commit is contained in:
@@ -193,7 +193,7 @@ const LookupInput: FunctionComponent<LookupInputProps> = ({
|
||||
{selected == "auto" ? (
|
||||
// If the detected type was provided, then notate which in parentheses. Compact object naming might be better in the future.
|
||||
detectedType.isJust ? (
|
||||
`Auto (${targetShortNames[detectedType.value]})`
|
||||
<>Auto (<span className="animate-pulse">{targetShortNames[detectedType.value]}</span>)</>
|
||||
) : (
|
||||
objectNames["auto"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user