Commit b2cc647
committed
agent picker: drop the step 03 sign-up CTA, and fix bold colour inside callouts
Step 03 describes what happens once you are connected, which teams the agent may
act on and whether it may edit. A sign-up button under that was answering a
question the step does not ask, and on the blog post it was the third copy of the
same next step on one screen. Gone for every client and every surface.
That leaves the signup prop and the Expert tab's noStep3Cta flag with nothing to
gate, so both go too rather than sitting there as dead switches. The Expert tab
keeps its own step 01 sign-up, which is a different CTA for a different step. The
docs page in FlowFuse/flowfuse still passes :signup="false"; it is inert now and
worth removing there.
Separately: .prose pins --tw-prose-bold to gray-500 and Tailwind Typography's
strong rule reads that token, so bold text inside a callout rendered grey against
the callout's own colour, two colours in one sentence. Extended the callout theme
in app.config the same way its own [&_code]: rule works, rather than overriding it
from the stylesheet. Fixes the handbook's callouts too.1 parent eaaf57b commit b2cc647
2 files changed
Lines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
18 | 32 | | |
19 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
59 | | - | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
| |||
187 | 183 | | |
188 | 184 | | |
189 | 185 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | 186 | | |
194 | 187 | | |
195 | 188 | | |
| |||
0 commit comments