Skip to content

Commit 85fd34c

Browse files
committed
⏪️ added back import/export progression
1 parent df5ab3e commit 85fd34c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,16 @@ <h2>Séries</h2>
195195
<h2>Collections</h2>
196196
<div class="content-grid" id="collectionsGrid"></div>
197197
</div>
198+
199+
<div class="export-import-group">
200+
<button class="btn btn-primary" id="exportWatchedBtn">
201+
<i class="fas fa-download"></i> Exporter ma progression
202+
</button>
203+
<label class="btn btn-secondary" style="cursor: pointer">
204+
<i class="fas fa-upload"></i> Importer
205+
<input type="file" id="importWatchedInput" accept=".json" />
206+
</label>
207+
</div>
198208
</section>
199209

200210
<!-- Collection detail page (not in nav) -->

0 commit comments

Comments
 (0)