From 445781bc40afee2c64f645abcfa2575b4218aa08 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 23:37:31 +0900 Subject: feat(client): add manual sync button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add SyncButton component that allows users to manually trigger data synchronization. The button is disabled when offline or when sync is already in progress. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/client/components/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/components/index.ts') diff --git a/src/client/components/index.ts b/src/client/components/index.ts index 12a09a9..31ebe1f 100644 --- a/src/client/components/index.ts +++ b/src/client/components/index.ts @@ -1,2 +1,3 @@ export { ProtectedRoute } from "./ProtectedRoute"; +export { SyncButton } from "./SyncButton"; export { SyncStatusIndicator } from "./SyncStatusIndicator"; -- cgit v1.2.3-70-g09d2