feat: add strategies palette to make use of vocabulary strategies for finding symbols #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP
This adds a "Strategies" palette and its sub-layers for selecting among various ways to help the user find a specific Bliss symbol.
A new type of cell is introduced here, namely the
LabelCell
(a Preact component). Its purpose is to label the palette that it is part of. In terms of HTML, the component is rendered as a<label>
element, but it is unlikely that this right way to provide the label.To Do:
ActionBmwCodeCell
components, but they should cause the strategy to "work".LabelCell
and the palette it labels, e.g., by adding anaria-labelledby
oraria-label
to the appropriate place,LabelCell
,Note that this PR includes the changes from #23.
This PR replaces a previous PR that was not based on the
main
branch. The code has been appropriately re-based and this new PR issued.