From 7cc44af77a74a58af650cb3987f35add65e240a1 Mon Sep 17 00:00:00 2001 From: Thomas SharedInbox Date: Fri, 29 May 2026 18:27:13 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20confirm=20PR=20#307=20features=20alread?= =?UTF-8?q?y=20merged=20=E2=80=94=20close=20issue=20#299=20(#315)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All features from PR #307 (issue #299 — configurable back button position for single mail view) were already merged into main via separate PRs: - configurable menu bar position (#298/#303) - configurable back button / mail view button position (#300/#308) - configurable after-mail action (#300/#308) - archive button + resolveMailboxByRole (#287/#291, #286/#290) - user preferences DB schema v34–v36 PR #307 and issue #299 have been closed as superseded. Also fix duplicate entry in scripts/check_coverage.dart (line 81 was a duplicate of line 79, causing a Dart constant evaluation error). Co-Authored-By: Claude Sonnet 4.6 --- done.md | 12 ++++++++++++ scripts/check_coverage.dart | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) 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() {