Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,12 @@ <h2>Insights & Signal Finder</h2>
</main>

<script type="module">
// Auto-redirect to Preview interface (Production is deprecated with known bugs)
// Allow ?legacy=1 to bypass redirect for testing
if (!window.location.search.includes('legacy=1')) {
window.location.replace('./preview/');
}

let activeThemes = new Set([
"image",
"labor",
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Stable, proven interface for general collection exploration and research.
- **Data Source**: `docs/data/sekula_inventory.json` (CSV-compatible format)

### Status
⚠️ **Deprecated**: Known performance issues with large datasets (freezing, slow rendering). Users are automatically redirected to Preview v2.x for the best experience.
⚠️ **Deprecated**: Known performance issues with large datasets (freezing, slow rendering). Users are automatically redirected to Preview v2.x for the best experience. To access the legacy Production interface for testing purposes, append `?legacy=1` to the URL.

### Features
- **Virtual Shelf**: Books rendered as colored spines in LC call number order
Expand Down