Converted previewer empty front indicator to text#18208
Converted previewer empty front indicator to text#18208lukstbit merged 1 commit intoankidroid:mainfrom
Conversation
|
Important Maintainers: This PR contains Strings changes
|
AnkiDroid/src/main/java/com/ichi2/anki/previewer/TemplatePreviewerPage.kt
Show resolved
Hide resolved
When a card's front is empty, the previewer tab now indicates this by appending (empty) to the tab title rather than using an overly-urgent looking red badge. Creates a new string resource and appends it in [TemplatePreviewerPage].
68af75a to
e448881
Compare
|
Maintainers: Please Sync Translations to produce a commit with only the automated changes from this PR. Read more about updating strings on the wiki, |
|
Hi there @ericli3690! This is the OpenCollective Notice for PRs merged from 2025-04-01 through 2025-04-30 If you are interested in compensation for this work, the process with details is here: https://github.com/ankidroid/Anki-Android/wiki/OpenCollective-Payment-Process#how-to-get-paid We only post one comment per person per month to avoid spamming you, regardless of the number of PRs merged, but this note applies to all PRs merged for this month Please understand that our monthly budget is never guaranteed to cover all claims - the cap on payments-per-person may be lower, but we try to make our process as fair and transparent as possible, we just need your understanding. Thanks! |
Purpose / Description
Addresses @user1823's concerns at #18147 by implementing @BrayanDSO's suggestion. When a card's front is empty, the previewer tab now indicates this by appending (empty) to the tab title rather than using an overly-urgent looking red badge. Creates a new string resource and appends it in [TemplatePreviewerPage].
Fixes
Continues fixing #18107.
Approach
Adds a new string resource and appends it onto the tab title.
How Has This Been Tested?
Text displays properly on my end!
Checklist
Please, go through these checks before submitting the PR.