Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Extended card title #954

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KyleKlus
Copy link
Contributor

@KyleKlus KyleKlus commented May 10, 2024

This PR implements an extension to the displayed card title partly as described in issue #851.

I added this because sometimes one doesn't know how many cards are left to review and thus is discouraged to continue if the time one has is short, but if the user exactly knows how many cards are left, then one could guess how long it will take and just pull through with it.

Another good reason for this addition is that the card title will display more useful information in the random card mode.

Before:

Before
It just displayed the current deck name and the number of cards left in it.

After (with random card random deck mode enabled):

After_random_mode
In random mode it displays now the deck chosen, with the number of cards left and in the subtitle the deck out of which the card was drawn.

After (with sequential mode enabled):

After_sequential _mode
In sequential mode the title will display the deck chosen, with the number of cards left and in the subtitle the number of subdecks, the current deck name and the number of cards left in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant