Commit b7ba189
authored
Feat/sort UI (#1642)
* feat: implement sort UI
* chore: config sort listener
* chore: config sort ui
* chore: config sort ui
* feat: support ascending & descending
* fix: reorder rows bugs
* chore: add tests
Co-authored-by: nathan <[email protected]>1 parent 92baa57 commit b7ba189
File tree
77 files changed
+2803
-411
lines changed- frontend
- app_flowy
- assets/translations
- lib/plugins
- board/application
- grid
- application
- field
- filter
- row
- sort
- view
- presentation
- layout
- widgets
- cell
- checklist_cell
- date_cell
- select_option_cell
- filter
- choicechip/select_option
- header
- type_option
- row
- sort
- toolbar
- packages
- flowy_infra_ui
- example
- flowy_infra_ui_platform_interface
- flowy_infra_ui_web
- lib
- src/flowy_overlay
- style_widget
- flowy_infra
- flowy_sdk
- rust-lib
- flowy-error/src
- flowy-grid
- src
- entities
- services
- field/type_options
- filter
- sort
- view_editor
- tests/grid
- block_test
- sort_test
- flowy-revision/src
- flowy-sync/src/client_grid
- flowy-task/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+2803
-411
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
276 | 283 | | |
277 | 284 | | |
278 | 285 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments