[PR #4639] [MERGED] feat: improve more action in document #6360

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4639
Author: @Xazin
Created: 2/8/2024
Status: Merged
Merged: 2/9/2024
Merged by: @Xazin

Base: mainHead: feat/improve-more-action


📝 Commits (1)

  • 595ef40 feat: improve more action in document

📊 Changes

4 files changed (+91 additions, -118 deletions)

View changed files

frontend/appflowy_flutter/lib/plugins/document/presentation/more/font_size_slider.dart (+51 -0)
frontend/appflowy_flutter/lib/plugins/document/presentation/more/font_size_switcher.dart (+0 -92)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/more/more_button.dart (+39 -22)
📝 frontend/resources/translations/en.json (+1 -4)

📄 Description

In an attempt to accommodate adding more items to the more menu in a document, such as created/modified time, word count, and other actions, I've made an attempt at making the more action fit more into AppFlowy style.

Feature Preview

AFTER

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/ce1ade4e-e942-4c2b-855b-5725073cbca2

BEFORE

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/7388419a-3dc9-451e-ab0d-f65714433015

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/4639 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 2/8/2024 **Status:** ✅ Merged **Merged:** 2/9/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `feat/improve-more-action` --- ### 📝 Commits (1) - [`595ef40`](https://github.com/AppFlowy-IO/AppFlowy/commit/595ef40bbf9aae4a8b74f386b82e717db8b78a32) feat: improve more action in document ### 📊 Changes **4 files changed** (+91 additions, -118 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/lib/plugins/document/presentation/more/font_size_slider.dart` (+51 -0) ➖ `frontend/appflowy_flutter/lib/plugins/document/presentation/more/font_size_switcher.dart` (+0 -92) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/more/more_button.dart` (+39 -22) 📝 `frontend/resources/translations/en.json` (+1 -4) </details> ### 📄 Description In an attempt to accommodate adding more items to the more menu in a document, such as created/modified time, word count, and other actions, I've made an attempt at making the more action fit more into AppFlowy style. ### Feature Preview **AFTER** https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/ce1ade4e-e942-4c2b-855b-5725073cbca2 **BEFORE** https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/7388419a-3dc9-451e-ab0d-f65714433015 #### 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. - [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:22:53 +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#6360
No description provided.