Bugfix: Cursor for journal tab not applied correctly causing duplicated
entries
This commit is contained in:
parent
9fa4e159af
commit
23341d803c
2 changed files with 1033 additions and 1 deletions
1032
opencode_session_journal_append_2026-08-30.txt
Normal file
1032
opencode_session_journal_append_2026-08-30.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue