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

Refactor/centralize local ad status management #88

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 32 commits into main from refactor/centralize-local-ad-status-management
Sep 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f336141
refactor(local_ads_management): remove contentStatus from CreateLocal...
fulleni Sep 24, 2025
183620a
refactor(local_ads_management): remove unused event class
fulleni Sep 24, 2025
b6a372e
refactor(local_ads): remove status change logic in CreateLocalBannerA...
fulleni Sep 24, 2025
ab94ad9
refactor(local_ads_management): remove contentStatus from CreateLocal...
fulleni Sep 24, 2025
a8c5fec
refactor(local_ads_management): remove unused event class
fulleni Sep 24, 2025
645af92
refactor(local_ads_management): remove status change logic from inter...
fulleni Sep 24, 2025
584cacd
refactor(local_ads_management): remove contentStatus from CreateLocal...
fulleni Sep 24, 2025
e78cf1e
refactor(local_ads_management): remove unused event class
fulleni Sep 24, 2025
1d4b1cd
refactor(local_ads_management): remove status change logic from nativ...
fulleni Sep 24, 2025
40a3306
fix(local-ads): remove status toggle from local video ad creation
fulleni Sep 24, 2025
b0b9bb8
refactor(local_ads_management): remove unused event class
fulleni Sep 24, 2025
c79a695
refactor(local_ads_management): remove unused contentStatus from Crea...
fulleni Sep 24, 2025
4b6ff49
refactor(local_ads_management): remove contentStatus from UpdateLocal...
fulleni Sep 24, 2025
93bc5df
refactor(local_ads_management): remove unused event class
fulleni Sep 24, 2025
2b3ed03
fix(local-ads): remove status update functionality from local banner ad
fulleni Sep 24, 2025
d8e5815
fix(local-ads): remove status update functionality from interstitial ad
fulleni Sep 24, 2025
690225b
refactor(local_ads_management): remove unused event class
fulleni Sep 24, 2025
c0eb8b5
refactor(local_ads_management): remove unused contentStatus from Upda...
fulleni Sep 24, 2025
f0531cc
fix(local_ads_management): remove unused status field and logic
fulleni Sep 24, 2025
6f19292
refactor(local_ads_management): remove unused event class
fulleni Sep 24, 2025
224293d
refactor(local_ads_management): remove contentStatus from UpdateLocal...
fulleni Sep 24, 2025
6ad0411
fix(local-ads): prevent status modification during local video ad update
fulleni Sep 24, 2025
c7cc747
refactor(local_ads_management): remove unused event class
fulleni Sep 24, 2025
ab23ba8
refactor(local_ads_management): remove contentStatus from UpdateLocal...
fulleni Sep 24, 2025
dc24608
refactor(local_ads_management): remove content status selection input
fulleni Sep 24, 2025
ba68690
refactor(local_ads_management): remove status selection input
fulleni Sep 24, 2025
3ba7f49
refactor(local_ads_management): remove content status selection input
fulleni Sep 24, 2025
e90ba8d
refactor(local_ads_management): remove status selection input
fulleni Sep 24, 2025
82112ba
refactor(local_ads_management): remove status selection input
fulleni Sep 24, 2025
9956a0a
refactor(local_ads_management): remove content status selection input
fulleni Sep 24, 2025
9cc8006
refactor(local_ads_management): remove status selection input
fulleni Sep 24, 2025
030acc5
refactor(local_ads_management): remove status selection input
fulleni Sep 24, 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
refactor(local_ads_management): remove unused event class
- Deleted the UpdateLocalBannerAdStatusChanged class from update_local_banner_ad_event.dart
- This class was likely made obsolete by a recent change in the app's architecture
  • Loading branch information
fulleni committed Sep 24, 2025
commit 93bc5dfb750acd2ec7672fb7cf8176a89c1a5944
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@ final class UpdateLocalBannerAdTargetUrlChanged
List<Object?> get props => [targetUrl];
}

/// {@template update_local_banner_ad_status_changed}
/// Event to notify that the content status of the local banner ad has changed.
/// {@endtemplate}
final class UpdateLocalBannerAdStatusChanged extends UpdateLocalBannerAdEvent {
/// {@macro update_local_banner_ad_status_changed}
const UpdateLocalBannerAdStatusChanged(this.status);

/// The new content status.
final ContentStatus status;

@override
List<Object?> get props => [status];
}

/// {@template update_local_banner_ad_submitted}
/// Event to request submission of the updated local banner ad.
/// {@endtemplate}
Expand Down

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /