[PR #2141] [CLOSED] Feat(appflowy_flutter): dark mode improvement for Editor #5121

Closed
opened 2026-03-23 22:17:20 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2141
Author: @hyj1204
Created: 3/29/2023
Status: Closed

Base: mainHead: feat/dark_mode_editor_improvement


📝 Commits (10+)

  • afe41b4 chore: update color scheme for dark mode
  • 81969e5 chore: update dark color scheme
  • a1ff6f0 chore: update top bar BGcolor and icon color
  • 48a8684 chore: update text color
  • 2943c0b chore: update share button color on the top bar
  • 1461364 chore: add tooltip theme data in global
  • 1508edc chore: add hint and tertiary color and update font size pop up menu style
  • a04776a chore: update all the semibold texts color
  • 88b924c chore: update all the hover color
  • 4729c42 chore: update setting BG color

📊 Changes

69 files changed (+430 additions, -205 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/images/home/new_app.svg (+17 -5)
📝 frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/board_page.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/toolbar/board_setting.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/choicechip/choicechip.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/create_filter_list.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/disclosure_button.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/filter_menu.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/footer/grid_footer.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_cell.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_type_list.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_type_option_editor.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/grid_header.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/date.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/number.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/select_option.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/select_option_editor.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/action.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/sort_editor.dart (+3 -3)

...and 49 more files

📄 Description

Update the following UI in the dark mode
Editor

  1. Selection Menu
    image
  2. Emoji picker
    image

🔄 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/2141 **Author:** [@hyj1204](https://github.com/hyj1204) **Created:** 3/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/dark_mode_editor_improvement` --- ### 📝 Commits (10+) - [`afe41b4`](https://github.com/AppFlowy-IO/AppFlowy/commit/afe41b45bf2703ff6f22b2d652f24229867a0129) chore: update color scheme for dark mode - [`81969e5`](https://github.com/AppFlowy-IO/AppFlowy/commit/81969e54d544d2a8c912cf3df9952bf48bfd8475) chore: update dark color scheme - [`a1ff6f0`](https://github.com/AppFlowy-IO/AppFlowy/commit/a1ff6f066cba6bce203c1c90a704e70554bfb405) chore: update top bar BGcolor and icon color - [`48a8684`](https://github.com/AppFlowy-IO/AppFlowy/commit/48a8684be7ae89e95bc6fd024d02f2398d0a4ede) chore: update text color - [`2943c0b`](https://github.com/AppFlowy-IO/AppFlowy/commit/2943c0b9f6454b0ec932d9b36eb53356b35ac1a4) chore: update share button color on the top bar - [`1461364`](https://github.com/AppFlowy-IO/AppFlowy/commit/1461364ea549cc54d527ad1f0bc82daaff2ec02a) chore: add tooltip theme data in global - [`1508edc`](https://github.com/AppFlowy-IO/AppFlowy/commit/1508edce4a9eac701ecbea26aa83052ee5ac1e76) chore: add hint and tertiary color and update font size pop up menu style - [`a04776a`](https://github.com/AppFlowy-IO/AppFlowy/commit/a04776a416cdb1ae6de630883a1db303ba327738) chore: update all the semibold texts color - [`88b924c`](https://github.com/AppFlowy-IO/AppFlowy/commit/88b924c0e4858ff63ccaf046c0a92c7920689197) chore: update all the hover color - [`4729c42`](https://github.com/AppFlowy-IO/AppFlowy/commit/4729c42e2d9f4316d989881c56c29b54a55ef409) chore: update setting BG color ### 📊 Changes **69 files changed** (+430 additions, -205 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/images/home/new_app.svg` (+17 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/board_page.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/toolbar/board_setting.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/choicechip/choicechip.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/create_filter_list.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/disclosure_button.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/filter_menu.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/footer/grid_footer.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_cell.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_type_list.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_type_option_editor.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/grid_header.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/date.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/number.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/select_option.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/select_option_editor.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/action.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/sort_editor.dart` (+3 -3) _...and 49 more files_ </details> ### 📄 Description Update the following UI in the dark mode **Editor** 1. Selection Menu ![image](https://user-images.githubusercontent.com/14248245/228657943-bfff6e8a-95c3-464f-923f-1a695ee365ea.png) 2. Emoji picker ![image](https://user-images.githubusercontent.com/14248245/228664147-7b487903-0730-424c-b439-505e3f6831d9.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:20 +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#5121
No description provided.