[PR #5743] [MERGED] fix: improve color selector #6981

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5743
Author: @Xazin
Created: 7/15/2024
Status: Merged
Merged: 7/16/2024
Merged by: @LucasXu0

Base: mainHead: fix/improve-color-selector


📝 Commits (2)

  • 770ed60 fix: improve color selector
  • 730c250 Merge branch 'main' into fix/improve-color-selector

📊 Changes

5 files changed (+123 additions, -67 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart (+7 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_workspace_view.dart (+32 -7)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/shared/document_color_setting_button.dart (+70 -57)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart (+6 -2)
📝 frontend/resources/translations/en.json (+8 -0)

📄 Description

Feature Preview

https://github.com/user-attachments/assets/cff78bf2-1553-4511-b2ca-d3afd3761d75

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/5743 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/improve-color-selector` --- ### 📝 Commits (2) - [`770ed60`](https://github.com/AppFlowy-IO/AppFlowy/commit/770ed605ade9ee5529bc4e011bcb17c18a874e8f) fix: improve color selector - [`730c250`](https://github.com/AppFlowy-IO/AppFlowy/commit/730c2509062f956514fd0028cd72959a6c6ad4c5) Merge branch 'main' into fix/improve-color-selector ### 📊 Changes **5 files changed** (+123 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart` (+7 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_workspace_view.dart` (+32 -7) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/shared/document_color_setting_button.dart` (+70 -57) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart` (+6 -2) 📝 `frontend/resources/translations/en.json` (+8 -0) </details> ### 📄 Description ### Feature Preview https://github.com/user-attachments/assets/cff78bf2-1553-4511-b2ca-d3afd3761d75 #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:34 +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#6981
No description provided.