Go to file
2024-02-13 21:38:37 -08:00
src initial commit 2024-02-13 21:25:40 -08:00
.gitignore initial commit 2024-02-13 21:25:40 -08:00
Cargo.lock initial commit 2024-02-13 21:25:40 -08:00
Cargo.toml initial commit 2024-02-13 21:25:40 -08:00
index.html initial commit 2024-02-13 21:25:40 -08:00
README.md Renamed and updated README with information 2024-02-13 21:38:37 -08:00

README

 rustup override set nightly
 rustup target add wasm32-unknown-unknown
 trunk serve --open

The table column's header ("Name") should sort the column alphabetically, instead it causes a panic (unreachable code) visible in the browser's console.

Interestingly, removing the #[table(skip)] decorator on Item's id field will prevent this bug from occurring.