[PR #2077] [MERGED] Feat: adding number feature to toolbar #5085

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2077
Author: @1AMTEDDY
Created: 3/22/2023
Status: Merged
Merged: 4/3/2023
Merged by: @LucasXu0

Base: mainHead: main


📝 Commits (1)

  • 0587445 Adding number feature to toolbar

📊 Changes

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

View changed files

📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/toolbar/toolbar_item.dart (+16 -0)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/default_text_operations/format_rich_text_style.dart (+7 -0)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/toolbar_rich_text_test.dart (+27 -0)

📄 Description

Issue

Fixes #1069.

Video Showing Feature

I added number list to the toolbar and wrote test for it
https://user-images.githubusercontent.com/103382847/226871569-21aad6ac-c577-452a-9e38-8a3057cd9c8b.mp4

Image showing the feature

Screenshot from 2023-03-22 11-20-05


🔄 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/2077 **Author:** [@1AMTEDDY](https://github.com/1AMTEDDY) **Created:** 3/22/2023 **Status:** ✅ Merged **Merged:** 4/3/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`0587445`](https://github.com/AppFlowy-IO/AppFlowy/commit/0587445dbe132edb51887fac0849eb3d8c35becf) Adding number feature to toolbar ### 📊 Changes **3 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/toolbar/toolbar_item.dart` (+16 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/default_text_operations/format_rich_text_style.dart` (+7 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/toolbar_rich_text_test.dart` (+27 -0) </details> ### 📄 Description ### Issue Fixes #1069. ### Video Showing Feature I added number list to the toolbar and wrote test for it https://user-images.githubusercontent.com/103382847/226871569-21aad6ac-c577-452a-9e38-8a3057cd9c8b.mp4 ### Image showing the feature ![Screenshot from 2023-03-22 11-20-05](https://user-images.githubusercontent.com/103382847/226873624-f14b7a5e-1ba0-4199-8ee2-8a17926d20a1.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:09 +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#5085
No description provided.