[PR #1466] [MERGED] chore: use theme.of(context) text theme in settings and around app #4758

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1466
Author: @richardshiue
Created: 11/20/2022
Status: Merged
Merged: 11/22/2022
Merged by: @appflowy

Base: mainHead: settings-intro-themeofcontext-textstyle


📝 Commits (2)

  • 30ca933 chore: use theme.of(context) text theme in settings and around app
  • c81d15e chore: add textDecoration to FlowyText

📊 Changes

14 files changed (+62 additions, -78 deletions)

View changed files

📝 frontend/app_flowy/lib/user/presentation/sign_in_screen.dart (+3 -7)
📝 frontend/app_flowy/lib/user/presentation/sign_up_screen.dart (+9 -10)
📝 frontend/app_flowy/lib/user/presentation/skip_log_in_screen.dart (+12 -12)
📝 frontend/app_flowy/lib/user/presentation/widgets/background.dart (+2 -1)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/menu.dart (+3 -1)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/menu_user.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/home/navigation.dart (+9 -8)
📝 frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart (+3 -11)
📝 frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_language_view.dart (+3 -11)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/dialogs.dart (+3 -5)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/left_bar_item.dart (+2 -5)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/text.dart (+6 -0)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/widget/rounded_input_field.dart (+3 -3)

📄 Description

No description provided


🔄 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/1466 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 11/20/2022 **Status:** ✅ Merged **Merged:** 11/22/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `settings-intro-themeofcontext-textstyle` --- ### 📝 Commits (2) - [`30ca933`](https://github.com/AppFlowy-IO/AppFlowy/commit/30ca93336b840595026bb38b2f7a69fa24f1904b) chore: use theme.of(context) text theme in settings and around app - [`c81d15e`](https://github.com/AppFlowy-IO/AppFlowy/commit/c81d15eabc127c7c79c9fb2d0cfeed39535972c3) chore: add textDecoration to FlowyText ### 📊 Changes **14 files changed** (+62 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/user/presentation/sign_in_screen.dart` (+3 -7) 📝 `frontend/app_flowy/lib/user/presentation/sign_up_screen.dart` (+9 -10) 📝 `frontend/app_flowy/lib/user/presentation/skip_log_in_screen.dart` (+12 -12) 📝 `frontend/app_flowy/lib/user/presentation/widgets/background.dart` (+2 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/menu.dart` (+3 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/menu_user.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/home/navigation.dart` (+9 -8) 📝 `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart` (+3 -11) 📝 `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_language_view.dart` (+3 -11) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/dialogs.dart` (+3 -5) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/left_bar_item.dart` (+2 -5) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/text.dart` (+6 -0) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/widget/rounded_input_field.dart` (+3 -3) </details> ### 📄 Description _No description provided_ --- <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:41 +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#4758
No description provided.