blob: bbf31b4a5350bcfc988c3115f94f142008a29255 (
plain)
1
2
3
4
|
<form hidden id="liveNotificationsUpdater" hx-trigger="load delay:10s, update" hx-get="/notifications/partial"
hx-target="next .items" hx-swap="afterbegin" <?= ($isUpdate ?? false) ? 'hx-swap-oob="true"' : '' ?>>
<input type="hidden" name="since" value="<?= $since->format('c') ?>">
</form>
|