Skip to content

feat: support for old browsers with legacy-ui#490

Merged
LeoBorai merged 6 commits intomainfrom
489-support-legacy-ui-for-non-wasm-supported-browsers
Dec 28, 2025
Merged

feat: support for old browsers with legacy-ui#490
LeoBorai merged 6 commits intomainfrom
489-support-legacy-ui-for-non-wasm-supported-browsers

Conversation

@LeoBorai
Copy link
Copy Markdown
Member

@LeoBorai LeoBorai commented Dec 22, 2025

  • Provides support for rendering a File Explorer on non-WASM browsers, enabled by using:
# modern (wasm powered) ui (default)
http-server start --service file-explorer
# legacy ui
http-server start --service file-server
  • Introduces the Handler trait for allowing further handlers in the future by just introducing a trait implementation. Both FileExplorer and FileServer are Handler compliant.

@LeoBorai LeoBorai linked an issue Dec 22, 2025 that may be closed by this pull request
@LeoBorai LeoBorai force-pushed the 489-support-legacy-ui-for-non-wasm-supported-browsers branch from 96861b4 to c4a465b Compare December 27, 2025 19:04
@LeoBorai LeoBorai enabled auto-merge (squash) December 27, 2025 23:01
@LeoBorai LeoBorai disabled auto-merge December 28, 2025 00:04
@LeoBorai LeoBorai merged commit 33c114c into main Dec 28, 2025
10 checks passed
@LeoBorai LeoBorai deleted the 489-support-legacy-ui-for-non-wasm-supported-browsers branch December 28, 2025 00:04
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.

Support "legacy" UI for non WASM supported browsers

1 participant