Add local file support, WhatsNewKit, and File Provider fixes#10
Merged
alexmodrono merged 3 commits intomainfrom Mar 18, 2026
Merged
Add local file support, WhatsNewKit, and File Provider fixes#10alexmodrono merged 3 commits intomainfrom
alexmodrono merged 3 commits intomainfrom
Conversation
Local items (prefixed with `local-`) are fully editable — users can create, rename, move, and delete files alongside synced Moodle content. These items are stored only on disk and are never uploaded or synced. - Add `isLocal` flag to LocalItem and database schema (v8 migration) - Implement createItem, modifyItem, deleteItem for local items - Add allowsAddingSubItems capability to all directories and root - Sync engine skips local items during diff - Bulk delete operations preserve local items
Integrates WhatsNewKit to automatically show a "What's New" sheet when the user updates to a new version. Version history is tracked via UserDefaults so each release is shown only once.
… recovery - Move WhatsNewKit environment and sheet to the workspace branch only, so the "What's New" popup never appears during the onboarding flow. - Make configureInitialDatabase fall back to re-seeding the shared File Provider database from the bootstrap database on app relaunch. Previously, if the shared database needed seeding but no source was provided, the app silently fell back to the app-group database, leaving the File Provider state directory stale.
Nightly BuildDownload Findle Nightly (unsigned) Built from 34f0941. Important This build is unsigned. macOS will block it on first launch. To open it:
|
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.
Summary
Commits
9e490f7Allow users to create local files and directories in File Providerdf2835dAdd WhatsNewKit for version-aware release notes34f0941Fix WhatsNewSheet showing during onboarding and improve File Provider recovery