diff --git a/src/lib/components/BottomSheet.svelte b/src/lib/components/BottomSheet.svelte index 81e24e1..4accdf1 100644 --- a/src/lib/components/BottomSheet.svelte +++ b/src/lib/components/BottomSheet.svelte @@ -1,6 +1,7 @@ -
+
{@render children?.()}
diff --git a/src/lib/components/divs/BottomDiv.svelte b/src/lib/components/divs/BottomDiv.svelte index cfcfdd1..359c54a 100644 --- a/src/lib/components/divs/BottomDiv.svelte +++ b/src/lib/components/divs/BottomDiv.svelte @@ -2,6 +2,6 @@ let { children } = $props(); -
+
{@render children?.()}
diff --git a/src/lib/components/divs/TitleDiv.svelte b/src/lib/components/divs/TitleDiv.svelte index 5b225e6..fcf1141 100644 --- a/src/lib/components/divs/TitleDiv.svelte +++ b/src/lib/components/divs/TitleDiv.svelte @@ -1,7 +1,21 @@ -
+
+
+ {#if icon} + {@const Icon = icon} + + {/if} +
{@render children?.()}
diff --git a/src/routes/(fullscreen)/+layout.svelte b/src/routes/(fullscreen)/+layout.svelte index 4002fbe..cab9d42 100644 --- a/src/routes/(fullscreen)/+layout.svelte +++ b/src/routes/(fullscreen)/+layout.svelte @@ -4,8 +4,10 @@ let { children } = $props(); -
+
- {@render children()} +
+ {@render children()} +
diff --git a/src/routes/(fullscreen)/auth/login/+page.svelte b/src/routes/(fullscreen)/auth/login/+page.svelte index 299a523..c86a483 100644 --- a/src/routes/(fullscreen)/auth/login/+page.svelte +++ b/src/routes/(fullscreen)/auth/login/+page.svelte @@ -55,23 +55,21 @@ 로그인 -
- -
-

환영합니다!

-

서비스를 이용하려면 로그인을 해야해요.

-
-
- - -
-
- -
- -
-
- 계정이 없어요 -
-
-
+ +
+

환영합니다!

+

서비스를 이용하려면 로그인을 해야해요.

+
+
+ + +
+
+ +
+ +
+
+ 계정이 없어요 +
+
diff --git a/src/routes/(fullscreen)/client/pending/+page.svelte b/src/routes/(fullscreen)/client/pending/+page.svelte index 3d000b2..c5cfd17 100644 --- a/src/routes/(fullscreen)/client/pending/+page.svelte +++ b/src/routes/(fullscreen)/client/pending/+page.svelte @@ -27,40 +27,38 @@ }); - + 승인을 기다리고 있어요. - + -
- -
-

승인을 기다리고 있어요.

-

- 회원님의 다른 디바이스에서 이 디바이스의 데이터 접근을 승인해야 서비스를 이용할 수 있어요. -

+ +
+

승인을 기다리고 있어요.

+

+ 회원님의 다른 디바이스에서 이 디바이스의 데이터 접근을 승인해야 서비스를 이용할 수 있어요. +

+
+
+
+ +

암호 키 지문

-
-
- -

암호 키 지문

-
-
-

- {#if !fingerprint} +

+

+ {#if !fingerprint} + 지문 생성하는 중... + {:else} + {#await fingerprint} 지문 생성하는 중... - {:else} - {#await fingerprint} - 지문 생성하는 중... - {:then fingerprint} - {fingerprint} - {/await} - {/if} -

-
-

- 암호 키 지문은 디바이스마다 다르게 생성돼요.
- 지문이 일치하는지 확인 후 승인해 주세요. + {:then fingerprint} + {fingerprint} + {/await} + {/if}

- -
+

+ 암호 키 지문은 디바이스마다 다르게 생성돼요.
+ 지문이 일치하는지 확인 후 승인해 주세요. +

+
+
diff --git a/src/routes/(fullscreen)/key/export/+page.svelte b/src/routes/(fullscreen)/key/export/+page.svelte index b45747c..6c767a4 100644 --- a/src/routes/(fullscreen)/key/export/+page.svelte +++ b/src/routes/(fullscreen)/key/export/+page.svelte @@ -2,7 +2,7 @@ import { saveAs } from "file-saver"; import { goto } from "$app/navigation"; import { Button, TextButton } from "$lib/components/buttons"; - import { BottomDiv } from "$lib/components/divs"; + import { TitleDiv, BottomDiv } from "$lib/components/divs"; import { clientKeyStore } from "$lib/stores"; import BeforeContinueBottomSheet from "./BeforeContinueBottomSheet.svelte"; import BeforeContinueModal from "./BeforeContinueModal.svelte"; @@ -84,40 +84,35 @@ }; - + 암호 키 생성하기 - + -
-
- -
-
-
-

암호 키를 파일로 내보낼까요?

-
-

- 모든 디바이스의 암호 키가 유실되면, 서버에 저장된 데이터를 영원히 복호화할 수 없게 돼요. -

-

만약의 상황을 위해 암호 키를 파일로 내보낼 수 있어요.

-
+ +
+

암호 키를 파일로 내보낼까요?

+
+

+ 모든 디바이스의 암호 키가 유실되면, 서버에 저장된 데이터를 영원히 복호화할 수 없게 돼요. +

+

만약의 상황을 위해 암호 키를 파일로 내보낼 수 있어요.

- -
- -
-
- { - isBeforeContinueModalOpen = true; - }} - > - 내보내지 않을래요 - -
-
-
+ + +
+ +
+
+ { + isBeforeContinueModalOpen = true; + }} + > + 내보내지 않을래요 + +
+
- + 암호 키 생성하기 - + -
- -
-

암호 키 생성하기

-

회원님의 디바이스 간의 안전한 데이터 동기화를 위해 암호 키를 생성해야 해요.

+ +
+

암호 키 생성하기

+

회원님의 디바이스 간의 안전한 데이터 동기화를 위해 암호 키를 생성해야 해요.

+
+
+
+ +

왜 암호 키가 필요한가요?

-
-
- -

왜 암호 키가 필요한가요?

-
-
- {#each orders as { title, description }, i} - - {/each} -
+
+ {#each orders as { title, description }, i} + + {/each}
- - -
- -
-
- 키를 갖고 있어요 -
-
-
+
+
+ +
+ +
+
+ 키를 갖고 있어요 +
+
diff --git a/src/routes/(main)/+layout.svelte b/src/routes/(main)/+layout.svelte index 3610ec7..0bebf88 100644 --- a/src/routes/(main)/+layout.svelte +++ b/src/routes/(main)/+layout.svelte @@ -1,12 +1,13 @@ -
-
+
+ {@render children()} -
+