You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: browsable template select with high-contrast CPA style
Replace autocomplete with select+search-filter for CNA-style discovery
(↑↓ browse, type to filter). Restore bright category badges and apply a
readable blue/green questionary theme across interactive prompts.
Co-authored-by: Cursor <cursoragent@cursor.com>
@@ -420,9 +419,9 @@ We need to do a full UI/UX and branding review of the Create Python App ecosyste
420
419
421
420
Please start with discovery and audit before implementing. Review the root create-python-app repo, the package README, cpa-templates, and docs/BRAND.md. The goal is to improve engagement, attraction, branding, cozy developer experience, visual consistency, and conversion across GitHub, PyPI, docs, CLI, and generated starter UIs.
422
421
423
-
The CLI already uses Rich on stderr and questionary autocomplete/checkbox flows
424
-
with plain-text category badges (HTML-safe for prompt_toolkit). Evaluate whether
425
-
those defaults should evolve into a cohesive brand system. Pay attention to error
422
+
The CLI already uses Rich on stderr and questionary select/checkbox flows with
423
+
`CPA_PROMPT_STYLE` plus bright ANSI category badges. Evaluate whether those
424
+
defaults should evolve into a cohesive brand system. Pay attention to error
426
425
message tone, interactive vs CI non-interactive behavior, and the minimal hero SVG.
427
426
428
427
Previous work established basic READMEs and BRAND.md notes, but now I want a broader review and a stronger cohesive brand direction. Do not assume the current teal-on-slate hero or terminal colors are final.
0 commit comments