Merged
Conversation
- Added methods for creating, loading, and restoring snapshots in BoardStore. - Introduced BoardSnapshot and related types for snapshot data structure. - Enhanced SyncManager to ensure relays are connected before publishing. - Updated layout to dynamically load relay URLs from settingsStore. - Integrated VersionHistory component in Topbar for managing snapshots. - Created VersionHistory dialog for saving and restoring board versions. - Documented the new feature in BOARD-SNAPSHOTS.md.
hugotiburtino
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📸 Board Snapshots / Versionshistorie
Zusammenfassung
Dieses Feature ermöglicht Benutzern, manuelle Snapshots ihrer Kanban-Boards zu erstellen und bei Bedarf zu früheren Versionen zurückzukehren.
✨ Neue Features
🔧 Technische Details
a(Board-Referenz),v(Label),r(Grund),t(Timestamp)📁 Geänderte Dateien
src/lib/utils/nostrEvents.tssrc/routes/cardsboard/types.tssrc/lib/stores/boardstore/nostr.tssrc/lib/stores/kanbanStore.svelte.tssrc/lib/components/board/VersionHistory.sveltesrc/routes/cardsboard/Topbar.sveltesrc/routes/+layout.sveltedocker-relay-config.toml📚 Dokumentation
docs/FEATURE/BOARD-SNAPSHOTS.md- Feature-Dokumentation aktualisiertdocs/COLLABORATION/ROADMAP.md- v3.4, Meilenstein 1.5C: DONECHANGELOG.md- Version 4.7.0 Entry.github/copilot-instructions.md- Status aktualisiert✅ Tests
svelte-check: 0 errors, 1 warning (unrelated a11y)🖼️ Screenshots
VersionHistory Dialog: