From be291498cf0c52d8af722a2015e458c5a2d2e634 Mon Sep 17 00:00:00 2001
From: starship-s <45587122+starship-s@users.noreply.github.com>
Date: Mon, 27 Apr 2026 23:37:51 -0600
Subject: [PATCH] ui: swap composer action icons to Lucide (ISC-licensed)
- queue: list-end (append to queue)
- interrupt: skip-forward (jump ahead)
- steer: compass (course correction)
---
static/ui.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/static/ui.js b/static/ui.js
index 80c4fbc2..54114847 100644
--- a/static/ui.js
+++ b/static/ui.js
@@ -1221,9 +1221,9 @@ function getComposerPrimaryAction(){
function _setComposerPrimaryButtonIcon(btn,action){
const icons={
send:'',
- queue:'',
- interrupt:'',
- steer:'',
+ queue:'',
+ interrupt:'',
+ steer:'',
stop:'',
disabled:''
};