diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 3be300f..bf65950 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -23,7 +23,9 @@ "WebFetch(domain:github.com)", "WebFetch(domain:raw.githubusercontent.com)", "Bash(echo \"EXIT: $?\")", - "Bash(echo \"exit: $?\")" + "Bash(echo \"exit: $?\")", + "Bash(MIX_ENV=prod mix release bds --overwrite)", + "Bash(MIX_ENV=prod mix bds.bundle.macos)" ] } } diff --git a/assets/css/shell.css b/assets/css/shell.css index 79f4542..8adf5de 100644 --- a/assets/css/shell.css +++ b/assets/css/shell.css @@ -579,6 +579,13 @@ cursor: pointer; } +.task-message-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + min-width: 0; +} + .status-bar-item.theme-badge { border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 3px; diff --git a/lib/bds/desktop/shell_live/index.html.heex b/lib/bds/desktop/shell_live/index.html.heex index a743769..c7cc910 100644 --- a/lib/bds/desktop/shell_live/index.html.heex +++ b/lib/bds/desktop/shell_live/index.html.heex @@ -568,7 +568,7 @@