ttrpg-tools/src
hypercross 862ba9c01b feat: simplify journal connection via WebSocket upgrade
Refactor the journal server to run over WebSockets on the existing
HTTP server instead of a separate MQTT TCP port. This removes the need
for a separate port configuration and simplifies the connection flow
by auto-connecting to the current host.

- Remove `--mqtt-port` CLI option
- Attach Aedes broker to the HTTP server via WebSocket upgrade
- Update UI to remove manual broker URL and player name inputs
- Add "Content Source" access from the sidebar
- Update JournalPanel to auto-connect to the local server
2026-07-06 15:30:21 +08:00
..
cli feat: simplify journal connection via WebSocket upgrade 2026-07-06 15:30:21 +08:00
components feat: simplify journal connection via WebSocket upgrade 2026-07-06 15:30:21 +08:00
data-loader feat(viewer): Add data source dialog 2026-06-30 19:20:08 +08:00
doc-entries feat(docs): add component documentation entries and refactor dialog 2026-06-30 18:47:14 +08:00
journals/mothership feat: mothership character store 2026-03-23 01:13:19 +08:00
markdown refactor(markdown): Replace `using` with try-finally 2026-06-25 20:33:08 +08:00
plotcutter fix: jest 2026-03-23 20:24:25 +08:00
App.tsx feat: simplify journal connection via WebSocket upgrade 2026-07-06 15:30:21 +08:00
global.d.ts feat(viewer): Add data source dialog 2026-06-30 19:20:08 +08:00
index.html feat: add md-emfont component and format code 2026-05-11 11:25:57 +08:00
main.tsx fix: app routing 2026-02-26 14:10:16 +08:00
solid-dnd.directives.d.ts fix(layer-editor): use stable _key for drag-and-drop sorting 2026-07-03 21:49:18 +08:00
styles.css style: reformat and improve CSS structure 2026-07-06 13:28:01 +08:00