When browse runs against zddc-server, expanding a top-level .zip now fetches "<…>.zip/" as a normal directory listing (the server extracts members on demand) instead of downloading the entire archive and parsing it with JSZip in the browser. Members open/preview via their real server URLs like any file. Nested zips (a .zip inside a .zip) and FS-API (offline) mode keep the existing JSZip path; offline gets migrated to a shared adapter in the next change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app.js | ||
| events.js | ||
| grid.js | ||
| init.js | ||
| loader.js | ||
| preview-markdown.js | ||
| preview.js | ||
| tree.js | ||
| upload.js | ||