Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add strategies palette to make use of vocabulary strategies for finding symbols #24

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jul 31, 2024

  1. feat: modify navigation stack to track rendering element

    Pushing to the navigation stack includes the html element wherein
    the palette was rendered so that when going back to it, it is rendered
    in the same place.  This allows different areas of the adaptive-palette
    to navigate to different palettes.
    klown committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e47b06b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. chore: move new navigation changes from .../src to .../client/src

    This move is to match the move of all of the `src` files to the `client`
    folder as part of the express server work (`feat/setup-server-src`).
    klown committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5a405d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db4b6c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b5d4f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. feat: remove aria-controls from the "go back" button(s).

    - Not needed: aria-controls was used for the id of the element
      wherein to render the go-back palette, but that id is now stored
      with the go-back palette,
    - Confusing: if the code continued to use aria-controls, then its
      value would change depending on which go-back render element is
      currently relevant. But, changing that value is likely confusing
      to an AT user.
    klown committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0baf623 View commit details
    Browse the repository at this point in the history
  2. feat: add LabelCell component

    klown committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3f1ad24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    451bb33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    264ce22 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    6d9313a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    a441b1e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    dcb2269 View commit details
    Browse the repository at this point in the history