Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53dbef25ab 
							
						 
					 
					
						
						
							
							chore: more select option cell editor improvements ( #5019 )  
						
						
						
						
					 
					
						2024-03-31 19:03:02 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							419464c175 
							
						 
					 
					
						
						
							
							feat: select option cell editor revamp ( #5011 )  
						
						... 
						
						
						
						* chore: gen new select option color on frontend
* chore: reorder select options
* chore: fix performance regression
* chore: add text field tap region
* chore: implement hover focus
* chore: implement keyboard focus
* chore: fix tests
* chore: reorder options in field editor
* chore: fix tests 
						
						
					 
					
						2024-03-31 10:54:17 +08:00 
						 
				 
			
				
					
						
							
							
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc8f632e3e 
							
						 
					 
					
						
						
							
							feat: database sync indicator ( #5005 )  
						
						... 
						
						
						
						* feat: database sync indicator
* fix: sync state error
* fix: ios ci 
						
						
					 
					
						2024-03-29 17:37:02 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							490cb48354 
							
						 
					 
					
						
						
							
							chore: organize code ( #5004 )  
						
						... 
						
						
						
						* chore: rename files and classes
* chore: move some files around 
						
						
					 
					
						2024-03-29 11:54:42 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							97575d4f6a 
							
						 
					 
					
						
						
							
							fix: single select option filter ui ( #5002 )  
						
						
						
						
					 
					
						2024-03-29 10:47:04 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							477e43b5e6 
							
						 
					 
					
						
						
							
							chore: adjust select option editor ( #4980 )  
						
						... 
						
						
						
						* chore: adjust wording of hint
* chore: remove unnecessary add button
* chore: pdate select_option_editor.dart
* chore: udate en.json 
						
						
					 
					
						2024-03-25 11:58:10 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99ee60a60d 
							
						 
					 
					
						
						
							
							fix: launch review issues ( #4960 )  
						
						... 
						
						
						
						* fix: i18n for multi select condition list
* fix: lookup url cell content to assert validity
* fix: compromise checkmark color 
						
						
					 
					
						2024-03-22 16:50:01 +08:00 
						 
				 
			
				
					
						
							
							
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							27ff5f07ab 
							
						 
					 
					
						
						
							
							Revert "feat: folder search mvp ( #4665 )" ( #4962 )  
						
						... 
						
						
						
						This reverts commit c1006c18c3de1640d22acb10150ef3847af67c91. 
						
						
					 
					
						2024-03-22 15:15:38 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e2e38f72bb 
							
						 
					 
					
						
						
							
							feat: clear all cells ( #4856 )  
						
						... 
						
						
						
						* feat: clear all cells
* fix: smaller dialog width
* fix: clippy warning 
						
						
					 
					
						2024-03-21 17:40:23 +01:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1006c18c3 
							
						 
					 
					
						
						
							
							feat: folder search mvp ( #4665 )  
						
						... 
						
						
						
						* feat: implement folder indexer
* feat: sqlite search views using fts5
* feat: add view indexing to user manager
* feat: implement folder indexer
* feat: add sqlite search documents
* feat: add document indexing to user manager
* feat: add document indexing to folder indexer
* chore: update collab rev
* feat: search frontend integration
* refactor: search index
* test: add event test
* chore: fix ci
* feat: initial command palette overlay impl (#4619 )
* chore: test search engine
* chore: initial structure
* chore: replace old search request
* chore: enable log for lib-dispatch
* chore: move search manager to core
* feat: move traits and responsibility to search crate
* feat: move search to search crate
* feat: replace sqlite with tantivy
* feat: deserialize tantivy documents
* chore: fixes after rebase
* chore: clean code
* feat: fetch and sort results
* fix: code review + cleaning
* feat: support custom icons
* feat: support view layout icons
* feat: rename bloc and fix indexing
* fix: prettify dialog
* feat: score results
* chore: update collab rev
* feat: add recent view history to command palette
* test: add integration_tests
* fix: clippy changes
* fix: focus traversal in cmd palette
* fix: remove file after merging main
* chore: code review and panic-safe
* feat: index all views if index does not exist
* chore: improve logic with conditional
* chore: add is_empty check
* chore: abstract logic from folder manager init
* chore: update collab rev
* chore: code review
* chore: fixes after merge + update lock file
* chore: revert cargo lock
* fix: set icon type when removing icon
* fix: code review + dependency inversion
* fix: remove icon fix for not persisting icon type
* test: simple tests manipulating views
* test: create 100 views
* fix: tauri build
* chore: create 1000 views
* chore: create util methods
* chore: test
* chore: test
* chore: remove logs
* chore: fix build.rs
* chore: export models
* chore: enable clear cache on Rust-CI
* fix: navigate to newly created views
* fix: force disable setting workspace listener on rebuilds
* fix: remove late final
* fix: missing returns
* fix: localization and minor fixes
* test: add index assert to large test
* fix: missing section param after merging main
* chore: try fix unzip file error
* chore: lower the test
* feat: show hint when result is in trash
---------
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Jiraffe7 <twajxjiraffe@gmail.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> 
						
						
					 
					
						2024-03-21 17:34:53 +01:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37f521ae57 
							
						 
					 
					
						
						
							
							chore: kanban filter mvp ( #4935 )  
						
						... 
						
						
						
						* chore: add filter controller in group controller
* chore: enable url filter
* chore: bump collab rev
* chore: fix test
* chore: bump collab rev 
						
						
					 
					
						2024-03-21 12:54:56 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2fb631500 
							
						 
					 
					
						
						
							
							fix: use bg color for mobile url bottom sheet ( #4944 )  
						
						
						
						
					 
					
						2024-03-20 17:24:09 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b557f89829 
							
						 
					 
					
						
						
							
							refactor: group controller traits ( #4880 )  
						
						... 
						
						
						
						* chore: remove async trait
* chore: require From<AnyMap> for trait TypeOption
* refactor: simplify group controller by removing GroupController trait
* chore: rename GroupControllerOperation trait to GroupController
* chore: add some docs
* chore: remove plural struct and use Vec directly
* chore: unnecessary mut
* chore: use same name to indicate passthrough
* chore: remove unused trait
* chore: rename group context to group controller context
* chore: remove group name
* chore: move type option interceptor to GroupCustomize and split off delegates for group context and group controller
* chore: adapt tests to changes
* chore: adapt flutter frontend to changes
* chore: code cleanup
* chore: fix clippy and adapt tauri frontend to changes
* chore: group controller code clean up
* chore: no need to pass cell data when moving row
* chore: rename some functions and variables
* chore: remove content filter 
						
						
					 
					
						2024-03-16 17:18:40 +08:00 
						 
				 
			
				
					
						
							
							
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb414c3fd6 
							
						 
					 
					
						
						
							
							chore: enable relation to ( #4866 )  
						
						... 
						
						
						
						* chore: enable relation to
* chore: fix database name and improve UI
* chore: remove database view id from relation type option
* chore: add remove row id test
* chore: improve appearance of untitled rows
* chore: empty in row detail
* fix: cannot add events after closing
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com> 
						
						
					 
					
						2024-03-15 22:58:55 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a837a9482 
							
						 
					 
					
						
						
							
							fix: number and select filter logic ( #4828 )  
						
						... 
						
						
						
						* fix: number and select option filter bugs
* chore: rename filter condition enum and variants 
						
						
					 
					
						2024-03-14 14:27:57 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							191a077a86 
							
						 
					 
					
						
						
							
							refactor: streamline create row logic ( #4807 )  
						
						
						
						
					 
					
						2024-03-14 11:26:32 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25d4b4f718 
							
						 
					 
					
						
						
							
							chore: revamp mobile url editor ( #4602 )  
						
						... 
						
						
						
						* chore: revamp mobile url editor
* chore: add i18n
* chore: use shared url launcher
* chore: translation bump
* chore: add a toast notification after URL is copied to clipboard
* chore: listen to onchanged
* chore: improve text field editing experience
* chore: disable quick action buttons if url cell data is empty
* chore: apply suggestions from code review
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: provide the bloc and watch changes
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> 
						
						
					 
					
						2024-03-14 09:36:29 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48cac4c5ac 
							
						 
					 
					
						
						
							
							feat: advanced filters backend logic ( #4688 )  
						
						... 
						
						
						
						* feat: implement advanced filters
* test: adapt tests to changes
* test: add advanced filter tests
* chore: adapt flutter frontend to changes
* chore: adapt tauri frontend to changes
* chore: bump collab
* chore: launch review
---------
Co-authored-by: nathan <nathan@appflowy.io> 
						
						
					 
					
						2024-03-14 09:35:45 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c48001bd74 
							
						 
					 
					
						
						
							
							fix: launch review 0.5.1 ( #4855 )  
						
						... 
						
						
						
						* feat: floating calculations row
* fix: calculate cell overflow + tooltip
* fix: empty text cell should be counted as empty
* fix: empty text cell sohuld not be counted as not empty
* fix: conversion of some field types for calculations
* fix: tooltip + size of duplicate event button
* fix: minor view meta info changes
* fix: apply number format on word/char count
* fix: dart format
* fix: hide arrow for calc values
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com> 
						
						
					 
					
						2024-03-11 10:41:51 +01:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70404816e7 
							
						 
					 
					
						
						
							
							fix: restore to use more conventional keyboard tab navigation ( #4851 )  
						
						
						
						
					 
					
						2024-03-08 17:30:26 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							574cca0a8b 
							
						 
					 
					
						
						
							
							fix: bottom sheet color and sort ui imrprovement ( #4849 )  
						
						
						
						
					 
					
						2024-03-08 10:16:03 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9c1cadbe0 
							
						 
					 
					
						
						
							
							chore: invalid url open behavior ( #4850 )  
						
						... 
						
						
						
						* chore: invalid url open behavior
* chore: use https instead of http by default 
						
						
					 
					
						2024-03-08 10:15:19 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a65c193c2 
							
						 
					 
					
						
						
							
							fix: desktop grid launch review ( #4840 )  
						
						... 
						
						
						
						* chore: disable changing the type of primary fields
* fix: don't persist text selection after text update in checklist
* chore: allow fn + backspace in macos to delete checklist item
* chore: shorten opacity fade between opacity shown and not shown
* fix: arrow key focus traversal 
						
						
					 
					
						2024-03-07 21:05:19 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd245b5f0a 
							
						 
					 
					
						
						
							
							fix: focus traversal in checklist popover ( #4843 )  
						
						... 
						
						
						
						* fix: focus traversal in checklist popover
* fix: dont trim input
* chore: remove redundant state var
* chore: remove late from controller 
						
						
					 
					
						2024-03-07 21:04:10 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90ebcb4cfc 
							
						 
					 
					
						
						
							
							chore: enable relation ( #4835 )  
						
						
						
						
					 
					
						2024-03-07 10:12:34 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5cb8b6d25 
							
						 
					 
					
						
						
							
							fix: image url check for embed link ( #4826 )  
						
						... 
						
						
						
						* fix: image url check in for embed link
* chore: move all patterns to shared
* test: prefer enterText over manipulating widget 
						
						
					 
					
						2024-03-06 16:31:30 +01:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							66aea29ab7 
							
						 
					 
					
						
						
							
							feat: generic calculations ( #4794 )  
						
						... 
						
						
						
						* feat: add generic calculations
* chore: remove row count at bottom of grid
* fix: code review 
						
						
					 
					
						2024-03-05 19:16:56 +01:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b0d82287d 
							
						 
					 
					
						
						
							
							fix: some mobile ui bugs ( #4823 )  
						
						... 
						
						
						
						* fix: select option editor mobile
* chore: field type icon 
						
						
					 
					
						2024-03-05 21:45:39 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff8eb0d479 
							
						 
					 
					
						
						
							
							chore: mobile grid dark mode improvements ( #4821 )  
						
						... 
						
						
						
						* chore: field type grid
* chore: don't allow hiding primary field
* chore: bottom sheets
* chore: checklist bottom sheet 
						
						
					 
					
						2024-03-05 15:44:16 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							107e3cea4f 
							
						 
					 
					
						
						
							
							feat: duplicate calendar event ( #4816 )  
						
						... 
						
						
						
						* feat: duplicate calendar event
* test: add simple test 
						
						
					 
					
						2024-03-04 12:42:00 +01:00 
						 
				 
			
				
					
						
							
							
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90146148b6 
							
						 
					 
					
						
						
							
							feat: show the workspace list on top-left corner ( #4799 )  
						
						
						
						
					 
					
						2024-03-04 10:43:00 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							63464cbf2e 
							
						 
					 
					
						
						
							
							fix: launch url on all platforms ( #4797 )  
						
						... 
						
						
						
						* fix: error handled launchUrl
* chore: update links to use new subdomain
* feat: show toast if onFailure is not provided 
						
						
					 
					
						2024-03-03 22:04:59 +01:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b38fc43300 
							
						 
					 
					
						
						
							
							feat: checklist cell editor a11y improvement ( #4784 )  
						
						
						
						
					 
					
						2024-03-02 19:14:00 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f4ca3ef782 
							
						 
					 
					
						
						
							
							feat: add basic relation field ( #4397 )  
						
						... 
						
						
						
						* feat: add basic relation field
* fix: clippy
* fix: tauri build 🤞 
* chore: merge changes
* fix: merge main
* chore: initial code review pass
* fix: rust-lib test
* chore: code cleanup
* fix: unwrap or default 
						
						
					 
					
						2024-02-29 14:38:18 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f826d05f03 
							
						 
					 
					
						
						
							
							fix: mobile ui fixes ( #4780 )  
						
						... 
						
						
						
						* fix: adjust mobile grid padding
* fix: reorder field not working 
						
						
					 
					
						2024-02-29 09:44:48 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d68c42aab 
							
						 
					 
					
						
						
							
							fix: symmetric padding in mobile database header ( #4773 )  
						
						
						
						
					 
					
						2024-02-28 13:21:23 +01:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26f8397624 
							
						 
					 
					
						
						
							
							feat: duplicate field with cell data ( #4737 )  
						
						... 
						
						
						
						* feat: duplicate field with cell data
* chore: code review remove extra option 
						
						
					 
					
						2024-02-27 14:42:16 +01:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							daedf95c95 
							
						 
					 
					
						
						
							
							fix: some mobile database bugs ( #4738 )  
						
						... 
						
						
						
						* chore: no autofocus on field name
* refactor: one, two, many
* chore: reduce spacing between tabbar header and grid header
* fix: update field type
* fix: cannot edit view name
* fix: title for select field type bottom sheet
* fix: forget checks, just do it 
						
						
					 
					
						2024-02-26 15:13:38 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c9dc24a13c 
							
						 
					 
					
						
						
							
							fix: launch review 0.5.0 ( #4735 )  
						
						... 
						
						
						
						* fix: top bar buttons slow respond
* fix: fav button responsive
* fix: add favorite button to database views
* fix: add overflow to calculation
* fix: minor workaround for showing number format prefix
* fix: clear calculation on empty field cells
* fix: average calculation should not have def value
* fix: cargo fmt 
						
						
					 
					
						2024-02-25 21:32:44 +01:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							609557c357 
							
						 
					 
					
						
						
							
							feat: word and char count ( #4705 )  
						
						... 
						
						
						
						* feat: word and char count
* chore: lints after merge
* feat: add create time of view in more action
* fix: missing comma lint
* feat: add duplicate/delete + database view more
* fix: dispose logic
* feat: code cleanup
* fix: add false for isDocument in databases
* feat: register view info bloc on plugin basis
* fix: accidental removal
* chore: clean up
* fix: add ViewInfoBloc above Row Document Editor
* chore: final clean up 
						
						
					 
					
						2024-02-25 16:46:13 +01:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							537fa52e77 
							
						 
					 
					
						
						
							
							chore: move database domain code to its own folder ( #4556 )  
						
						
						
						
					 
					
						2024-02-25 18:38:18 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d861ce6227 
							
						 
					 
					
						
						
							
							fix: mobile view and field list bottom sheets ( #4727 )  
						
						
						
						
					 
					
						2024-02-25 11:51:18 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4ca3ba8e08 
							
						 
					 
					
						
						
							
							fix: cjk input in calendar and row detail ( #4726 )  
						
						
						
						
					 
					
						2024-02-24 22:55:35 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5cc6521fb 
							
						 
					 
					
						
						
							
							chore: clean up db sort blocs ( #4725 )  
						
						
						
						
					 
					
						2024-02-24 22:55:22 +08:00 
						 
				 
			
				
					
						
							
							
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2abb396467 
							
						 
					 
					
						
						
							
							feat: use result instead of either ( #4724 )  
						
						... 
						
						
						
						* feat: use result instead of either
* chore: remove dartz 
						
						
					 
					
						2024-02-24 21:54:10 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c0796e8ae5 
							
						 
					 
					
						
						
							
							feat: mobile sort editor ( #4714 )  
						
						
						
						
					 
					
						2024-02-23 20:47:19 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a0c48f419 
							
						 
					 
					
						
						
							
							feat: bottom sheets with transition ( #4608 )  
						
						... 
						
						
						
						* feat: shiny new bottom sheets
* chore: code review 
						
						
					 
					
						2024-02-22 09:54:54 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6636731487 
							
						 
					 
					
						
						
							
							feat: checklist sort ( #4659 )  
						
						... 
						
						
						
						* refactor: use BoxAny for dynamically-typed cell changesets
* fix: rust-lib tests and clippy
* feat: enable sorting by checklist type option
* test: checklist sort rust-lib tests
* chore: update related tests
* fix: clippy
---------
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com> 
						
						
					 
					
						2024-02-22 08:00:59 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4a2a4088b 
							
						 
					 
					
						
						
							
							refactor: use BoxAny for dynamically-typed cell changesets ( #4655 )  
						
						... 
						
						
						
						* refactor: use BoxAny for dynamically-typed cell changesets
* fix: rust-lib tests and clippy 
						
						
					 
					
						2024-02-22 07:12:52 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f173c2ada 
							
						 
					 
					
						
						
							
							chore: adjust show mobile bottom sheet ( #4689 )  
						
						
						
						
					 
					
						2024-02-21 21:06:46 +08:00