Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Feat custom filters useres limits configuration #100

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

Merged
fulleni merged 27 commits into main from feat-custom-filters-useres-limits-configuration
Oct 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
79e7ccf
build(deps): update git dependencies to use version tags
fulleni Oct 13, 2025
8477221
docs: add CHANGELOG.md file
fulleni Oct 13, 2025
b763f1b
chore(deps): remove empty line in pubspec.yaml
fulleni Oct 13, 2025
74b0aa7
feat(ui): add user preset limits form
fulleni Oct 13, 2025
6a67ad5
refactor(app-configuration): move user preset limits form to lib dire...
fulleni Oct 13, 2025
e753d38
feat(app_configuration): add user presets configuration tab
fulleni Oct 13, 2025
f5344d1
feat(app_configuration): add user presets configuration tab
fulleni Oct 13, 2025
5908712
chore: changelog
fulleni Oct 13, 2025
81f8091
feat(l10n): add user presets and filter limit translations
fulleni Oct 13, 2025
ff48e8d
fix(app_configuration): update preset tab label
fulleni Oct 13, 2025
2c90f0e
fix(l10n): correct arb key for saved headlines filters limit description
fulleni Oct 13, 2025
784b3c3
refactor(app_configuration): convert UserPresetLimitsForm to Stateful...
fulleni Oct 13, 2025
880737d
feat(app_configuration): add user preset limits form and update expan...
fulleni Oct 13, 2025
f6e1593
fix(l10n): remove duplicate strings and correct order
fulleni Oct 13, 2025
3b9c25b
chore: misc
fulleni Oct 13, 2025
e084fbd
refactor(app_configuration): remove user presets configuration tab
fulleni Oct 13, 2025
ad58d64
refactor(app_configuration): rename widget and update localization keys
fulleni Oct 13, 2025
a745f84
refactor(app_configuration): update saved headlines filter limits UI ...
fulleni Oct 13, 2025
60bb031
refactor(l10n): remove unused arb entries and add new ones
fulleni Oct 13, 2025
6a902e0
feat(app_configuration): add descriptions to limits sections
fulleni Oct 13, 2025
7ddf14c
refactor(l10n): remove unused localization strings and fix descriptions
fulleni Oct 13, 2025
1b94082
fix(localization): update saved headlines filter limit labels and des...
fulleni Oct 13, 2025
7db311a
style: format
fulleni Oct 13, 2025
2573bcb
refactor(app_configuration): remove user content limits description text
fulleni Oct 13, 2025
3272453
refactor(app_configuration): implement dynamic tabbed interface for s...
fulleni Oct 13, 2025
70965cb
fix(localization): correct Arabic translation for 'savedHeadlinesFilt...
fulleni Oct 13, 2025
18aa371
docs(changelog): remove duplicate 1.0.0 release notes
fulleni Oct 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: misc
  • Loading branch information
fulleni committed Oct 13, 2025
commit 3b9c25b14fc71b06b9a4f9d4b9f616c5873a734c
6 changes: 0 additions & 6 deletions lib/l10n/app_localizations.dart
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,6 @@ abstract class AppLocalizations {
/// **'General'**
String get generalTab;

/// Tab title for User Presets settings
///
/// In en, this message translates to:
/// **'User Presets'**
String get userPresetsTab;

/// Title for the User Content & Feed Limits section
///
/// In en, this message translates to:
Expand Down
5 changes: 1 addition & 4 deletions lib/l10n/app_localizations_ar.dart
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get generalTab => 'عام';

@override
String get userPresetsTab => 'الإعدادات المسبقة';

@override
String get userContentLimitsTitle => 'حدود المحتوى والموجز للمستخدم';

Expand Down Expand Up @@ -841,7 +838,7 @@ class AppLocalizationsAr extends AppLocalizations {

@override
String get savedHeadlinesFiltersLimitDescription =>
'الحد الأقصى لعدد مرشحات العناوين المحفوظة التي يمكن لهذا الدور إنشاؤها.';
'الحد الأقصى لعدد مرشحات العناوين المحفوظة التي يمكن لهذا الدور إنشاؤها.';

@override
String get adFrequencyLabel => 'تكرار الإعلان';
Expand Down
3 changes: 0 additions & 3 deletions lib/l10n/app_localizations_en.dart
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get generalTab => 'General';

@override
String get userPresetsTab => 'User Presets';

@override
String get userContentLimitsTitle => 'User Content & Feed Limits';

Expand Down

AltStyle によって変換されたページ (->オリジナル) /