feat(storage): add unlimited storage, backup, reset, and fixed vault - #230
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying markdownviewer with
|
| Latest commit: |
2451190
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9466b8e2.markdownviewer.pages.dev |
| Branch Preview URL: | https://agent-unlimited-document-vau.markdownviewer.pages.dev |
This reverts commit 228b95f.
ThisIs-Developer
marked this pull request as ready for review
July 29, 2026 18:49
ThisIs-Developer
added a commit
that referenced
this pull request
Jul 29, 2026
Connect the 12 original PR #230 commits to main through a regular merge commit. This is a history-only merge; the application tree remains unchanged.
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.
What changed
database-xicon to the recovery notice andshield-checkto the encrypted secure-backup notice.Browser profile · IndexedDB; browsers do not expose a physical IndexedDB filesystem path.Documents/Markdown Viewer Vault, removed vault relocation and the external locator file, and kept legacy locator cleanup off the startup critical path.Why
The previous workspace limit and monolithic persistence model did not scale to large document collections. The desktop locator also made the vault path less predictable than necessary. This change makes storage scalable, backup/recovery explicit, and the desktop persistence location deterministic without adding work to browser startup or document opening. The final backup and import flows keep the main storage view compact and present consequential choices at the moment they are relevant.
User impact
Validation
npx playwright test tests/e2e/responsive-storage.spec.js— 11 passed, including persistence, private mode, backup/import, encrypted restoration, reset, more than 50 documents, 600-document Explorer paging, and phone portrait/landscape layouts.git diff --checkvalidation passed.functions/api/report-issue.js; this file is absent from the branch baseline and is unrelated to this PR.Rollback and release status
style(workspace): modernize empty document state; the repository tree now matches commit02a351b.v3.9.5-beta.1throughv3.9.5-beta.4remain deleted.