[PR #5549] [MERGED] feat: improve space UX #6880

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5549
Author: @LucasXu0
Created: 6/17/2024
Status: Merged
Merged: 6/17/2024
Merged by: @LucasXu0

Base: mainHead: fix_space_issues_2


📝 Commits (10+)

  • dc088ff fix: scroll bar hover color
  • bed4224 chore: replace board icon
  • 712108d chore: remove close button in upgrade menu
  • 853d9d1 chore: add translation
  • 6ba31c0 Merge branch 'main' into fix_space_issues_2
  • 0f61b50 feat: switch to the next space by shortcut
  • 6508e92 chore: replace space lock icon
  • 79ab242 chore: remove arrow icon in change icon button
  • 555e9f2 feat: only show other favorites header if the other two is empty
  • 411d3e8 fix: create new page in current space

📊 Changes

28 files changed (+343 additions, -182 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/default_mobile_action_pane.dart (+6 -6)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/favorite_space.dart (+4 -4)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/recent_space.dart (+4 -4)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/shared/empty_placeholder.dart (+6 -6)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_page_card.dart (+6 -6)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space.dart (+0 -4)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/appearance/desktop_appearance.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/sidebar/space/space_bloc.dart (+76 -9)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart (+13 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/favorites/favorite_menu.dart (+46 -26)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/shared/sidebar_new_page_button.dart (+18 -7)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar.dart (+37 -19)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/create_space_popup.dart (+29 -15)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/sidebar_space.dart (+17 -4)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/sidebar_space_header.dart (+43 -20)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/space_action_type.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/space_migration.dart (+4 -8)

...and 8 more files

📄 Description

Feature Preview

  • scroll bar color
  • replace board icon
  • remove close button in upgrade menu
  • support shortcuts to switch workspace
  • rename others to other favorites
  • remove other favorites title if there's no today, this week in favorite menu
  • remove > in change icon button
  • create new page in current space
  • support enter key to creating a new space
  • remove space general name
  • create a new page in a newly created space by default
  • update translations
  • open the first page of current space after switching space

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • 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/5549 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_space_issues_2` --- ### 📝 Commits (10+) - [`dc088ff`](https://github.com/AppFlowy-IO/AppFlowy/commit/dc088fffb7e64fcd59a3bf5a6d4e080979bd644e) fix: scroll bar hover color - [`bed4224`](https://github.com/AppFlowy-IO/AppFlowy/commit/bed42246f4c8a0cee97b66cebbb6e5db50392f24) chore: replace board icon - [`712108d`](https://github.com/AppFlowy-IO/AppFlowy/commit/712108d5cc5726378ea2ac28a36762c049d8282b) chore: remove close button in upgrade menu - [`853d9d1`](https://github.com/AppFlowy-IO/AppFlowy/commit/853d9d113cb227d5cfed0a0a994766ba2aafe057) chore: add translation - [`6ba31c0`](https://github.com/AppFlowy-IO/AppFlowy/commit/6ba31c03a1f64bd266f0e0551c5b0aa95bbe41b5) Merge branch 'main' into fix_space_issues_2 - [`0f61b50`](https://github.com/AppFlowy-IO/AppFlowy/commit/0f61b50c3228cffda1dadde56b223cb7c80e3fe7) feat: switch to the next space by shortcut - [`6508e92`](https://github.com/AppFlowy-IO/AppFlowy/commit/6508e922ca29843cc2f8a28aae4e15ec58f02f28) chore: replace space lock icon - [`79ab242`](https://github.com/AppFlowy-IO/AppFlowy/commit/79ab242b9d8fdd6b7fe9f8a05ce6f15cbe9728ae) chore: remove arrow icon in change icon button - [`555e9f2`](https://github.com/AppFlowy-IO/AppFlowy/commit/555e9f2a977b68745817d3e03d99bb619b9f91b8) feat: only show other favorites header if the other two is empty - [`411d3e8`](https://github.com/AppFlowy-IO/AppFlowy/commit/411d3e8986058acfe8f501277506f9fc3206c3a2) fix: create new page in current space ### 📊 Changes **28 files changed** (+343 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/default_mobile_action_pane.dart` (+6 -6) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/favorite_space.dart` (+4 -4) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/recent_space.dart` (+4 -4) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/shared/empty_placeholder.dart` (+6 -6) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_page_card.dart` (+6 -6) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space.dart` (+0 -4) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/appearance/desktop_appearance.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/sidebar/space/space_bloc.dart` (+76 -9) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart` (+13 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/favorites/favorite_menu.dart` (+46 -26) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/shared/sidebar_new_page_button.dart` (+18 -7) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar.dart` (+37 -19) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/create_space_popup.dart` (+29 -15) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/sidebar_space.dart` (+17 -4) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/sidebar_space_header.dart` (+43 -20) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/space_action_type.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/space_migration.dart` (+4 -8) _...and 8 more files_ </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - [x] scroll bar color - [x] replace board icon - [x] remove close button in upgrade menu - [x] support shortcuts to switch workspace - [x] rename others to other favorites - [x] remove other favorites title if there's no today, this week in favorite menu - [x] remove > in change icon button - [x] create new page in current space - [x] support enter key to creating a new space - [x] remove space general name - [x] create a new page in a newly created space by default - [x] update translations - [x] open the first page of current space after switching space <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] 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 23:17:06 +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#6880
No description provided.