[PR #2772] [MERGED] refactor: create view interface #5417

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2772
Author: @appflowy
Created: 6/12/2023
Status: Merged
Merged: 6/12/2023
Merged by: @LucasXu0

Base: mainHead: refactor/create_view_interface


📝 Commits (2)

📊 Changes

5 files changed (+9 additions, -2 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/application/app/app_bloc.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_service.dart (+5 -2)
📝 frontend/appflowy_flutter/test/bloc_test/board_test/util.dart (+1 -0)
📝 frontend/appflowy_flutter/test/bloc_test/grid_test/filter/filter_util.dart (+1 -0)
📝 frontend/appflowy_flutter/test/bloc_test/grid_test/util.dart (+1 -0)

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/2772 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/12/2023 **Status:** ✅ Merged **Merged:** 6/12/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `refactor/create_view_interface` --- ### 📝 Commits (2) - [`f8a21ea`](https://github.com/AppFlowy-IO/AppFlowy/commit/f8a21ead51bdaedd1101fa92e5c3b60a5c5a331e) refactor: create view interface - [`ebd6ef4`](https://github.com/AppFlowy-IO/AppFlowy/commit/ebd6ef47c8e813ca282ce78c57c65d49a9e1f315) chore: update doc ### 📊 Changes **5 files changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/application/app/app_bloc.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_service.dart` (+5 -2) 📝 `frontend/appflowy_flutter/test/bloc_test/board_test/util.dart` (+1 -0) 📝 `frontend/appflowy_flutter/test/bloc_test/grid_test/filter/filter_util.dart` (+1 -0) 📝 `frontend/appflowy_flutter/test/bloc_test/grid_test/util.dart` (+1 -0) </details> ### 📄 Description #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:18:39 +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#5417
No description provided.