Skip to content

PAINTROID-787: "Tip of the day" for Paintroid features #115

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

SakshhamTheCoder
Copy link

@SakshhamTheCoder SakshhamTheCoder commented Mar 29, 2025

Jira Ticket - PAINTROID-787

Added a new Tip of the Day dialog to inform the users about new features and also give them insights in already existing ones. Uses SharedPreferences to save the tip index and enable/disable tip flag.

New Features and Enhancements

  • Implemented a new Tip of the Day dialog which follows the design guidelines given on Jira Ticket
  • Next tip is shown each time the app is opened
  • Implemented the ability for users to enable/disable the tips on startup. It can be accessed by the overflow menu on the landing page
  • Added the animated light bulb gif made from the given .lottie file to the app assets folder

Demo Video

Recording.2025-03-29.204115.mp4

Checklist

Your checklist for this pull request

Please review the contributing guidelines and wiki pages of this repository.

  • Include the name of the Jira ticket in the PR’s title
  • Add the link to the ticket in Jira in the description of the PR
  • Include a summary of the changes plus the relevant context
  • Choose the proper base branch (develop)
  • Confirm that the changes follow the project’s coding guidelines (Wiki)
  • Verify that the changes generate no compiler or linter warnings
  • Perform a self-review of the changes
  • Verify to commit no other files than the intentionally changed ones
  • Include reasonable and readable tests verifying the added or changed behavior
  • Confirm that new and existing tests pass locally
  • Check that the commits’ message style matches the project’s guideline
  • Verify that your changes do not have any conflicts with the base branch
  • After the PR, verify that all CI checks have passed
  • Add new information to the Wiki

Added a new Tip of the Day dialog which inform the users about new features and also give them insights in already existing ones.
@@ -69,8 +70,7 @@ class _LandingPageState extends ConsumerState<LandingPage> {
ref.read(workspaceStateProvider.notifier).updateLastSavedCommandCount();
}

Future<void> _openProject(
Project? project, IOHandler ioHandler, WidgetRef ref) async {
Future<void> _openProject(Project? project, IOHandler ioHandler, WidgetRef ref) async {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the default 80 character limit.

Copy link
Contributor

@bakicelebi bakicelebi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ticket is for Kotlin Native and is low prio for the Flutter port of the app.

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.

2 participants