* feat: add member settings
* feat: fetch workspace members from server
* feat: add translations
* feat: implement invite feature
* feat: support inviting people via email
* feat: support updating member role
* feat: add feature flag to control the visibilty of members settings
* fix: aa menu item selected status
* feat: support selecting word on iOS throught long pressing
* chore: update editor version
* feat: update add block menu colors
* feat: add scrollbar in bottom sheet
* fix: aa menu should not dimiss after changing block type
* fix: add link menu ui issues
* feat: sync bius status
* Update frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/appflowy_mobile_toolbar_item.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: update editor version
* fix: flutter analyze
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* 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
* fix: database bugs
* fix: calendar picker
* fix: the position of collapse menu button
* fix: modified some style
* fix: slash command
* fix: selection style
* fix: support toggle inline formula
* fix: block color effect grid block
* fix: if isRange and date is greater than endDate, swap date and endDate
* fix: remove sorting before insert row
* fix: toggle property visible status
* fix: modified tauri window size
* fix: placeholder should be hidden when composing
* fix: support href shortcut
* fix: prevent submit when the formula has error
* fix: modified layout selection
* fix: add padding for record edit
* fix: remove sorts before drag row
* fix: modified chip style
* fix: if previous node is an embed, merge the current node to another node which is not an embed
* fix: modified emoji picker
* 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