|
|
@@ -40,6 +40,25 @@
|
|
|
<h1>Import Playlists</h1>
|
|
|
</header>
|
|
|
|
|
|
+ <!-- Export/Import/History buttons -->
|
|
|
+ <div class="export-container" x-bind="exportContainer">
|
|
|
+ <button class="export-btn" x-bind="exportButton">
|
|
|
+ Export Playlists
|
|
|
+ </button>
|
|
|
+ <button class="import-btn" x-bind="importButton">
|
|
|
+ Import Playlists
|
|
|
+ </button>
|
|
|
+ <button class="history-btn" x-bind="historyButton">
|
|
|
+ History
|
|
|
+ </button>
|
|
|
+ <button class="save-channel-btn" x-bind="saveChannelButton">
|
|
|
+ Save Channel
|
|
|
+ </button>
|
|
|
+ <button class="wiki-insp-btn" x-bind="wikiInspButton">
|
|
|
+ Wiki/Insp
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div class="playlists-container" x-bind="playlistsContainer">
|
|
|
<template
|
|
|
x-for="playlistData in playlistsForDisplay"
|
|
|
@@ -435,24 +454,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <!-- Export/Import/History buttons -->
|
|
|
- <div class="export-container" x-bind="exportContainer">
|
|
|
- <button class="export-btn" x-bind="exportButton">
|
|
|
- Export Playlists
|
|
|
- </button>
|
|
|
- <button class="import-btn" x-bind="importButton">
|
|
|
- Import Playlists
|
|
|
- </button>
|
|
|
- <button class="history-btn" x-bind="historyButton">
|
|
|
- History
|
|
|
- </button>
|
|
|
- <button class="save-channel-btn" x-bind="saveChannelButton">
|
|
|
- Save Channel
|
|
|
- </button>
|
|
|
- <button class="wiki-insp-btn" x-bind="wikiInspButton">
|
|
|
- Wiki/Insp
|
|
|
- </button>
|
|
|
- </div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|