mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[PR #7761] [MERGED] fix: 0.8.9 release bugs #8096
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#8096
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/7761
Author: @appflowy
Created: 4/16/2025
Status: ✅ Merged
Merged: 4/16/2025
Merged by: @appflowy
Base:
main← Head:do_not_initialize_collab📝 Commits (10+)
be1d2b4chore: delay collab initialization until schema is configured; finalize to ensure collab includes its schema3214ec0chore: fix flaky initialize folder indexere695101chore: do not generate search summary if result is emptybe132d8chore: lock analyzer versionecfcf3bchore: commit pub lock92179fechore: do not get workspace usage when current user is not ownerf652229fix: open relation database rowd7d040bMerge branch 'main' into do_not_initialize_collab0be8dccchore: remove duplciate079112cchore: clippy📊 Changes
18 files changed (+164 additions, -67 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/plugins/database/application/row/related_row_detail_bloc.dart(+14 -17)📝
frontend/appflowy_flutter/lib/startup/tasks/app_window_size_manager.dart(+6 -2)📝
frontend/appflowy_flutter/lib/workspace/application/menu/sidebar_sections_bloc.dart(+4 -1)📝
frontend/appflowy_flutter/lib/workspace/application/settings/billing/settings_billing_bloc.dart(+1 -1)📝
frontend/appflowy_flutter/lib/workspace/application/settings/plan/settings_plan_bloc.dart(+5 -2)📝
frontend/appflowy_flutter/lib/workspace/application/sidebar/billing/sidebar_plan_bloc.dart(+18 -13)📝
frontend/appflowy_flutter/lib/workspace/application/sidebar/space/space_bloc.dart(+4 -1)📝
frontend/appflowy_flutter/lib/workspace/application/workspace/workspace_service.dart(+16 -2)📝
frontend/appflowy_flutter/test/util.dart(+4 -1)📝
frontend/rust-lib/collab-integrate/src/collab_builder.rs(+1 -2)📝
frontend/rust-lib/flowy-database2/src/event_handler.rs(+15 -7)📝
frontend/rust-lib/flowy-database2/src/event_map.rs(+3 -3)📝
frontend/rust-lib/flowy-database2/src/manager.rs(+9 -0)📝
frontend/rust-lib/flowy-folder/src/manager_init.rs(+6 -1)📝
frontend/rust-lib/flowy-search/src/document/handler.rs(+6 -1)📝
frontend/rust-lib/flowy-search/src/folder/indexer.rs(+42 -9)📝
frontend/rust-lib/flowy-user/src/event_handler.rs(+4 -1)📝
frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs(+6 -3)📄 Description
1.Delay collab initialization until the schema is configured.
2.Do not generate a search summary when the search results are empty.
3.Fix the folder indexer initialization error.
4.Adjust the window size.
5.Do not retrieve workspace usage when the current user is not the owner.
6.Fix the open relation database row issue. (TODO: Save the reference database view ID because the row order differs among database views.)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.