Skip to content

Commit 7144e95

Browse files
committed
feat(ui): adds last-updated time to refresh button tooltip
1 parent 1939dae commit 7144e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/layout/FilterBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default function FilterBar(props: FilterBarProps) {
119119
</span>
120120
</Show>
121121

122-
<Tooltip content="Refresh data">
122+
<Tooltip content={updatedLabel() ? `Refresh — ${updatedLabel()!.toLowerCase()}` : "Refresh data"}>
123123
<button
124124
onClick={props.onRefresh}
125125
disabled={props.isRefreshing}

0 commit comments

Comments
 (0)