anki/rslib
Kaben Nanlohy 77bba533ea
Allow burying cards in browser (#2351)
* Allow burying cards in browser

This code is based on existing "toggle suspend" command in browser.

- Adds "toggle bury" command to browser cards menu.
- Adds "browsing-toggle-bury" to core translation. Only english-language.
- Adds "buried" coloring to rows for buried cards in browser table.

Not yet done:

- Keyboard shortcut for "toggle bury" action.
- Non-english translations.

* Add contributor as requested in CONTRIBUTORS.

* Fix formatting in browser_table.rs.

* Add keyboard shortcut to "toggle bury" command.

This adds keyboard shortcut "ctrl-shift-j" to "toggle bury" command in
browser cards menu.

* Simplify logic for color of buried-card rows.
2023-01-30 19:21:06 +10:00
..
ascii_percent_encoding Update crate name in docstrings to fix 'cargo test' 2022-12-16 22:30:54 +10:00
benches Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
build Fix clean build failure due to protoc change 2023-01-26 09:33:39 +10:00
i18n Update Rust deps (#2332) 2023-01-18 22:24:29 +10:00
i18n_helpers Update Rust deps (#2332) 2023-01-18 22:24:29 +10:00
linkchecker Update Rust deps (#2332) 2023-01-18 22:24:29 +10:00
src Allow burying cards in browser (#2351) 2023-01-30 19:21:06 +10:00
tests/support move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
bench.sh New TTS/AV tag handling (#1559) 2021-12-17 19:04:42 +10:00
Cargo.toml Update Rust deps (#2332) 2023-01-18 22:24:29 +10:00
README.md Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00

Anki's Rust code.