Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							253e7597c4 
							
						 
					 
					
						
						
							
							feat: optimize the read recent views speed ( #5726 )  
						
						 
						
						... 
						
						
						
						* feat: optimize the read recent views speed
* fix: order of recent views should be from the latest to the oldest 
						
						
					 
					
						2024-07-15 14:23:20 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2336f5bf7 
							
						 
					 
					
						
						
							
							chore: improve popup menu color ( #5725 )  
						
						 
						
						... 
						
						
						
						* chore: improve popup menu color
* fix: 100% text wrap into a new line in checklist cell 
						
						
					 
					
						2024-07-12 15:23:22 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8833df1740 
							
						 
					 
					
						
						
							
							fix: ai chat result contains html escape text ( #5721 )  
						
						 
						
						... 
						
						
						
						* fix: ai chat result contains html escape text
* feat: support copy the code block from ai chat page
* feat: support copy code block from ai chat page
* fix: add hover effect to color picker button
* chore: increase minimum window size 
						
						
					 
					
						2024-07-11 21:42:02 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kilu.He 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe0fa9b530 
							
						 
					 
					
						
						
							
							feat: support sign-in and sign-up on Web ( #5712 )  
						
						 
						
						
						
						
					 
					
						2024-07-11 12:55:22 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							80afcf44c0 
							
						 
					 
					
						
						
							
							fix: syntax error when generating translation files ( #5718 )  
						
						 
						
						
						
						
					 
					
						2024-07-11 11:56:00 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gustavo Moreno 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e500c89978 
							
						 
					 
					
						
						
							
							feat: choose cursor/selection color from palette or color picker  #5041  ( #5677 )  
						
						 
						
						... 
						
						
						
						* chore: show ai service error (#5675 )
* feat: Implement color picker dialog for user color selection (#5041 )
- Added `flex_color_picker` dependency.
- Implemented a new color picker dialog with the following features:
  - Display Material predefined colors.
  - Include primary, accent, and shade colors, as well as a color wheel for selection.
  - Add a graphical opacity selector.
  - Enhanced the previous dialog to include an icon in a text field for opening the palette.
- Added `suffixIcon` parameter to the `_ColorSettingTextField` class, making it reactive to tap gestures.
- Utilized `ColorExtension` on the `Color` class to avoid namespace conflicts when converting colors to hexadecimal strings.
- Added translation strings to english
This commit addresses issue #5041 
* feat: Implement color picker dialog for user color selection (#5041 )
- Added `flex_color_picker` dependency.
- Implemented a new color picker dialog with the following features:
      - Display Material predefined colors.
      - Include primary, accent, and shade colors, as well as a color wheel for selection.
      - Add a graphical opacity selector.
      - Enhanced the previous dialog to include an icon in a text field for opening the palette.
- Added `suffixIcon` parameter to the `_ColorSettingTextField` class, making it reactive to tap gestures.
- Utilized `ColorExtension` on the `Color` class to avoid namespace conflicts when converting colors to hexadecimal strings.
- Added translation strings to english
This commit addresses issue #5041 
* chore: refactor code
---------
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> 
						
						
					 
					
						2024-07-10 17:49:59 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							079b9888a8 
							
						 
					 
					
						
						
							
							feat: render ai text message with appflowy_editor ( #5682 )  
						
						 
						
						... 
						
						
						
						* feat: render ai text message with appflowy_editor
* chore: update appflowy_editor
* fix: integration test
* feat: support paste inAppJson format
* chore: update appflowy_editor 
						
						
					 
					
						2024-07-10 17:17:07 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fe383e538 
							
						 
					 
					
						
						
							
							feat: enable debug logs in internal build ( #5713 )  
						
						 
						
						
						
						
					 
					
						2024-07-10 13:55:40 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kilu.He 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23c67bcdba 
							
						 
					 
					
						
						
							
							feat: support publish document ( #5576 )  
						
						 
						
						... 
						
						
						
						* feat: support a event for getting encoded collab of document
* feat: support publish view and unpublish views
* feat: publish page to the web
* chore: refacotor share bloc
* feat: call the publish event
* feat: support publish view and unpublish views
* feat: integrate publish api
* feat: integrate unpublish api
* feat: fetch the publish info to show the publish status
* feat: support publish interfaces
* fix: lint error
* fix: modified web server
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: update codes
* fix: update codes
* fix: update codes
* fix: update codes
* fix: update codes
* chore: refactor publish bloc
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: the name is too long to publish
* chore: change color
* fix: some style
* fix: some style
* feat: refacotor share menu UI
* fix: some style
* fix: lint
* fix: some style
* feat: refacotor export-as
* fix: some style
* chore: refactor share menu colors
* fix: rust ci
* fix: some style
* fix: some style
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: rerelease
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: og image
* fix: support copy button
* fix: support copy button
* fix: support copy button
* chore: add a params
* feat: use default publish name
* chore: update copy
* feat: show a confirm deletion dialog if the deleted page contains published page
* feat: add copy toast in publish tab
* fix: to 404
fix: to 404
fix: to 404
fix: the error to 404
* feat: unpublish the page auto when moving it to another space
* feat: improve confirm deletion dialog
* feat: show unpublish error
* chore: use beta.appflowy.com
* feat: disable publish in non-apppflowy-cloud user mode
* fix: modified bullted icon style
* fix: the dark mode color
* fix: save the dark mode in local storage
* fix: text color
* chore: make bash script more portable (#5679 )
* fix: title longer
* chore: move the files and modified the en
* chore: update deploy.sh
* chore: modified Dockerfile
* chore: modified server.cjs to server.js
* chore: modifed server.js to server.ts
* chore: replace publish url
* chore: remove todo list hover
* chore: show confirm dialog before deleting page
* fix: unpublish the pages before deleting
* fix: table cell bg color
* fix: callout icon
* fix: list number
* fix: emoji
* fix: number icon
* fix: callout icon position
* fix: add margin bottom
* fix: code block
* fix: support scroll for breadcrumbs
* fix: the breadcrumb doesn't update after moving page
* fix: 0705 issues
* fix: update publish status afer deleting page
* chore: add hover effect for visit site button
* fix: remove puiblish url text field enable border color
* chore: update delete page copy
* chore: enable debug category
* fix: only render sidebar if the spaces are ready
* fix: the breadcrumb doesn't update after moving page
* fix: auto code
* fix: add emoji
* fix: add emoji
* fix: favicon
* fix: cypress test
* fix: remove deploy ci
* fix: default url
* chore: revert launch.json
* fix: docker ci
* fix: change favicon
* fix: flutter integration test
* feat: add hover effect to share menu
* chore: add a checkmark if the page has been published
* chore: revert space deletion
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Zack <speed2exe@live.com.sg> 
						
						
					 
					
						2024-07-08 13:45:57 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							521fffd97c 
							
						 
					 
					
						
						
							
							refactor: extract chat plugin to new repo ( #5699 )  
						
						 
						
						... 
						
						
						
						* chore: update ui
* chore: update
* chore: update
* chore: separate to new crate
* chore: update commit id
* chore: fix compile
* chore: bump version 
						
						
					 
					
						2024-07-08 13:19:13 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ecc2a67a9 
							
						 
					 
					
						
						
							
							fix: take the max value of the keyboard height and the view insets bottom to make the toolbar visible  ( #5700 )  
						
						 
						
						... 
						
						
						
						* fix: android toolbar will be blocked if the scroll bar is hidden
* fix: last opened view is synced in same workspace
* fix: fallback to space if the section sidebar contains space
* chore: revert last opened view code
* fix: integration tests 
						
						
					 
					
						2024-07-08 13:15:42 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d0c9f766b 
							
						 
					 
					
						
						
							
							fix: filter chat page when duplicating ( #5676 )  
						
						 
						
						... 
						
						
						
						* fix: filter chat page when duplicating
* fix: don't clear selection if it has been disposed 
						
						
					 
					
						2024-07-02 14:35:29 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c1520b273 
							
						 
					 
					
						
						
							
							feat: sync the created view after duplicating ( #5674 )  
						
						 
						
						... 
						
						
						
						* feat: sync the created view after duplicating
* chore: revert launch.json
* chore: refacotor code 
						
						
					 
					
						2024-07-02 13:02:15 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42dc6017c6 
							
						 
					 
					
						
						
							
							feat: support moving page to a space ( #5665 )  
						
						 
						
						... 
						
						
						
						* feat: support moving page to a space
* chore: update collab repo 
						
						
					 
					
						2024-07-02 10:29:46 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b8dca209e 
							
						 
					 
					
						
						
							
							feat: sync the documents and databases after batch importing documents and databases ( #5644 )  
						
						 
						
						... 
						
						
						
						* feat: support batch import
* feat: support batch import database
* chore: revert launch.json
* chore: fix rust ci
* fix: rust ci 
						
						
					 
					
						2024-07-01 14:44:08 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c78f23e1c0 
							
						 
					 
					
						
						
							
							fix: v0.6.2 issues ( #5654 )  
						
						 
						
						... 
						
						
						
						* fix: remove create button in move to menu
* fix: add loading indicator when duplicating space
* fix: sidebar header expand icon status
* fix: text within select tag overflow
* fix: callout block icon align issue
* feat: sync the space icon when creating a space
* fix: duplicated hover views
* fix: cover image doesn't update 
						
						
					 
					
						2024-07-01 14:43:57 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1c68c1b72 
							
						 
					 
					
						
						
							
							feat: Run Local AI model in AppFlowy ( #5655 )  
						
						 
						
						... 
						
						
						
						* chore: load plugin
* chore: sidecar
* chore: fix test
* chore: clippy
* chore: save chat config
* chore: arc plugin
* chore: add plugins
* chore: clippy
* chore: test streaming
* chore: config chat
* chore: stream message
* chore: response with local ai
* chore: fix compile
* chore: config ui
* chore: fix load plugin
* chore: add docs
* chore: update docs
* chore: disable local ai
* chore: fix compile
* chore: clippy 
						
						
					 
					
						2024-06-30 17:38:39 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3bcadff152 
							
						 
					 
					
						
						
							
							fix: settings changes + ai layout improvements ( #5656 )  
						
						 
						
						... 
						
						
						
						* fix: settings changes
* fix: improve chat layout 
						
						
					 
					
						2024-06-28 22:54:54 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b09ff040f1 
							
						 
					 
					
						
						
							
							fix: postpone fetching member ( #5648 )  
						
						 
						
						
						
						
					 
					
						2024-06-28 09:03:30 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							605a53f2ae 
							
						 
					 
					
						
						
							
							feat: open the duplicated space by default ( #5638 )  
						
						 
						
						
						
						
					 
					
						2024-06-27 14:12:52 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1dec0f269 
							
						 
					 
					
						
						
							
							feat: add check workspace health button in settings page ( #5631 )  
						
						 
						
						
						
						
					 
					
						2024-06-27 09:57:06 +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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7859fc7922 
							
						 
					 
					
						
						
							
							fix: macos fullscreen window position ( #5632 )  
						
						 
						
						
						
						
					 
					
						2024-06-27 00:36:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f812040f04 
							
						 
					 
					
						
						
							
							feat: support creating database at the first level ( #5627 )  
						
						 
						
						... 
						
						
						
						* feat: support creating database at the first level
* chore: add loading indicator when importing file 
						
						
					 
					
						2024-06-26 13:27:33 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7d96c2dfd4 
							
						 
					 
					
						
						
							
							feat: add key + as zoom-in key ( #5628 )  
						
						 
						
						
						
						
					 
					
						2024-06-26 13:27:13 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4132ed217 
							
						 
					 
					
						
						
							
							chore: enable cloud search ( #5624 )  
						
						 
						
						... 
						
						
						
						* chore: enable cloud search
* fix: filter received msgs by query 
						
						
					 
					
						2024-06-25 21:56:58 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7f40b2adc 
							
						 
					 
					
						
						
							
							fix: paste in list ( #5621 )  
						
						 
						
						... 
						
						
						
						* fix: support pasting in list
* test: add simple test
* chore: remove debugPrint 
						
						
					 
					
						2024-06-25 20:08:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c996c9c28e 
							
						 
					 
					
						
						
							
							fix: maximized window optimization ( #5622 )  
						
						 
						
						
						
						
					 
					
						2024-06-25 20:07:43 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							271b250eac 
							
						 
					 
					
						
						
							
							fix: make theme uploads more tolerant ( #5617 )  
						
						 
						
						
						
						
					 
					
						2024-06-25 13:52:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b1e7b6ac8 
							
						 
					 
					
						
						
							
							chore: set document id ( #5585 )  
						
						 
						
						... 
						
						
						
						* chore: set document id
* feat: set document id to upload image api
* chore: fmt
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> 
						
						
					 
					
						2024-06-25 17:36:41 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf2a00b133 
							
						 
					 
					
						
						
							
							fix: prevent overfow of space name and view name ( #5619 )  
						
						 
						
						... 
						
						
						
						* fix: space name overflow
* fix: space name overflow in space menu
* fix: view name overflow in favorite menu 
						
						
					 
					
						2024-06-25 17:36:00 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a8ed93054c 
							
						 
					 
					
						
						
							
							feat: support moving page across spaces ( #5618 )  
						
						 
						
						... 
						
						
						
						* feat: support moving page across spaces
* feat: refacotor move api
* feat: filter the database views
* feat: support searching in move page menu 
						
						
					 
					
						2024-06-25 16:43:58 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9ad2768cf 
							
						 
					 
					
						
						
							
							feat: duplicate space ( #5612 )  
						
						 
						
						
						
						
					 
					
						2024-06-25 10:03:02 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54c9d12171 
							
						 
					 
					
						
						
							
							feat: support switch model ( #5575 )  
						
						 
						
						... 
						
						
						
						* feat: ai settings page
* chore: intergate client api
* chore: replace open ai calls
* chore: disable gen image from ai
* chore: clippy
* chore: remove learn about ai
* chore: fix wanrings
* chore: fix restart button title
* chore: remove await
* chore: remove loading indicator
---------
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> 
						
						
					 
					
						2024-06-25 07:59:38 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40312f4260 
							
						 
					 
					
						
						
							
							fix: infinite loading ( #5613 )  
						
						 
						
						
						
						
					 
					
						2024-06-24 20:14:22 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7586a0ed48 
							
						 
					 
					
						
						
							
							fix: settings ui improvements ( #5590 )  
						
						 
						
						... 
						
						
						
						* fix: settings ui improvements
* fix: replace placeholder + fix open folder
* fix: collapse sidebar button on windows
* test: fix tests after changes
* test: missed type cast 
						
						
					 
					
						2024-06-20 21:01:20 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d8b32168a9 
							
						 
					 
					
						
						
							
							feat: hide application to dock macos ( #5592 )  
						
						 
						
						... 
						
						
						
						* feat: hide application to tray macos
* chore: enable reopen the app after closing it
* fix: remove tray
* fix: remove asset
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> 
						
						
					 
					
						2024-06-20 21:00:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8ca541bfa1 
							
						 
					 
					
						
						
							
							fix: reminder race condition ( #5587 )  
						
						 
						
						
						
						
					 
					
						2024-06-20 10:13:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b64da2c02f 
							
						 
					 
					
						
						
							
							refactor: File upload ( #5542 )  
						
						 
						
						... 
						
						
						
						* chore: rename service
* refactor: upload
* chore: save upload meta data
* chore: add sql test
* chore: uploader
* chore: fix upload
* chore: cache file and remove after finish
* chore: retry upload
* chore: pause when netowork unreachable
* chore: add event test
* chore: add test
* chore: clippy
* chore: update client-api commit id
* chore: fix flutter test 
						
						
					 
					
						2024-06-20 07:44:57 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fdaca36b87 
							
						 
					 
					
						
						
							
							fix: automatically open page after switching space ( #5580 )  
						
						 
						
						
						
						
					 
					
						2024-06-19 21:28:49 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8557383a89 
							
						 
					 
					
						
						
							
							fix: cursor height is inconsistent after upgrading to Flutter 3.22 ( #5574 )  
						
						 
						
						... 
						
						
						
						* fix: cursor height is inconsistent after upgrading to Flutter 3.22
* fix: cursor height is inconsistent after upgrading to Flutter 3.22
* fix: android toolbar height issue 
						
						
					 
					
						2024-06-19 19:34:47 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathias Mogensen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fa86480458 
							
						 
					 
					
						
						
							
							feat: shortcuts page remake ( #5567 )  
						
						 
						
						... 
						
						
						
						* feat: settings shortcuts page remake
* test: add shortcut test
* fix: physics on listview
* fix: menu icon 
						
						
					 
					
						2024-06-19 10:24:34 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75cea400d2 
							
						 
					 
					
						
						
							
							fix: cursor jump randomly in check list item ( #5565 )  
						
						 
						
						... 
						
						
						
						* chore: remove debug logs
* fix: cursor jump ramdomly in checklist item 
						
						
					 
					
						2024-06-19 09:33:27 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6debd6c71 
							
						 
					 
					
						
						
							
							fix: remove media_kit ( #5563 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Mathias Mogensen <mathiasrieckm@gmail.com> 
						
						
					 
					
						2024-06-18 15:47:52 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a05ed63a3e 
							
						 
					 
					
						
						
							
							chore: fix can't delete characters in card ( #5562 )  
						
						 
						
						... 
						
						
						
						* chore: fix can't delete characters in card
* chore: i18n 
						
						
					 
					
						2024-06-18 13:12:57 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e75f1f24a 
							
						 
					 
					
						
						
							
							chore: fix checklist potential panic ( #5561 )  
						
						 
						
						... 
						
						
						
						* chore: fix checklist
* chore: fix checklist 
						
						
					 
					
						2024-06-18 10:16:39 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e607694729 
							
						 
					 
					
						
						
							
							chore: change slash menu hover color ( #5555 )  
						
						 
						
						... 
						
						
						
						* feat: add a pinned icon after page name
* chore: change slack menu hover color
* Revert "feat: add a pinned icon after page name"
This reverts commit a668e0bd09515262ef21b543dc7dc0bbc0431fb9. 
						
						
					 
					
						2024-06-18 09:55:43 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan.fooo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21a497924c 
							
						 
					 
					
						
						
							
							chore: adjust height ( #5558 )  
						
						 
						
						
						
						
					 
					
						2024-06-17 21:38:05 +08: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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas.Xu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8bf97ad5c6 
							
						 
					 
					
						
						
							
							feat: add a pinned icon after page name ( #5553 )  
						
						 
						
						
						
						
					 
					
						2024-06-17 19:18:06 +08:00