[PR #1448] [MERGED] chore: add textTheme to AppTheme #4740

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1448
Author: @richardshiue
Created: 11/13/2022
Status: Merged
Merged: 11/17/2022
Merged by: @appflowy

Base: mainHead: create-text-theme-in-apptheme


📝 Commits (4)

  • 195ac4e chore: add textTheme to AppTheme
  • 1d83458 chore: extend scaled font size options
  • a3ea242 chore: add text styles to extension and rename extension to AFThemeExtension
  • 432c54e chore: use 2021 material design text style tokens

📊 Changes

16 files changed (+138 additions, -40 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/cell_accessory.dart (+3 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_editor.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/extension.dart (+9 -9)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_editor.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/footer/grid_footer.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart (+1 -1)
📝 frontend/app_flowy/lib/user/presentation/welcome_screen.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/item.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/toggle/toggle.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_infra/lib/color_extension.dart (+26 -10)
📝 frontend/app_flowy/packages/flowy_infra/lib/size.dart (+8 -0)
📝 frontend/app_flowy/packages/flowy_infra/lib/text_style.dart (+62 -0)
📝 frontend/app_flowy/packages/flowy_infra/lib/theme.dart (+16 -5)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/scrolling/styled_scroll_bar.dart (+4 -4)

📄 Description

requires #1433


🔄 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/1448 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 11/13/2022 **Status:** ✅ Merged **Merged:** 11/17/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `create-text-theme-in-apptheme` --- ### 📝 Commits (4) - [`195ac4e`](https://github.com/AppFlowy-IO/AppFlowy/commit/195ac4e5eca422d2e683d0fd91899c8bff766d7d) chore: add textTheme to AppTheme - [`1d83458`](https://github.com/AppFlowy-IO/AppFlowy/commit/1d83458d9cb56686c8d202b8cda9b36535d51408) chore: extend scaled font size options - [`a3ea242`](https://github.com/AppFlowy-IO/AppFlowy/commit/a3ea242a3ea47e00d634d46888e18d182e05e442) chore: add text styles to extension and rename extension to AFThemeExtension - [`432c54e`](https://github.com/AppFlowy-IO/AppFlowy/commit/432c54e27252422b1a558c63ddfecd25b359b657) chore: use 2021 material design text style tokens ### 📊 Changes **16 files changed** (+138 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/cell_accessory.dart` (+3 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_editor.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/extension.dart` (+9 -9) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_editor.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/footer/grid_footer.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/presentation/welcome_screen.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/item.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/toggle/toggle.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_infra/lib/color_extension.dart` (+26 -10) 📝 `frontend/app_flowy/packages/flowy_infra/lib/size.dart` (+8 -0) 📝 `frontend/app_flowy/packages/flowy_infra/lib/text_style.dart` (+62 -0) 📝 `frontend/app_flowy/packages/flowy_infra/lib/theme.dart` (+16 -5) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/scrolling/styled_scroll_bar.dart` (+4 -4) </details> ### 📄 Description ~~requires #1433~~ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15:37 +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#4740
No description provided.