[PR #250] [MERGED] Fixed Dark Mode Bugs #4020

Closed
opened 2026-03-23 21:35:57 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/250
Author: @rileyhawk1417
Created: 1/9/2022
Status: Merged
Merged: 1/12/2022
Merged by: @appflowy

Base: mainHead: fix_dark_mode


📝 Commits (3)

📊 Changes

10 files changed (+154 additions, -31 deletions)

View changed files

frontend/app_flowy/assets/images/flowy_logo_dark_mode.svg (+112 -0)
📝 frontend/app_flowy/lib/workspace/domain/edit_action/app_edit.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/domain/edit_action/view_edit.dart (+3 -3)
📝 frontend/app_flowy/lib/workspace/domain/image.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/app/section/disclosure_action.dart (+4 -1)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/app/section/item.dart (+3 -3)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/menu_trash.dart (+3 -1)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/menu_user.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/top_bar.dart (+6 -2)
📝 frontend/app_flowy/packages/flowy_infra/lib/theme.dart (+18 -16)

📄 Description

After re-forking from the main branch. Managed to update the files and fix the bugs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/250 **Author:** [@rileyhawk1417](https://github.com/rileyhawk1417) **Created:** 1/9/2022 **Status:** ✅ Merged **Merged:** 1/12/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_dark_mode` --- ### 📝 Commits (3) - [`5e56f5e`](https://github.com/AppFlowy-IO/AppFlowy/commit/5e56f5e0ecb3900d39a17f8ba8eca0f5a9c9819e) Fixed Dark Mode Bugs - [`95378dd`](https://github.com/AppFlowy-IO/AppFlowy/commit/95378dd73a73ee2af5d21e811db348dcc14485a2) Refactored Values - [`2ae4762`](https://github.com/AppFlowy-IO/AppFlowy/commit/2ae4762de8995c51b207bd177a3e21b7d3ed29b6) Removed unused imports & Refactored ### 📊 Changes **10 files changed** (+154 additions, -31 deletions) <details> <summary>View changed files</summary> ➕ `frontend/app_flowy/assets/images/flowy_logo_dark_mode.svg` (+112 -0) 📝 `frontend/app_flowy/lib/workspace/domain/edit_action/app_edit.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/domain/edit_action/view_edit.dart` (+3 -3) 📝 `frontend/app_flowy/lib/workspace/domain/image.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/app/section/disclosure_action.dart` (+4 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/app/section/item.dart` (+3 -3) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/menu_trash.dart` (+3 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/menu_user.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/top_bar.dart` (+6 -2) 📝 `frontend/app_flowy/packages/flowy_infra/lib/theme.dart` (+18 -16) </details> ### 📄 Description After re-forking from the main branch. Managed to update the files and fix the bugs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:57 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4020
No description provided.