1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-17 23:27:48 +02:00

Desktop: Add loading indicator to the sync status screen (#13796)

This commit is contained in:
Henry Heino
2025-11-29 01:55:00 -08:00
committed by GitHub
parent 14f8f51cd1
commit dba3a3f68f
4 changed files with 15 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ const ModalMessageOverlay: React.FC<Props> = ({ message }) => {
return <Dialog contentFillsScreen={true}>
<div className="modal-message">
<div id="loading-animation" />
<div className="loading-animation" />
<div className="text" role="status">
{lines}
</div>