[PR #262] [MERGED] Settings Modal #4027

Closed
opened 2026-03-23 21:35:58 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/262
Author: @Hari-07
Created: 1/20/2022
Status: Merged
Merged: 1/21/2022
Merged by: @appflowy

Base: mainHead: settings-modal


📝 Commits (10+)

  • 01d2860 Basic Setup of Settings Dialog
  • 03e58a9 Cleanup imports
  • 0ed1847 Refactor Settings Menu Element into seperate file
  • fd98b19 Added adaptive theme and change theme button
  • 907b10b Added constrained box
  • c1ccad1 Fixed adaptive Size issue
  • 8c17e96 Replaced literal strings with translation
  • 2317f16 Cleaned up imports
  • 33212df Fixed problem with translation key gen
  • 4da2dad Fixed language generation from build script

📊 Changes

10 files changed (+256 additions, -50 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+12 -1)
frontend/app_flowy/lib/workspace/presentation/settings/settings_dialog.dart (+64 -0)
frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart (+50 -0)
frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_language_view.dart (+10 -0)
frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_menu.dart (+40 -0)
frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_menu_element.dart (+50 -0)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/menu_user.dart (+21 -39)
📝 frontend/scripts/generate_language_files.cmd (+2 -1)
📝 frontend/scripts/generate_language_files.sh (+1 -1)
📝 frontend/scripts/makefile/flutter.toml (+6 -8)

📄 Description

Settings Modal implemented and existing Theme Switch moved into it


🔄 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/262 **Author:** [@Hari-07](https://github.com/Hari-07) **Created:** 1/20/2022 **Status:** ✅ Merged **Merged:** 1/21/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `settings-modal` --- ### 📝 Commits (10+) - [`01d2860`](https://github.com/AppFlowy-IO/AppFlowy/commit/01d28609485819aad2b4238e617d55c7ceb29f6b) Basic Setup of Settings Dialog - [`03e58a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/03e58a90d2101095e6420385163d85a4307c8832) Cleanup imports - [`0ed1847`](https://github.com/AppFlowy-IO/AppFlowy/commit/0ed1847672bf26396b072a32eeecca75d38144fd) Refactor Settings Menu Element into seperate file - [`fd98b19`](https://github.com/AppFlowy-IO/AppFlowy/commit/fd98b192afbc18f8d3ae5d4373c9858b1ae54334) Added adaptive theme and change theme button - [`907b10b`](https://github.com/AppFlowy-IO/AppFlowy/commit/907b10b783750c1473a8384dc49874019fe17361) Added constrained box - [`c1ccad1`](https://github.com/AppFlowy-IO/AppFlowy/commit/c1ccad104b15960f46e928da8a835f3a1d0dfbb2) Fixed adaptive Size issue - [`8c17e96`](https://github.com/AppFlowy-IO/AppFlowy/commit/8c17e96c51fda7dc77c0a1da805badb011b8b162) Replaced literal strings with translation - [`2317f16`](https://github.com/AppFlowy-IO/AppFlowy/commit/2317f1682c64c452e6f04a3d049d24ae12c35acb) Cleaned up imports - [`33212df`](https://github.com/AppFlowy-IO/AppFlowy/commit/33212df63a141e4ad22416180474f56aeb9110d6) Fixed problem with translation key gen - [`4da2dad`](https://github.com/AppFlowy-IO/AppFlowy/commit/4da2dadf694eaff2f0b65cdb4fa645b95d1eea79) Fixed language generation from build script ### 📊 Changes **10 files changed** (+256 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+12 -1) ➕ `frontend/app_flowy/lib/workspace/presentation/settings/settings_dialog.dart` (+64 -0) ➕ `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart` (+50 -0) ➕ `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_language_view.dart` (+10 -0) ➕ `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_menu.dart` (+40 -0) ➕ `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_menu_element.dart` (+50 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/menu/widget/menu_user.dart` (+21 -39) 📝 `frontend/scripts/generate_language_files.cmd` (+2 -1) 📝 `frontend/scripts/generate_language_files.sh` (+1 -1) 📝 `frontend/scripts/makefile/flutter.toml` (+6 -8) </details> ### 📄 Description Settings Modal implemented and existing Theme Switch moved into it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:58 +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#4027
No description provided.