anki/qt/aqt/browser
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
..
sidebar Fix unreadable text when searching in sidebar 2023-01-04 18:16:19 +10:00
table Allow burying cards in browser (#2351) 2023-01-30 19:21:06 +10:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py Allow burying cards in browser (#2351) 2023-01-30 19:21:06 +10:00
card_info.py Add default_size argument to restoreGeom(); fix missing dialogs 2022-12-08 22:02:12 +10:00
find_and_replace.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
find_duplicates.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
layout.py Equalize browser panes on splitter double-click (#2175) 2022-11-03 12:13:48 +10:00
previewer.py Fix JS drop event not firing in the reviewer (#1906) 2022-06-10 23:33:53 +10:00