feat: rework log view (#625)
* rework process start card * do not auto-insert user message * error and system message cards * nest tool cards * improve tool card rendering * fix tsc errors * spacing * scroll bar * tweaks * put back icon * use run reason constants * fix restore icon display * round diff card * add special plan card rendering * fmt * opacity for thinking text * Louis/logs tweaks (#641) * remove divs * text * status indicator * expandable tool boxes * diffs and raw logs * Tweaks * new files * message * lint --------- Co-authored-by: Louis Knight-Webb <louis@bloop.ai>
This commit is contained in:
committed by
GitHub
parent
abee94189a
commit
a3bffc9d0d
@@ -123,7 +123,7 @@ module.exports = {
|
||||
sm: "calc(var(--radius) - 4px)",
|
||||
},
|
||||
fontFamily: {
|
||||
'chivo-mono': ['Chivo Mono', 'monospace'],
|
||||
'chivo-mono': ['Chivo Mono', 'Noto Emoji', 'monospace'],
|
||||
},
|
||||
keyframes: {
|
||||
"accordion-down": {
|
||||
|
||||
Reference in New Issue
Block a user