Skip to content

feat: add snippet quick-pick placeholders

Amy Qualls requested to merge 1626-aqualls-add-placeholders into main

Description

Adds placeholder text for user interactions with snippets, so the user knows what they are selecting.

@tvanderhelm will be interested in the UX ramifications of this work. I don't know what other flows lack user-visible text.

Related Issues

How has this been tested?

Screenshots (if appropriate)

Create Snippet

step before after
1 Screenshot_2024-10-22_at_18.10.34 Screenshot_2024-10-22_at_18.12.53
2 (tested in workspace with only one project) Screenshot_2024-10-22_at_18.13.11
3 Screenshot_2024-10-22_at_18.10.41 Screenshot_2024-10-22_at_18.13.17
4 Screenshot_2024-10-22_at_18.10.49 Screenshot_2024-10-22_at_18.13.26

Create Snippet Patch

step before after
1 Screenshot_2024-10-22_at_18.11.01 Screenshot_2024-10-22_at_18.13.42
2 (tested in workspace with only one project) Screenshot_2024-10-22_at_18.13.49
3 Screenshot_2024-10-22_at_18.11.08 Screenshot_2024-10-22_at_18.13.55
4 Screenshot_2024-10-22_at_18.11.18 Screenshot_2024-10-22_at_18.14.05

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Tristan Read

Merge request reports

Loading