mirror of
https://github.com/dergigi/boris.git
synced 2025-12-26 19:14:52 +01:00
feat: make refresh button spin during loading and pull-to-refresh
This commit is contained in:
@@ -405,6 +405,8 @@ const Explore: React.FC<ExploreProps> = ({ relayPool, eventStore, settings, acti
|
||||
title="Refresh content"
|
||||
ariaLabel="Refresh content"
|
||||
variant="ghost"
|
||||
spin={loading || isRefreshing}
|
||||
disabled={loading || isRefreshing}
|
||||
/>
|
||||
<IconButton
|
||||
icon={faNetworkWired}
|
||||
|
||||
Reference in New Issue
Block a user