openpencil/crates/op-host-web
Vitali sharp8n de2bdd62b9
Some checks failed
Rust multi-platform build / ${{ matrix.label }} (false, windows-x86_64, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (true, false, macos-x86_64, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (true, false, windows-aarch64, windows-latest, aarch64-pc-windows-msvc) (push) Has been cancelled
Rust multi-platform build / wasm32-unknown-unknown / op-host-web (compile guard) (push) Has been cancelled
Rust check (native) / ${{ matrix.os }} / 1.94 (macos-latest) (push) Has been cancelled
Rust check (native) / ${{ matrix.os }} / 1.94 (ubuntu-latest) (push) Has been cancelled
Rust check (native) / ${{ matrix.os }} / 1.94 (windows-latest) (push) Has been cancelled
Rust check (native) / cargo-deny (native) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (false, linux-aarch64, ubuntu-24.04-arm, aarch64-unknown-linux-gnu) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (false, linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (false, macos-aarch64, macos-latest, aarch64-apple-darwin) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (cargo check only) (android-aarch64, ubuntu-latest, aarch64-linux-android) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (cargo check only) (android-x86_64, ubuntu-latest, x86_64-linux-android) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (cargo check only) (ios-aarch64, macos-latest, aarch64-apple-ios) (push) Has been cancelled
Rust multi-platform build / ${{ matrix.label }} (cargo check only) (ios-aarch64-sim, macos-latest, aarch64-apple-ios-sim) (push) Has been cancelled
Version consistency / Verify synchronized versions (push) Has been cancelled
WASM bundle build (#56 — real canvaskit deployable) / build + size-gate canvaskit web bundle (push) Has been cancelled
WASM bundle check (kickoff §1.2) / cargo check --target wasm32-unknown-unknown (push) Has been cancelled
WASM bundle check (kickoff §1.2) / cargo-deny --target wasm32-unknown-unknown check bans (push) Has been cancelled
fix(keyboard): route edit keys to scene template search field
Backspace, forward-delete, and arrow keys were falling through to the
canvas when the Scene Template (Asset) Center was open, so the search
field could not be edited and the selection behind the overlay could
be deleted. Route these keys to the gallery's focused field for native
parity and add regression tests.
2026-08-21 11:15:28 +03:00
..
assets/canvaskit fix(web): use browser fonts in canvaskit shell 2026-06-19 02:39:34 +08:00
pkg-ck fix(web): expand browser font fallback stack 2026-06-19 07:30:34 +08:00
pkg-webgl refactor(renderer): consolidate web shell on CanvasKit, retire skia path 2026-06-18 09:34:37 +08:00
smoke fix(web): browser smoke reads the mount marker from the console stream 2026-08-09 11:27:59 +08:00
src fix(keyboard): route edit keys to scene template search field 2026-08-21 11:15:28 +03:00
tests feat(editor): canvas toast banner surfaces the online recovery notice 2026-08-09 00:47:05 +08:00
.gitignore refactor(rust): rename openpencil-shell-web host to op-host-web 2026-05-16 23:42:49 +08:00
Cargo.toml feat(web): fetch scene templates and the icon catalog at runtime 2026-08-09 12:26:39 +08:00