Replies: 4 comments
|
added tooltips in #283. Hovering a visible agent-status indicator now shows I don't plan to add persistent text labels or another dots/text/both setting. There are only three statuses, the indicators already use distinct symbols, and their colors are configurable. The tooltip covers discoverability without making the sidebar wider or adding another setting. |
|
Thanks for the tooltips — that helps. One data point on "the indicators already use distinct symbols": I've been using agterm daily and I genuinely could not tell them apart. I read them as plain colored dots, and I only learned they were an ellipsis, an exclamation mark, and a check after reading the source. Before that I had also mapped the colors wrong in my head and was ignoring the amber The code points at why. In That's the part a hover tooltip doesn't reach: the sidebar is scanned peripherally. The whole value is noticing that some session needs you without aiming at it first. If they have to be hovered one by one to be told apart, that's lost. I'm not asking for the text labels again — the width objection is fair. Two cheaper options that keep the current layout:
Either would also help the color-blind case, where hue is the only channel currently carrying the meaning. |
|
there are three states and three user-configurable colors. Set I'm not adding configurable symbols or changing the fixed symbols for everyone. The tooltip in #283 was a cheap consistency fix because a visible indicator should explain itself on hover, not a reason to add another display mode. Three configurable colors are enough here. |
|
changed my mind on this. Shapes are configurable now, merged in #292. two things moved me. First, to my surprise I got the same ask from another user independently, which makes it a pattern rather than one person's preference. Second, your color-blind point is the one I under-weighted. Platform guidance is explicit that color should not be the only thing separating two states, and macOS ships a "Differentiate without color" toggle in Accessibility ▸ Display precisely because hue carries nothing for some people. My "three configurable colors are enough" was answered from the position of someone who can see all three. what shipped is close to your option 1, with one change. Rather than a free-form SF Symbol name per status, it is a fixed set of six: Settings ▸ Agent Status now has a "Colors and Shapes" section, one row per state with its color well and its shape picker side by side. There is also a per-call override for scripts: that one rides the status and reverts on the next set without it, so an agent can mark one session for the duration of a run. It reads back on one change you will spot right away: the old marked circles are gone. Your reading of the default stays color-only on purpose. For the large majority of users three distinct colors do the job, and I am not changing what everyone sees to serve a small minority. Shapes are there for the people color does not work for, and they cost nothing if you never open the picker. all of this is in master only for now, it will come with the next release: #292 thx for pushing on this one, and for reading the source instead of taking my word for it. The 16pt detail is what actually changed my mind. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Right now the agent status in the sidebar is shown as a colored dot (orange / red / green, sometimes blinking). The problem: the colors aren't labeled anywhere, so their meaning isn't obvious — you have to memorize which is which, and a new user simply can't tell what the indicators mean.
Proposal: add an option to show the status as a text label next to the session name, e.g.:
splitty [working]— activecustomer growth [waiting]— blockedattune [done]— completedIdeally as a setting toggle (dots / text / dots + text) so everyone can pick what suits them. At a minimum, a tooltip or a small legend explaining the colors would already help a lot.
All reactions