Skip to content
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
de48830
implement the remote side of the termlisten protocol
sawka Apr 27, 2026
1e14a37
updates for wshcmdreader to support multiple osc sequences
sawka Apr 27, 2026
868470f
md formatting
sawka Apr 27, 2026
3d442dc
termlistensrv + working http integration test
sawka Apr 27, 2026
507a988
implement termproxy support in tsunami command
sawka Apr 27, 2026
bb8ba32
default raw tsunami binaries to termproxy, all wave paths disable it …
sawka Apr 27, 2026
50ee4e3
commit generated file update
sawka Apr 27, 2026
6fb3ffc
integrate server side via ptybuffer
sawka Apr 27, 2026
003d073
checkpoint, got tsunami sub-block and client<->server signaling working
sawka Apr 27, 2026
6d7790c
fix some bugs (more remaining)
sawka Apr 27, 2026
b335043
checkpoint, fixing bugs
sawka Apr 28, 2026
4db2737
fix bugs, term mode switcher, preload changes, etc.
sawka Apr 28, 2026
7945bd1
fix manifest for pre-build binaries
sawka Apr 28, 2026
802f928
meta sync + header
sawka May 1, 2026
f61eb14
better global keybindngs for builder window
sawka May 1, 2026
c7480fb
small change to publish dialog
sawka May 1, 2026
e96a78b
update to gpt-5.5 for builder
sawka May 1, 2026
a947688
fix header icons for tsunami sub-blocks
sawka May 1, 2026
5aea889
fix tsunami sub-block menu items
sawka May 1, 2026
17e636d
show app name in header in tsunami blocks
sawka May 1, 2026
db626d0
simplify, use tsunamidirect
sawka May 2, 2026
5925b66
update copyright years
sawka May 2, 2026
cd36896
more simplifications to tsunami now that we have tsunamidirect
sawka May 2, 2026
14bd2d0
move allowtermlisten to a global config setting
sawka May 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
show app name in header in tsunami blocks
  • Loading branch information
sawka committed May 1, 2026
commit 17e636ddf4a8e153de746652e75441e5f7daab12
2 changes: 1 addition & 1 deletion frontend/app/view/tsunami/tsunami.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class TsunamiViewModel extends WebViewModel {
this.viewType = "tsunami";
this.isRestarting = jotai.atom(false);

// Hide navigation bar (URL bar, back/forward/home buttons)
this.hideNav = jotai.atom(true);
this.hideViewName = jotai.atom(false);

// Set custom partition for tsunami WebView isolation
this.partitionOverride = jotai.atom(`tsunami:${this.blockId}`);
Expand Down