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

Improving responsiveness in Settings #2694

Merged

Commits on Oct 8, 2022

  1. Removing a width:auto which was overriding

    the width for a lot of .select-text
    MarmadileManteater committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    6d1be0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e2bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c71536b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df95495 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    f5eadd4 View commit details
    Browse the repository at this point in the history
  2. Reducing the width of sliders to be 100% at maximum

    Before this change, the preset width `380px` could easily
    be wider than the window.
    MarmadileManteater committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c70810c View commit details
    Browse the repository at this point in the history
  3. Reducing overflow in Theme Settings

    - Added breakpoint for theme `select`s
    - Added breakpoint for the UI scale slider
    MarmadileManteater committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    6e9afe5 View commit details
    Browse the repository at this point in the history
  4. Reducing the remaining overflow in settings

    This moves all of the tooltips slightly to the left
    when the window is narrow to reduce overflow.
    MarmadileManteater committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    16bddf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a1e190 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e47c97f View commit details
    Browse the repository at this point in the history
  7. Floating the tooltip icon to the right

    When the display is narrow, the tooltip
    can sometimes overflow, and it is very
    difficult to predict how it will overflow
    if the tool tip icon comes directly after
    a locale string.
    
    This change floats those icons into a
    centralized location where the tooltip
    can be guaranteed to not overflow.
    MarmadileManteater committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    1f7aa88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    664bdcb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    def68ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6abc360 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c4d775 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b86094d View commit details
    Browse the repository at this point in the history
  13. Adding class .containsTooltip to ft-toggle

    This should make is easier to style the toggles
    which contain tooltips specficially.
    MarmadileManteater committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    fd85ba9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14f260b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98093d2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b64ec6a View commit details
    Browse the repository at this point in the history