feat: add window titlebar

This commit is contained in:
2023-12-11 08:56:00 +07:00
parent e9d845cf25
commit 7c4ec71089
29 changed files with 492 additions and 60 deletions

View File

@@ -7,8 +7,7 @@ import { useArk } from '@libs/ark';
import { ArrowRightCircleIcon, LoaderIcon } from '@shared/icons';
import { MemoizedNotifyNote, NoteSkeleton } from '@shared/notes';
import { TitleBar } from '@shared/titleBar';
import { WidgetWrapper } from '@shared/widgets';
import { TitleBar, WidgetWrapper } from '@shared/widgets';
import { FETCH_LIMIT } from '@utils/constants';
import { sendNativeNotification } from '@utils/notification';