refactor!: rename Command Menu page/navigation layer to Side Panel (#18393)
This commit is contained in:
+4
-4
@@ -4,7 +4,7 @@ import { useContext } from 'react';
|
||||
import Skeleton, { SkeletonTheme } from 'react-loading-skeleton';
|
||||
import { ThemeContext, themeCssVariables } from 'twenty-ui/theme-constants';
|
||||
|
||||
const StyledRightDrawerContainer = styled.div`
|
||||
const StyledSidePanelContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
@@ -24,10 +24,10 @@ const StyledSkeletonLoader = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export const RightDrawerSkeletonLoader = () => {
|
||||
export const SidePanelSkeletonLoader = () => {
|
||||
return (
|
||||
<StyledRightDrawerContainer>
|
||||
<StyledSidePanelContainer>
|
||||
<StyledSkeletonLoader />
|
||||
</StyledRightDrawerContainer>
|
||||
</StyledSidePanelContainer>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user