generated from auvoid/identity-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add save to pdf logic * fix: make it fill the page * fix: subtle pdf and web fix * chore: feat compose ports --------- Co-authored-by: Merul Dhiman <[email protected]> Co-authored-by: Merul Dhiman <[email protected]>
- Loading branch information
1 parent
63589c5
commit 056a0a8
Showing
6 changed files
with
69 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
apps/client/src/routes/(private)/new-vcv/steps/step5.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<script lang="ts"> | ||
import Button from '$lib/components/ui/Button.svelte'; | ||
export let onSavePdfClick: () => void; | ||
</script> | ||
|
||
<h1 class="text-2xl font-bold text-gray-700 mb-5">Export your VCV</h1> | ||
|
||
<div class="flex flex-col gap-3"> | ||
<div class="flex gap-5"> | ||
<Button color="light-blue" on:click={onSavePdfClick}>Export to PDF</Button> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.