feat: collapsible long code blocks with expand/collapse toggle
Code blocks longer than 25 lines are now automatically collapsed, showing only the first 10 lines with a gradient fade and a 'Show all N lines' button. Click to expand/collapse. Also fixes version sync (package.json now matches v1.63.4) and shows line count in the language header for long blocks.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pinchchat",
|
||||
"version": "1.63.2",
|
||||
"version": "1.63.4",
|
||||
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user