mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #7948] [MERGED] feat: shared folder refactor #8229
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#8229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7948
Author: @LucasXu0
Created: 5/19/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @LucasXu0
Base:
main← Head:share_folder_v2📝 Commits (10+)
3ac14fffeat: get the shared folder82080e6feat: add shared_view sql8203f3ffeat: persist the shared view dataf13b48bfeat: support notificationb18fd56fix: flutter compile7ab4a2efeat: add logic, data and presentationsaf4d552feat: integrate client-api endpointsa6787e0feat: replace upsert with replace_all for workspace shared views management5718c6crefactor: streamline sharedPages retrieval with extension method7ae29fefeat: enhance SharedSidebarBloc with folder notification support and update shared pages management📊 Changes
47 files changed (+1231 additions, -112 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/features/share_tab/data/repositories/local_share_with_user_repository.dart(+3 -3)📝
frontend/appflowy_flutter/lib/features/share_tab/data/repositories/rust_share_with_user_repository.dart(+4 -81)📝
frontend/appflowy_flutter/lib/features/share_tab/data/repositories/share_with_user_repository.dart(+2 -2)📝
frontend/appflowy_flutter/lib/features/share_tab/logic/share_with_user_bloc.dart(+2 -2)➕
frontend/appflowy_flutter/lib/features/shared_section/data/local_share_pages_repository.dart(+33 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/data/rust_share_pagers_repository.dart(+28 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/data/share_pages_repository.dart(+12 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/logic/shared_section_bloc.dart(+186 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/models/shared_page.dart(+14 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/presentation/shared_section.dart(+61 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/presentation/widgets/refresh_button.dart(+25 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/presentation/widgets/shared_pages_list.dart(+44 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/presentation/widgets/shared_section_error.dart(+25 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/presentation/widgets/shared_section_header.dart(+23 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/presentation/widgets/shared_section_loading.dart(+16 -0)➕
frontend/appflowy_flutter/lib/features/shared_section/util/extensions.dart(+85 -0)📝
frontend/appflowy_flutter/lib/plugins/shared/share/share_button.dart(+2 -3)📝
frontend/appflowy_flutter/lib/plugins/shared/share/share_menu.dart(+12 -8)📝
frontend/appflowy_flutter/lib/shared/feature_flags.dart(+6 -0)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/sidebar_space.dart(+15 -0)...and 27 more files
📄 Description
Feature Preview
PR Checklist
Summary by Sourcery
Add comprehensive support for fetching shared views across a workspace, including nested child views, by introducing new protobuf types, extending cloud and local services, wiring up the event handler, and enabling the share tab in the Flutter UI, along with a version bump to 1.0.0.
New Features:
Enhancements:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.