mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-16 18:24:02 +02:00
build
This commit is contained in:
16
app/partials/ask-to-import-modal.html
Normal file
16
app/partials/ask-to-import-modal.html
Normal 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>
|
Reference in New Issue
Block a user