anki/qt/aqt/browser/table
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
..
__init__.py Allow burying cards in browser (#2351) 2023-01-30 19:21:06 +10:00
model.py Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
state.py Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
table.py Fix typos (#2210) 2022-11-24 20:18:57 +10:00