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

fix: 3459 - Added a shortcut in app settings to In-app settings #3718

Closed
wants to merge 0 commits into from

Conversation

Adiii1436
Copy link
Contributor

@Adiii1436 Adiii1436 commented Feb 19, 2023

Fixed #3459
photo_2023-02-19_14-40-26

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (develop@7159773). Click here to learn what that means.
The diff coverage is 8.33%.

@@            Coverage Diff             @@
##             develop    #3718   +/-   ##
==========================================
  Coverage           ?   10.41%           
==========================================
  Files              ?      273           
  Lines              ?    13809           
  Branches           ?        0           
==========================================
  Hits               ?     1438           
  Misses             ?    12371           
  Partials           ?        0           
Impacted Files Coverage Δ
...b/pages/preferences/user_preferences_settings.dart 9.74% <8.33%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@M123-dev M123-dev left a comment

Choose a reason for hiding this comment

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

Heyy @Adiii1436 looks good, but could you add the strings to the localization file + I added some suggestions for the strings itself

Expanded(
child: ListTile(
title: Text(
'Advanced App Settings',
Copy link
Member

Choose a reason for hiding this comment

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

Could you add this String to lib/l10n/app_en.arb

Copy link
Contributor Author

@Adiii1436 Adiii1436 Feb 21, 2023

Choose a reason for hiding this comment

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

Yes I will add it. And modify the strings

subtitle: const Padding(
padding: EdgeInsets.only(top: SMALL_SPACE),
child: Text(
'Open advanced app settings for Open Food Facts on your device',
Copy link
Member

Choose a reason for hiding this comment

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

Could you add this String to lib/l10n/app_en.arb

Expanded(
child: ListTile(
title: Text(
'Advanced App Settings',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'Advanced App Settings',
'Native App Settings',

subtitle: const Padding(
padding: EdgeInsets.only(top: SMALL_SPACE),
child: Text(
'Open advanced app settings for Open Food Facts on your device',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'Open advanced app settings for Open Food Facts on your device',
'Open systems settings for Open Food Facts',

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

Successfully merging this pull request may close these issues.

Add a shortcut in app settings to In-app settings
3 participants