Read a flow name, a port name and an honest docstring
Give the Home flow-activity name cell a `sm:min-w-32` floor beside its `max-w-0` cap, so an ordinary name reads in full where there is room while the phone keeps today's truncation. Name the bar widget's nested reading by its port rather than its qualified message. Correct `MarkdownWidget`'s docstring to the subset it actually renders. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SKL7sUgNWhukDEz95vSMQv
This commit is contained in:
@@ -382,7 +382,8 @@ function GaugeWidget({ widget }: WidgetProps) {
|
||||
}
|
||||
|
||||
/**
|
||||
* A very small markdown subset: headings, bold, code, links, list items.
|
||||
* A very small markdown subset, read a line at a time: headings and list items.
|
||||
* Inline spans — bold, code, links — are not parsed and read as written.
|
||||
*
|
||||
* Enough for the labels and notes a dashboard carries, and not worth a parser.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user