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(cat-voices): My account, modals #894

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

digitalheartxs
Copy link
Contributor

@digitalheartxs digitalheartxs commented Sep 26, 2024

Description

Modals in My account

Related Issue(s)

Closes #822

Screenshots

modals.mp4

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

Copy link
Contributor

github-actions bot commented Sep 26, 2024

Test Report | ${\color{lightgreen}Pass: 253/253}$ | ${\color{red}Fail: 0/253}$ |

Copy link
Contributor

@damian-molinski damian-molinski left a comment

Choose a reason for hiding this comment

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

Extract all strings into l10n. It does not seems it will be mocked

…account_822_modals

# Conflicts:
#	catalyst_voices/packages/catalyst_voices_localization/lib/generated/catalyst_voices_localizations.dart
#	catalyst_voices/packages/catalyst_voices_localization/lib/generated/catalyst_voices_localizations_en.dart
#	catalyst_voices/packages/catalyst_voices_localization/lib/generated/catalyst_voices_localizations_es.dart
#	catalyst_voices/packages/catalyst_voices_localization/lib/l10n/intl_en.arb
@digitalheartxs digitalheartxs added review me PR is ready for review ux/ui UX/UI related issues dart Pull requests that update Dart code and removed draft Draft labels Sep 27, 2024
onRemoveKeychainConfirmed: () async {
// TODO(Jakub): remove keychain
Navigator.of(context).pop();
await VoicesDialog.show<void>(
Copy link
Contributor

Choose a reason for hiding this comment

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

Problem here is that you're using context from DeleteKeychainDialog dialog, which is going to be disposed soon. Probably its not end of the world but this is not good practice and nesting is bad :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code review me PR is ready for review ux/ui UX/UI related issues
Projects
Status: New
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : My account
2 participants