aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/live_timeline_updater.php
blob: 366b417163d843db30f50292a7a6c74b7683405d (plain)
1
2
3
4
<form hidden id="liveTimelineUpdater" hx-trigger="load delay:10s, update" hx-get="/feed/<?= $kind ?>/partial"
    hx-target="next #timelineItems" hx-swap="afterbegin" <?= ($isUpdate ?? false) ? 'hx-swap-oob="true"' : '' ?>>
    <input type="hidden" name="since" value="<?= $since->format('c') ?>">
</form>