Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit b4f8d63

Browse files
fix: use a single strategy accordion in paper dashboard
1 parent 67272cb commit b4f8d63

11 files changed

Lines changed: 397 additions & 319 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ The intended layout is:
140140
- paper-session config mounted at `/etc/palmscript/paper-sessions.toml`
141141

142142
The paper container now also serves a live monitoring UI at `/paper` on port
143-
`8080`. It lists all persisted paper sessions, shows a simplified top strategy
144-
accordion with collapsible strategy sections and per-strategy run selection,
145-
and keeps the selected run in one unified detail panel with real-time equity,
146-
PnL, open positions, trades, orders, drawdown, feed health, and session logs.
143+
`8080`. It lists all persisted paper sessions, shows a single top strategy
144+
accordion for selecting a strategy and its runs, and keeps the selected run in
145+
one unified detail panel with real-time equity, PnL, open positions, trades,
146+
orders, drawdown, feed health, and session logs.
147147
Failed sessions now keep their failure message and log stream visible even
148148
when the session never produced a first snapshot. The bundled
149149
`paper-sessions.toml` now starts both `strategy.ps` and `triiger_happy.ps` so

web/docs/docs/tooling/cli.de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ directory is empty, then starts `palmscript execution serve`. Set
226226
`PALMSCRIPT_FORCE_SUBMIT=1` if you want to resubmit the configured sessions on
227227
container start. The same container also starts `palmscript-ide-server` and
228228
serves a live paper dashboard at `http://localhost:8080/paper` so you can
229-
eine Strategie ueber ein einklappbares oberes Akkordeon auswaehlen, zwischen
230-
den verfolgten Runs dieser Strategie wechseln und Equity, PnL, Trades,
229+
eine Strategie ueber das einzelne einklappbare obere Akkordeon auswaehlen,
230+
zwischen den verfolgten Runs dieser Strategie wechseln und Equity, PnL, Trades,
231231
Drawdown, Feed-Health und Logs in einem einheitlichen Detailbereich in
232232
Echtzeit pruefen.
233233
Die gebuendelte `paper-sessions.toml` startet sowohl `strategy.ps` als auch

web/docs/docs/tooling/cli.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ directory is empty, then starts `palmscript execution serve`. Set
226226
`PALMSCRIPT_FORCE_SUBMIT=1` if you want to resubmit the configured sessions on
227227
container start. The same container also starts `palmscript-ide-server` and
228228
serves a live paper dashboard at `http://localhost:8080/paper` so you can
229-
elegir una estrategia desde un acordeon superior plegable, cambiar entre las
230-
ejecuciones seguidas de esa estrategia e inspeccionar equity, PnL, trades,
229+
elegir una estrategia desde el unico acordeon superior plegable, cambiar entre
230+
las ejecuciones seguidas de esa estrategia e inspeccionar equity, PnL, trades,
231231
drawdown, salud de feeds y logs en un panel unificado en tiempo real. Las
232232
`paper-sessions.toml` incluida inicia tanto `strategy.ps` como
233233
`triiger_happy.ps`, para que la estrategia avanzada con varias fuentes y la

web/docs/docs/tooling/cli.fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ directory is empty, then starts `palmscript execution serve`. Set
227227
`PALMSCRIPT_FORCE_SUBMIT=1` if you want to resubmit the configured sessions on
228228
container start. The same container also starts `palmscript-ide-server` and
229229
serves a live paper dashboard at `http://localhost:8080/paper` so you can
230-
choisir une strategie depuis un accordeon repliable en haut, basculer entre
231-
les runs suivis pour cette strategie et inspecter l'equity, le PnL, les
230+
choisir une strategie depuis l'unique accordeon repliable en haut, basculer
231+
entre les runs suivis pour cette strategie et inspecter l'equity, le PnL, les
232232
trades, le drawdown, la sante des feeds et les logs dans un panneau unifie en
233233
temps reel.
234234
La `paper-sessions.toml` fournie demarre a la fois `strategy.ps` et

web/docs/docs/tooling/cli.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ directory is empty, then starts `palmscript execution serve`. Set
227227
`PALMSCRIPT_FORCE_SUBMIT=1` if you want to resubmit the configured sessions on
228228
container start. The same container also starts `palmscript-ide-server` and
229229
serves a live paper dashboard at `http://localhost:8080/paper` so you can
230-
上部の折りたたみ accordion から strategy を選択し、その strategy に
231-
紐づく run を切り替えながら、equity、PnL、trade、drawdown、feed
230+
上部の単一の折りたたみ accordion から strategy を選択し、その
231+
strategy に紐づく run を切り替えながら、equity、PnL、trade、drawdown、feed
232232
health、log を単一の detail panel でリアルタイムに確認できます。
233233
同梱の `paper-sessions.toml``strategy.ps``triiger_happy.ps`
234234
両方を起動するため、高度な複数 source の example strategy と

web/docs/docs/tooling/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ directory is empty, then starts `palmscript execution serve`. Set
220220
`PALMSCRIPT_FORCE_SUBMIT=1` if you want to resubmit the configured sessions on
221221
container start. The same container also starts `palmscript-ide-server` and
222222
serves a live paper dashboard at `http://localhost:8080/paper` so you can
223-
pick a strategy from a collapsible top accordion, switch between that
223+
pick a strategy from the single collapsible top accordion, switch between that
224224
strategy's tracked runs, and inspect equity, PnL, trades, drawdown, feed
225225
health, and logs in one unified detail panel in real time.
226226
The bundled `paper-sessions.toml` starts both `strategy.ps` and

web/docs/docs/tooling/cli.pt-BR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ directory is empty, then starts `palmscript execution serve`. Set
227227
`PALMSCRIPT_FORCE_SUBMIT=1` if you want to resubmit the configured sessions on
228228
container start. The same container also starts `palmscript-ide-server` and
229229
serves a live paper dashboard at `http://localhost:8080/paper` so you can
230-
escolher uma estrategia em um acordeao recolhivel no topo, alternar entre as
231-
execucoes rastreadas dessa estrategia e inspecionar equity, PnL, trades,
230+
escolher uma estrategia no unico acordeao recolhivel no topo, alternar entre
231+
as execucoes rastreadas dessa estrategia e inspecionar equity, PnL, trades,
232232
drawdown, saude dos feeds e logs em um painel unificado em tempo real.
233233
A `paper-sessions.toml` empacotada passa a iniciar `strategy.ps` e
234234
`triiger_happy.ps`, para que a estrategia avancada com multiplas fontes e o

web/ide/dist/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)