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

Better overflow and wrapping in Status area #7850

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2024

  1. Enhancements for better wrapping of Status Area icons

    - Added `headCanWrap` stored property, and toggle button.
    - CSS mods, cleanup.
    charlesh88 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e3387d4 View commit details
    Browse the repository at this point in the history
  2. Enhancements for better wrapping of Status Area icons

    - New glyphs for `icon-multiline` and `icon-singleline`.
    - Refinements to button labels and titles for clarity.
    charlesh88 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b8a933e View commit details
    Browse the repository at this point in the history
  3. Enhancements for better wrapping of Status Area icons

    - Add code and CSS for toggling single/multiline display of indicators.
    - Add code to detect overflow state of indicators.
    charlesh88 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f06b629 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Enhancements for better wrapping of Status Area icons

    - WIP, but is working!
    - TODOs:
      - Make sure this is a good way to do things.
      - Cleanup code.
      - Tests.
    charlesh88 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9e15443 View commit details
    Browse the repository at this point in the history
  2. Enhancements for better wrapping of Status Area icons

    - Fixed CSS classing on collapse/expand button.
    - New method added for storing head props in local storage.
    - TODOs:
      - Make sure using Update hook is performant.
      - Tests.
    charlesh88 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d1e85c9 View commit details
    Browse the repository at this point in the history
  3. Code cleanup.

    charlesh88 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2094521 View commit details
    Browse the repository at this point in the history
  4. - Now uses Watch instead of Update to handle changes from containing …

    …AppLayout.vue component.
    
    - Code cleanup, console.log removals.
    charlesh88 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e494bee View commit details
    Browse the repository at this point in the history