mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #5158] [MERGED] feat: support mention page on mobile #6674
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#6674
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/5158
Author: @Xazin
Created: 4/17/2024
Status: ✅ Merged
Merged: 5/2/2024
Merged by: @Xazin
Base:
main← Head:feat/support-mention-page-mobile📝 Commits (10+)
77f5346feat: support mention page on mobilec62fbe2chore: clean up toggle notifiercd68deaMerge branch 'main' into feat/support-mention-page-mobilee22ddd3chore: merge branch 'upstream/main' into feat/support-mention-page-mobile2bcb474fix: changes after mergebbbdfecfix: depends on inherited widget error0d2bf7dMerge branch 'main' into feat/support-mention-page-mobilef2408c8fix: amend after mergea658cdffeat: add icon to searchd31230bchore: slight style changes📊 Changes
17 files changed (+423 additions, -331 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/plugins/database/widgets/row/row_document.dart(+3 -4)📝
frontend/appflowy_flutter/lib/plugins/document/document.dart(+2 -1)📝
frontend/appflowy_flutter/lib/plugins/document/document_page.dart(+12 -14)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/collaborator_avater_stack.dart(+2 -9)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_configuration.dart(+26 -69)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_notification.dart(+9 -25)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart(+27 -39)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mention_block.dart(+6 -2)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mention_page_block.dart(+81 -16)➕
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mobile_page_selector_sheet.dart(+135 -0)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/add_block_toolbar_item.dart(+51 -22)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/appflowy_mobile_toolbar.dart(+13 -9)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/util.dart(+18 -35)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart(+21 -54)📝
frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart(+2 -2)📝
frontend/appflowy_flutter/lib/workspace/presentation/command_palette/command_palette.dart(+9 -30)📝
frontend/resources/translations/en.json(+6 -0)📄 Description
Closes: #5154
Feature Preview
https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/46e03974-fdf9-44f3-aa72-c644cddf4db5
PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.