1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-16 18:24:02 +02:00
This commit is contained in:
Kushagra Gour
2018-03-23 02:33:07 +05:30
parent 0c8ba457a8
commit 4a1f6dca96
10 changed files with 56 additions and 22 deletions

View File

@@ -0,0 +1,16 @@
<a d-click="onModalCloseBtnClick" href="" aria-label="Close modal" title="Close" class="js-modal__close-btn modal__close-btn">
<svg>
<use xlink:href="#cross-icon"></use>
</svg>
</a>
<h2>Import your creations in your account</h2>
<div>
<p>You have <span id="oldSavedCreationsCountEl"></span> creations saved in your local machine. Do you want to import those creations in your account so they are more secure and accessible anywhere?</p>
<p>It's okay if you don't want to. You can simply logout and access them anytime on this browser.</p>
<div class="flex flex-h-end">
<button d-click="dontAskToImportAnymore" class="btn">Don't ask me again</button>
<button d-click="importCreationsAndSettingsIntoApp" class="btn btn--primary ml-1">Yes, please import</button>
</div>
</div>