[PR #2939] [MERGED] feat: toggle theme mode shortcut #5485

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2939
Author: @MayurSMahajan
Created: 7/5/2023
Status: Merged
Merged: 7/6/2023
Merged by: @Xazin

Base: mainHead: fr_toggle_theme_shortcut_2304


📝 Commits (2)

  • 7938844 feat: toggle theme mode shortcut
  • 89ff44b test: hotkeys integration test

📊 Changes

3 files changed (+119 additions, -0 deletions)

View changed files

frontend/appflowy_flutter/integration_test/hotkeys_test.dart (+95 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/appearance.dart (+8 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart (+16 -0)

📄 Description

Solves: #2304

Feature Preview

https://github.com/AppFlowy-IO/AppFlowy/assets/47064215/aa91911a-bede-4c61-a8ff-c9f9ffb8474e


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/2939 **Author:** [@MayurSMahajan](https://github.com/MayurSMahajan) **Created:** 7/5/2023 **Status:** ✅ Merged **Merged:** 7/6/2023 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fr_toggle_theme_shortcut_2304` --- ### 📝 Commits (2) - [`7938844`](https://github.com/AppFlowy-IO/AppFlowy/commit/793884427cc54aa22c05d50cb2b29a5e38c8f1c3) feat: toggle theme mode shortcut - [`89ff44b`](https://github.com/AppFlowy-IO/AppFlowy/commit/89ff44b03564a9ae8e9a235d7d01899b572c6fa8) test: hotkeys integration test ### 📊 Changes **3 files changed** (+119 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/integration_test/hotkeys_test.dart` (+95 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/appearance.dart` (+8 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart` (+16 -0) </details> ### 📄 Description Solves: #2304 <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview https://github.com/AppFlowy-IO/AppFlowy/assets/47064215/aa91911a-bede-4c61-a8ff-c9f9ffb8474e <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] 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 22:18: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#5485
No description provided.