olivetin/frontend
jamesread e2bf82ff9c fix(#952): carry arguments when rerunning an action
The Rerun button ignored the original arguments and always started
actions with an empty argument set, so actions that take arguments
threw instead of re-running.

Rerun now reuses the arguments stored on the log entry: complete
runs restart directly, and incomplete ones (missing values, or
password / very_dangerous_raw_string fields) open the argument form
pre-filled via history.state. Justification-required actions always
re-prompt so each execution is explicitly justified.

Storable arguments are copied onto the log entry only after argument
parsing succeeds, so failed executions no longer persist arguments
that could be replayed.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 17:06:04 +01:00
..
js feat: circle indicator for running actions, justification support 2026-06-17 23:29:30 +01:00
resources fix(#952): carry arguments when rerunning an action 2026-07-17 17:06:04 +01:00
themes/waffles chore: OliveTin 3k progress 2025-08-03 22:10:51 +01:00
.eslintrc.json fix: stylelint and webui cleanup 2025-10-11 01:12:07 +01:00
.npmrc chore: OliveTin 3k progress 2025-08-03 22:10:51 +01:00
.stylelintrc.json chore: OliveTin 3k progress 2025-08-03 22:10:51 +01:00
Makefile fix: stylelint and webui cleanup 2025-10-11 01:12:07 +01:00
OliveTinLogo-57px.png chore: OliveTin 3k progress 2025-08-03 22:10:51 +01:00
OliveTinLogo-120px.png chore: OliveTin 3k progress 2025-08-03 22:10:51 +01:00
OliveTinLogo-180px.png chore: OliveTin 3k progress 2025-08-03 22:10:51 +01:00
OliveTinLogo.png chore: OliveTin 3k progress 2025-08-03 22:10:51 +01:00
OliveTinLogo.svg chore: OliveTin 3k progress 2025-08-03 22:10:51 +01:00
index.html feat: add theme selector support, load themes in a layer. 2026-01-11 21:32:55 +00:00
main.js fix: #803 enable custom JS (again!) 2026-02-15 01:03:22 +00:00
package-lock.json feat: action group sizing 2026-06-18 23:33:27 +01:00
package.json fix: prefix form arguments to prevent collisions with other page elements 2026-07-13 22:10:43 +01:00
style.css fix: Implement stylemods again in 3k 2026-01-11 22:02:07 +00:00
vite.config.js chore: fix race conditions and little bugs 2026-06-19 09:56:41 +01:00