Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f66821715f 
							
						 
					 
					
						
						
							
							fix: integration test failed (grid row detail page: hide and show hidden fields) ( #5781 )  
						
						
						
						
					 
					
						2024-07-22 16:51:58 +08:00 
						 
				 
			
				
					
						
							
							
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44d8def3ce 
							
						 
					 
					
						
						
							
							fix: reset space relationship when clearing cache ( #5737 )  
						
						... 
						
						
						
						* fix: space's child views didn't update when moving a page into it
* chore: remove check logic
* feat: integrate fix space into clear cache
* fix: translation missing value
* chore: update logger version 
						
						
					 
					
						2024-07-16 13:23:07 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bbb3f95a13 
							
						 
					 
					
						
						
							
							fix: billing+cleanup ( #5634 )  
						
						... 
						
						
						
						* fix: billing fixes
* chore: best practice and cleaning
* chore: dispose of unused resources
* chore: upgrade editor version 
						
						
					 
					
						2024-06-27 02:00:21 +02:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a126e17ce 
							
						 
					 
					
						
						
							
							fix: settings improvements ( #5547 )  
						
						... 
						
						
						
						* fix: user workspace bloc changed
* fix: use translate card cell style
* fix: add getworkspacemember
* fix: billing launch review
* fix: disable time field
* fix: member tooltip
* fix: remove my account description
* fix: punctuation
* fix: filter workspace font
* fix: cloud toggle
* fix: minor adjustments
* chore: disable cloud document search
* fix: improve workspace name textfield
* test: move billing test to cloud
* fix: use cache over remote
* fix: clippy and tests
* chore: amend flowy tooltip
* test: add pump and settle
* test: integration test for local auth 
						
						
					 
					
						2024-06-17 14:30:19 +02:00 
						 
				 
			
				
					
						
							
							
								Mohammad Zolfaghari 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa621a8d84 
							
						 
					 
					
						
						
							
							feat: timer field ( #5349 )  
						
						... 
						
						
						
						* feat: wip timer field
* feat: timer field fixing errors
* feat: wip timer field frontend
* fix: parsing TimerCellDataPB
* feat: parse time string to minutes
* fix: don't allow none number input
* fix: timer filter
* style: cargo fmt
* fix: clippy errors
* refactor: rename field type timer to time
* refactor: missed some variable and files to rename
* style: cargo fmt fix
* feat: format time field type data in frontend
* style: fix cargo fmt
* fix: fixes after merge
---------
Co-authored-by: Mathias Mogensen <mathiasrieckm@gmail.com> 
						
						
					 
					
						2024-06-13 08:52:13 +02:00 
						 
				 
			
				
					
						
							
							
								Mohammad Zolfaghari 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4f4be7eac7 
							
						 
					 
					
						
						
							
							feat: enable group condition ( #5248 )  
						
						... 
						
						
						
						* feat: enable group condition
* style: added i18n for date field group conditions
* fix: flutter analyze
* fix: test use i18n
* fix: more localization
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
Co-authored-by: Mathias Mogensen <mathias@appflowy.io> 
						
						
					 
					
						2024-06-13 00:02:16 +02:00 
						 
				 
			
				
					
						
							
							
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1a4deb459 
							
						 
					 
					
						
						
							
							chore: support more language ( #5522 )  
						
						... 
						
						
						
						* chore: support more language
* chore: adjust ui 
						
						
					 
					
						2024-06-12 23:17:57 +08:00 
						 
				 
			
				
					
						
							
							
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d7a500550 
							
						 
					 
					
						
						
							
							feat: AI translation in Database ( #5515 )  
						
						... 
						
						
						
						* chore: add tranlate field type
* chore: integrate ai translate
* chore: integrate client api
* chore: implement UI 
						
						
					 
					
						2024-06-12 16:32:28 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a490f34a61 
							
						 
					 
					
						
						
							
							feat: add kanban shortcuts ( #5270 )  
						
						... 
						
						
						
						* feat: add kanban shortcuts
* feat: new ux for creating new kanban cards
* chore: fix tests
* fix: open card after creation in mobile board
* chore: adjust code style according to launch review
* chore: update frontend/appflowy_flutter/test/bloc_test/board_test/create_card_test.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: more review
* chore: implement move card to adjacent group
* chore: reset focus upon card drag start
* feat: N to start creating a row from bottom
* fix: text card update
* feat: shift + enter to create a new card after currently focused card
* fix: row detail title
* feat: shift + cmd + up to create card above
* fix: double dispose and code cleanup
* chore: code cleanup
* fix: widget rebuilds
* fix: build
* chore: update frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_page.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* fix: ontapoutside for cards being edited
* fix: correct integration test
* fix: always build
* chore: code cleanup
* fix: mobile build and bugs
* fix: widget rebuilds
* fix: code cleanup and fix mobile open
* fix: disallow dragging when editing
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> 
						
						
					 
					
						2024-05-10 10:02:10 +08:00 
						 
				 
			
				
					
						
							
							
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a69e83c2cb 
							
						 
					 
					
						
						
							
							feat: Implement summary field for database row ( #5246 )  
						
						... 
						
						
						
						* chore: impl summary field
* chore: draft ui
* chore: add summary event
* chore: impl desktop ui
* chore: impl mobile ui
* chore: update test
* chore: disable ai test 
						
						
					 
					
						2024-05-05 22:04:34 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2eb88821ca 
							
						 
					 
					
						
						
							
							fix: open row as full page launch review issues ( #5254 )  
						
						... 
						
						
						
						* perf: improve getting database speed
* fix: navigate to incorrect origin database view from full-width row
* fix: import row detail page action placement 
						
						
					 
					
						2024-05-02 22:00:35 +08:00 
						 
				 
			
				
					
						
							
							
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7831d8d4ab 
							
						 
					 
					
						
						
							
							refactor: database row and cell notification ( #5237 )  
						
						... 
						
						
						
						* refactor: database row and cell notification
* chore: clippy
* chore: fix test 
						
						
					 
					
						2024-05-02 11:42:33 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4981baac13 
							
						 
					 
					
						
						
							
							feat: settings my account ( #5223 )  
						
						... 
						
						
						
						* feat: my account settings page
* test: amend tests
* chore: remove unused code
* test: remove widget tests
* fix: text color on select buttons
* test: clean and remove unused test helpers
* test: fix test after refactor 
						
						
					 
					
						2024-04-30 14:09:08 +02:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f3544375c9 
							
						 
					 
					
						
						
							
							fix: kanban UX bugs ( #5227 )  
						
						... 
						
						
						
						* chore: improve title editing behavior
* chore: fix editable text field
* chore: fix autoscroll 
						
						
					 
					
						2024-04-30 17:35:03 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8947a89a24 
							
						 
					 
					
						
						
							
							feat: allow fields to not wrap cell content ( #5128 )  
						
						
						
						
					 
					
						2024-04-13 16:48:28 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							891fd16a0c 
							
						 
					 
					
						
						
							
							refactor: fetch all select options from field type option instead of cell ( #5122 )  
						
						... 
						
						
						
						* refactor: fetch all options from type option
* chore: rustfmt
* ci: fix rust ci
* chore: fix clippy 
						
						
					 
					
						2024-04-13 01:08:47 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7b4ea2da1 
							
						 
					 
					
						
						
							
							refactor: cell data transform logic ( #5039 )  
						
						... 
						
						
						
						* refactor: cell data transform logic
* chore: remove redundant select option event
* chore: adapt tests to changes 
						
						
					 
					
						2024-04-11 14:49:36 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e3c731162 
							
						 
					 
					
						
						
							
							chore: remove single field listener ( #5113 )  
						
						
						
						
					 
					
						2024-04-11 13:43:36 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							066a511dc5 
							
						 
					 
					
						
						
							
							feat: relation field improvements ( #5070 )  
						
						... 
						
						
						
						* feat: keyboard navigation for relation cell editor
* feat: open related rows
* feat: separated selected and unselected rows
* chore: apply suggestions from code review
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* chore: fix launch review issues
* chore: add documentation
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> 
						
						
					 
					
						2024-04-10 20:39:20 +08:00 
						 
				 
			
				
					
						
							
							
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9536cde789 
							
						 
					 
					
						
						
							
							feat: add a loading indicator when creating, deleting, or switching workspaces. ( #5067 )  
						
						
						
						
					 
					
						2024-04-07 23:06:33 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							440253f0d9 
							
						 
					 
					
						
						
							
							chore: restrict successful url launch to only http/https ( #5028 )  
						
						
						
						
					 
					
						2024-04-01 21:09:38 +08:00 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							191a077a86 
							
						 
					 
					
						
						
							
							refactor: streamline create row logic ( #4807 )  
						
						
						
						
					 
					
						2024-03-14 11:26:32 +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 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							574cca0a8b 
							
						 
					 
					
						
						
							
							fix: bottom sheet color and sort ui imrprovement ( #4849 )  
						
						
						
						
					 
					
						2024-03-08 10:16:03 +08: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 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							537fa52e77 
							
						 
					 
					
						
						
							
							chore: move database domain code to its own folder ( #4556 )  
						
						
						
						
					 
					
						2024-02-25 18:38:18 +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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34fb1bcfa4 
							
						 
					 
					
						
						
							
							fix: disappearing sorts ( #4691 )  
						
						... 
						
						
						
						* chore: copy the field type
* chore: don't store field type in Sort
* fix: sorts disappearing 
						
						
					 
					
						2024-02-21 20:01:57 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							334aedd6c6 
							
						 
					 
					
						
						
							
							refactor: checkbox field type ( #4682 )  
						
						
						
						
					 
					
						2024-02-20 14:02:32 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c159a5e42b 
							
						 
					 
					
						
						
							
							chore: enable number filter ( #4653 )  
						
						... 
						
						
						
						* chore: enable filtering by number field type
* chore: code cleanup
* fix: integration test
* chore: remove unnecessary async from event handler 
						
						
					 
					
						2024-02-17 15:28:49 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e0a003872 
							
						 
					 
					
						
						
							
							fix: deleting a sort doesn't allow creating a new sort on that field ( #4660 )  
						
						
						
						
					 
					
						2024-02-16 13:39:49 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92ceb2cd7d 
							
						 
					 
					
						
						
							
							fix: dispose of resources in time ( #4625 )  
						
						... 
						
						
						
						* fix: limit length when renaming views
* chore: clean up database listeners
* fix: dispose of controllers properly
* fix: dispose of resources properly
* fix: deleting filters with same name
* chore: extend DatabaseTabBarItemBuilder
* fix: null check on null value 
						
						
					 
					
						2024-02-07 18:38:53 +01:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef4bce25d8 
							
						 
					 
					
						
						
							
							feat: sort by last modified time or created time ( #4601 )  
						
						
						
						
					 
					
						2024-02-05 21:54:42 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a515715543 
							
						 
					 
					
						
						
							
							feat: reorder sort precedence ( #4592 )  
						
						... 
						
						
						
						* feat: reorder sorts
* chore: add tests, fix tests, fix tauri build and fix clippy
* fix: add missing import 
						
						
					 
					
						2024-02-05 13:52:59 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							250f29f325 
							
						 
					 
					
						
						
							
							chore: clean up sort and filter code ( #4585 )  
						
						... 
						
						
						
						* refactor: port away from extra SortType struct
* refactor: add validator to flowy_database and clean up unused structs
* refactor: port away from extra FilterType struct
* chore: analysis options
* fix: clippy and dart/ts compile
* fix: tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io> 
						
						
					 
					
						2024-02-04 05:49:28 +08:00 
						 
				 
			
				
					
						
							
							
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5cbc8b1e18 
							
						 
					 
					
						
						
							
							feat: calculations ( #4473 )  
						
						... 
						
						
						
						* feat: initial calculation controller
* fix: entities
* feat: calculations
* fix: review comments and support floats
* fix: abstract business logic into calculations service
* fix: clean calculation entities after merge
* feat: react to changes to row/cell/field_type
* chore: changes after merging main
* feat: handle delete field
* test: add grid calculations tests
* fix: add validation + format numbers
* refactor: get cell number
* chore: bump collab
* chore: fix clippy
* chore: update docs
* chore: update docs
* chore: fmt
* chore: fix flutter
* chore: collab rev
* fix: cleanup and hover to show
* fix: localization
* test: add basic rust test
* fix: clippy
* fix: support updating calculation on duplicate row
---------
Co-authored-by: nathan <nathan@appflowy.io> 
						
						
					 
					
						2024-02-04 00:52:38 +08:00 
						 
				 
			
				
					
						
							
							
								Richard Shiue 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d28360887 
							
						 
					 
					
						
						
							
							fix: mobile ui improv and bugs ( #4567 )  
						
						... 
						
						
						
						* fix: quick edit field bottom sheet header
* fix: field editor appbar regression
This stems from moving to a standardized FlowyAppBar 
						
						
					 
					
						2024-02-01 10:27:03 +08:00