Skip to content

[ADD] demo: local file manager with IndexedDB storage#8110

Open
VincentSchippefilt wants to merge 2 commits intomasterfrom
master-file-manager-demo-vsc
Open

[ADD] demo: local file manager with IndexedDB storage#8110
VincentSchippefilt wants to merge 2 commits intomasterfrom
master-file-manager-demo-vsc

Conversation

@VincentSchippefilt
Copy link
Copy Markdown
Collaborator

Adds a file manager demo page (demo/files.html + demo/files.js) that stores spreadsheet files locally in IndexedDB. Features include:

  • Sidebar file list with create, rename, delete, and switch
  • Per-file revision counter and last-modified tooltip
  • Import/export individual files as XLSX or OSHEET JSON
  • Backup the entire database to a single .ofiles-backup.json file
  • Restore all files from a backup (replaces current DB contents)

Task: 0

Adds a file manager demo page (demo/files.html + demo/files.js) that
stores spreadsheet files locally in IndexedDB. Features include:
- Sidebar file list with create, rename, delete, and switch
- Per-file revision counter and last-modified tooltip
- Import/export individual files as XLSX or OSHEET JSON
- Backup the entire database to a single .ofiles-backup.json file
- Restore all files from a backup (replaces current DB contents)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Task: 0
@robodoo
Copy link
Copy Markdown
Collaborator

robodoo commented Mar 13, 2026

Pull request status dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants