We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5ab3e commit 85fd34cCopy full SHA for 85fd34c
1 file changed
index.html
@@ -195,6 +195,16 @@ <h2>Séries</h2>
195
<h2>Collections</h2>
196
<div class="content-grid" id="collectionsGrid"></div>
197
</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>
208
</section>
209
210
<!-- Collection detail page (not in nav) -->
0 commit comments