Skip to content

Commit

Permalink
Merge branch 'develop' into feat/theme-image-preview
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/components/RequireAuth/RequireAuth.tsx
#	app/mutations/postTheme.ts
  • Loading branch information
lgrin-byte committed Dec 29, 2024
2 parents 9322c60 + f091888 commit da303f8
Show file tree
Hide file tree
Showing 59 changed files with 123 additions and 2,205 deletions.
6 changes: 0 additions & 6 deletions app/admin-old/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion app/admin/(components)/CreateTheme/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useRouter } from "next/navigation";
import { usePostTheme } from "@/mutations/postTheme";
import { useCreateThemeValue } from "@/components/atoms/createTheme.atom";
import { useSelectedThemeWrite } from "@/components/atoms/selectedTheme.atom";
import { setSelectedThemeId } from "@/utils/localStorage";
import { setSelectedThemeId } from "@/utils/storageUtil";

import CreateThemeTitle from "./CreateThemeTitle";
import CreateThemeBody from "./CreateThemeBody";
Expand Down
2 changes: 1 addition & 1 deletion app/admin/(components)/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
getSelectedThemeId,
getStatus,
removeThemeId,
} from "@/utils/localStorage";
} from "@/utils/storageUtil";
import { useSelectedThemeReset } from "@/components/atoms/selectedTheme.atom";
import { useDrawerState } from "@/components/atoms/drawer.atom";
import useModal from "@/hooks/useModal";
Expand Down
2 changes: 1 addition & 1 deletion app/admin/(components)/ThemeDrawer/hooks/useImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { useCreateHint } from "@/components/atoms/createHint.atom";
import { useSelectedHint } from "@/components/atoms/selectedHint.atom";
import { useToastWrite } from "@/components/atoms/toast.atom";
import { getStatus } from "@/utils/localStorage";
import { getStatus } from "@/utils/storageUtil";
import { subscribeLinkURL } from "@/admin/(consts)/sidebar";

import { compressImage, convertToPng } from "../helpers/imageHelpers";
Expand Down
2 changes: 1 addition & 1 deletion app/admin/Admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useRouter } from "next/navigation";

import useCheckSignIn from "@/hooks/useCheckSignIn";
import Loader from "@/components/Loader/Loader";
import { getLoginInfo, setSelectedThemeId } from "@/utils/localStorage";
import { getLoginInfo, setSelectedThemeId } from "@/utils/storageUtil";
import { useSelectedTheme } from "@/components/atoms/selectedTheme.atom";
import { useGetThemeList } from "@/queries/getThemeList";
import { useToastInfo } from "@/components/atoms/toast.atom";
Expand Down
2 changes: 1 addition & 1 deletion app/admin/AdminView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ContentArea from "@/admin/(components)/ContentArea";
import Toast from "@/components/common/Toast/Toast";
import NotiDialog from "@/components/common/Dialog-new/Noti-Dialog-new/Dialog";
import useModal from "@/hooks/useModal";
import { getLocalStorage } from "@/utils/localStorage";
import { getLocalStorage } from "@/utils/storageUtil";

interface Theme {
id: number;
Expand Down
25 changes: 0 additions & 25 deletions app/components/CustomModal/CustomModal.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions app/components/CustomModal/CustomModal.type.ts

This file was deleted.

32 changes: 0 additions & 32 deletions app/components/CustomModal/CustomModalView.styled.ts

This file was deleted.

30 changes: 0 additions & 30 deletions app/components/CustomModal/CustomModalView.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions app/components/DeleteHintDialog/DeleteHintDialog.tsx

This file was deleted.

45 changes: 0 additions & 45 deletions app/components/DeleteHintDialog/DeleteHintDialogView.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions app/components/DeleteHintDialog/index.ts

This file was deleted.

31 changes: 0 additions & 31 deletions app/components/DeleteThemeDialog/DeleteThemeDialog.tsx

This file was deleted.

47 changes: 0 additions & 47 deletions app/components/DeleteThemeDialog/DeleteThemeDialogView.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions app/components/DeleteThemeDialog/index.ts

This file was deleted.

40 changes: 0 additions & 40 deletions app/components/HintItem/HintItem.tsx

This file was deleted.

Loading

0 comments on commit da303f8

Please sign in to comment.