mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #1474] [MERGED] Implement Grid's filter UI #4764
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#4764
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/1474
Author: @appflowy
Created: 11/22/2022
Status: ✅ Merged
Merged: 11/26/2022
Merged by: @appflowy
Base:
main← Head:filter_ui📝 Commits (10+)
22639a9fix: border of field cell45c98ffchore: add filter buttonf1046e0chore: refactor setting button event6f98db2chore: notify row did changed with filter configuration8f8ff01chore: add filter bloc test38433b7chore: config add filter button0b2ec8achore: create filter55068d2chore: load filters and update corresponding field property71d6ecachore: add filter choice chip4fdb42achore: config choice chip ui📊 Changes
122 files changed (+3757 additions, -1464 deletions)
View changed files
📝
frontend/app_flowy/assets/translations/en.json(+15 -1)📝
frontend/app_flowy/lib/plugins/board/application/board_bloc.dart(+25 -25)📝
frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart(+1 -1)📝
frontend/app_flowy/lib/plugins/board/application/card/board_date_cell_bloc.dart(+2 -2)📝
frontend/app_flowy/lib/plugins/board/application/card/card_bloc.dart(+5 -5)📝
frontend/app_flowy/lib/plugins/board/presentation/board_page.dart(+2 -2)📝
frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart(+16 -11)📝
frontend/app_flowy/lib/plugins/document/document.dart(+1 -1)📝
frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_controller.dart(+19 -16)📝
frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_field_notifier.dart(+2 -2)📝
frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_service.dart(+4 -4)📝
frontend/app_flowy/lib/plugins/grid/application/cell/date_cal_bloc.dart(+1 -1)📝
frontend/app_flowy/lib/plugins/grid/application/cell/date_cell_bloc.dart(+2 -2)📝
frontend/app_flowy/lib/plugins/grid/application/cell/select_option_service.dart(+1 -1)📝
frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart(+304 -85)📝
frontend/app_flowy/lib/plugins/grid/application/field/field_service.dart(+0 -5)📝
frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_data_controller.dart(+5 -5)➖
frontend/app_flowy/lib/plugins/grid/application/filter/filter_bloc.dart(+0 -206)➕
frontend/app_flowy/lib/plugins/grid/application/filter/filter_create_bloc.dart(+179 -0)📝
frontend/app_flowy/lib/plugins/grid/application/filter/filter_listener.dart(+76 -2)...and 80 more files
📄 Description
For the moment, only support filters for the text field type. Some UI issues will be fixed in other PRs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.