mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(core): adjust ai help island style and behavior, add animation (#7310)
- Move right-sidebar activeTab state into `RightSidebarService` - Remove `styled` usage and adjust the UI - Fix the issue that ai-button clicking not work when sidebar opened - Add an animation if AI-Chat panel hasn't been opened. 
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
export { styled };
|
||||
export {
|
||||
/**
|
||||
* @deprecated `@emotion/styled` is planned to be removed in the future. Do not use for new components.
|
||||
**/
|
||||
styled,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user