diff --git a/done.md b/done.md index 1165611..1626a21 100644 --- a/done.md +++ b/done.md @@ -4,6 +4,18 @@ This file contains tasks which got implemented. Tasks get moved from next.md to done.md +## Tasks (2026-05-29) + +- **Merge PR #307 — user preferences and configurable navigation (Issue #315)**: Confirmed that + all features from PR #307 (issue #299) were already merged into main via separate PRs: + - Configurable menu bar position (bottom/top) for mailbox view — merged via #298/#303 + - Configurable back button position for single mail view — merged via #299/#307 features in #300 + - Configurable "after mail action" (next message / return to mailbox) — merged via #300/#308 + - Archive button with `resolveMailboxByRole` helper — merged via #287/#291, #286/#290 + - User preferences DB schema (v34–v36: `user_preferences` table) — in main + - PR #307 and issue #299 closed. + - Issue #315 closed. + ## Tasks (2026-05-26) - **Renovate Bot (Issue #257)**: Renovate Bot runs daily via Forgejo Actions to keep diff --git a/scripts/check_coverage.dart b/scripts/check_coverage.dart index c72a1b4..931bb8a 100644 --- a/scripts/check_coverage.dart +++ b/scripts/check_coverage.dart @@ -78,7 +78,6 @@ const _excluded = { 'lib/data/repositories/user_preferences_repository_impl.dart', 'lib/ui/screens/user_preferences_screen.dart', 'lib/core/services/update_service.dart', - 'lib/ui/screens/user_preferences_screen.dart', }; void main() {