Reminder, Watchlist
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<section class="page-heading">
|
||||
<h2>Merkliste</h2>
|
||||
<p>Sendungen, die du später ansehen möchtest.</p>
|
||||
</section>
|
||||
|
||||
<section class="watchlist-notifications">
|
||||
<div>
|
||||
<strong>🔔 Erinnerungen</strong>
|
||||
|
||||
<p id="watchlistNotificationStatus">
|
||||
Erinnerung vor Sendungsbeginn aktivieren.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<button
|
||||
id="enableWatchlistNotifications"
|
||||
type="button">
|
||||
Erinnerungen aktivieren
|
||||
</button>
|
||||
</section>
|
||||
|
||||
<div id="watchlistEmpty" class="empty" hidden>
|
||||
Deine Merkliste ist noch leer.
|
||||
</div>
|
||||
|
||||
<div id="watchlistGrid" class="watchlist-grid"></div>
|
||||
|
||||
<?php require __DIR__ . '/partials/programme-modal.php'; ?>
|
||||
Reference in New Issue
Block a user