b8d67cdad5
- Closes #976 - Added helper to apply arbitrary colour to an icon. - Fix #979 - low res icons in night mode. - The icons and colours are not perfect - please feel free to send through a PR if you can improve them. - Convert colors dictionary into module consts, so we can use code completion. - Added "Edited Today" and "Due Tomorrow" - Rename camelCase attribute to snake_case and tweak the wording of some enum constants. We've already broken compatibility with the major sidebar add-ons, so we may as well make these changes while we can. - Removed Filter button. Currently there is no exposed way to toggle the Sidebar off - wonder if we still need it?
15 lines
442 B
Plaintext
15 lines
442 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>icons/anki.png</file>
|
|
<file>icons/tag.svg</file>
|
|
<file>icons/deck.svg</file>
|
|
<file>icons/notetype.svg</file>
|
|
<file>icons/heart.svg</file>
|
|
<file>icons/collection.svg</file>
|
|
<file>icons/media-record.png</file>
|
|
<file>icons/clock.svg</file>
|
|
<file>icons/card-state.svg</file>
|
|
<file>icons/flag.svg</file>
|
|
</qresource>
|
|
</RCC>
|