Bugfix: Cursor for journal tab not applied correctly causing duplicated

entries
This commit is contained in:
Johannes Schriewer 2026-08-30 19:21:39 +02:00
parent 9fa4e159af
commit 23341d803c
2 changed files with 1033 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -69,7 +69,7 @@
<button type="submit">filter</button> <button type="submit">filter</button>
</form> </form>
<div id="journal-logwrap"> <div id="journal-logwrap">
<input type="hidden" id="journal-cursor" value=""> <input type="hidden" id="journal-cursor" name="cursor" value="">
<div id="journal-log" hx-get="/api/journal" hx-trigger="load, every 5s" hx-swap="beforeend" hx-include="#journal-filters, #journal-cursor"></div> <div id="journal-log" hx-get="/api/journal" hx-trigger="load, every 5s" hx-swap="beforeend" hx-include="#journal-filters, #journal-cursor"></div>
</div> </div>
</section> </section>