* chore: bump AppFlowy version to 1.0.0 and add sharedSection feature flag
* feat: conditionally display spaces in sidebar based on user role
* refactor: update user avatar implementation and enhance shared section functionality
- Removed unused colorHash from SharedUserWidget.
- Enabled polling in SharedSectionBloc for improved data updates.
- Disabled dragging for shared pages in SharedPagesList.
- Updated UserAvatar to use AFAvatar for consistency across components.
- Adjusted avatar sizes in various components to utilize AFAvatarSize enums.
* fix: typo
* refactor: enhance share tab functionality and error handling
* chore: i18n
* feat: turn guest into member
* fix: unit tests
* fix: unit tests
* chore: revert version changes
* feat: get the shared folder
* feat: add shared_view sql
* feat: persist the shared view data
* feat: support notification
* fix: flutter compile
* feat: add logic, data and presentations
* feat: integrate client-api endpoints
* feat: replace upsert with replace_all for workspace shared views management
* refactor: streamline sharedPages retrieval with extension method
* feat: enhance SharedSidebarBloc with folder notification support and update shared pages management
* feat: implement SharedSection with Bloc integration and new UI components
* chore: update comments
* feat: introduce SharedSectionBloc for managing shared pages with polling and notification support
* refactor: replace AFAccessLevelPB with ShareAccessLevel in shared pages management and extend functionality with new extensions
* chore: rename folder
* feat: add unit tests for SharedSectionBloc and UI components in shared section
* fix: rust fmt
* chore: revert version changes
* fix: cargo clippy
* fix: unit test
* feat: support avatar in appflowy_ui package
* feat: add menu component
* feat: optimize section component
* feat: add menu example
* feat: add menu item selected status
* feat: support popover
* fix: analyze issue
* fix: show search panel by shortcut will hide the 'Ask for AI' button
* fix: hovering on the search result will hide the border
* fix: improve the logic of updating CommandPalette value
* fix: UI issues
* fix: improve the behavior of search result preview
* chore: add integration test for desktop searching
* feat: enable click search result preview to open the page
* feat: add ai search entrance
* chore: revamp search recent list
* feat: revamp preview widget
* feat: support click the 'Ask ai button'
* feat: support go to trash when there is no search results
* feat: support AI overview
* fix: typo issue
* fix: empty trash item name
* chore: replace some Dividers to AFDividers
* chore: improve some code logic
* chore: update some icon color
* fix: some UI issue
* chore: adjust some paddings
* fix: align issue for reference sources
* fix: change clear icon's hover effect
* fix: clear search field will not make it unfocus
* chore: make 'Ask AI' button scroll with list
* chore: change the size of search panel
* fix: change mobile search field cancel icon
* feat: support preview panel for recent pages
* fix: some UI issues
* fix: hover to show the reference sources
* fix: some padding issues
* fix: repeated setState in animation list
* test: add simple chat integration test
* chore: update chat list
* test: send messages without default messages
* fix: refresh space after moving page
* refactor: extract common view selection logic
* refactor: extract common component
* chore: make selected section selectable
* chore: max num of selected top-level pages
* chore: upgrade editor version
* chore: only print the reminder refresh log when it contains new updates
* fix: google font family name issue
* chore: i18n
* feat: improve chat ai animation
* fix: anon user can not locate its data
* chore: add test
* chore: bump version 0.9.1
* chore: remove self-hosted ios ci
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>