mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #5831] [MERGED] feat: support notification on mobile #7030
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#7030
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/5831
Author: @LucasXu0
Created: 7/30/2024
Status: ✅ Merged
Merged: 7/31/2024
Merged by: @LucasXu0
Base:
main← Head:notification📝 Commits (10+)
9867aa4feat: add inbox/unread/archived tabse9eaec7feat: dump notification info2c362fechore: add reminder blocffbdb71Merge branch 'main' into notificationf8a60d9feat: support unread / archive notification tab137c728feat: support archive all & mark all as readfd7e86ffeat: add empty page2217b8achore: optimize gesture8c5f562feat: add red dot above notification icon8d9b97bchore: optimize code logic📊 Changes
43 files changed (+1748 additions, -135 deletions)
View changed files
➕
frontend/appflowy_flutter/lib/mobile/application/notification/notification_reminder_bloc.dart(+194 -0)📝
frontend/appflowy_flutter/lib/mobile/application/page_style/document_page_style_bloc.dart(+11 -1)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/tab/_tab_bar.dart(+3 -3)📝
frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart(+65 -3)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/mobile_notifications_screen.dart(+119 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/color.dart(+11 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/empty.dart(+58 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/header.dart(+32 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/notification_item.dart(+366 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/settings_popup_menu.dart(+139 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/slide_actions.dart(+197 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/tab.dart(+96 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/tab_bar.dart(+88 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/widgets.dart(+6 -0)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_configuration.dart(+7 -3)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart(+5 -3)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/emoji_picker_button.dart(+18 -13)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/bulleted_list/bulleted_list_icon.dart(+15 -13)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart(+2 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mention_block.dart(+2 -2)...and 23 more files
📄 Description
Feature Preview
https://github.com/user-attachments/assets/9959c3e4-defb-4430-a00c-e9550789697c
Known issue
PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.