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: add announcement dialog #141

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

matthiasemde
Copy link
Owner

This PR adds an announcement dialog which is shown the first time the user starts the app.
On every update we have the option to increase the value in CURRENT_ANNOUNCEMENT_ID to trigger the dialogue again.

announcement

I'm not 100% happy with how the dialogue looks. Atm it uses htmlResource so we only have to change out the string resource but can still include some styling...

Fixes: #140

@mipro98
Copy link
Collaborator

mipro98 commented Dec 2, 2024

We should somehow give the user an option to re-display the screen in case he is in a hurry and dismissed it without reading. This should be somewhere in the settings/about screen (have to think where to put b.c. of the nav drawer) and possibly by displaying it again next time (by clicking another button which does not set the ID but only dismisses the dialog). Something like "Remind me later".

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.

feat: add a welcome message dialogue
2 participants