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

Firmware tool #880

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Firmware tool #880

wants to merge 28 commits into from

Commits on Oct 18, 2023

  1. Allow for buttons to not have a child

    Usefull when using Localized as you wont require to put a placeholder inside the button for it to be replaced by Localized anyway
    loucass003 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f775da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b9a0ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97dce51 View commit details
    Browse the repository at this point in the history
  4. Refactor of the dropdown component

    The dropdown has been redone to use portals
    making the different unfocus states easier to handle and also allowing for the dropdown items to go over sections with overflow hidden.
    
    Also the getValues props has been removed as it is not needed and was a wrong usage of react-form-hooks
    loucass003 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    01d8e3f View commit details
    Browse the repository at this point in the history
  5. Refactor TrashIcon ArrowIcon and LoaderIcon

    The TrashIcon component has been refactored to accept `size` as an optional prop instead of `width`. The `size` prop is now used to set the width and height of the SVG element in the component. This change ensures consistency and improves the flexibility of the TrashIcon component.
    
    The ClearDriftCompensationButton and ClearMountingButton components have also been updated to use the new `size` prop when referencing the TrashIcon component. This change ensures that the TrashIcon used in these components is displayed with the desired size.
    
    Additionally, the ArrowUpIcon component has been updated to accept `size` as an optional prop instead of required. This change provides flexibility when using the ArrowUpIcon component, as the size can now be specified or defaulted to 24.
    
    Finally, the LoaderIcon component has been updated to accept `size` as an optional prop instead of required. The `size` prop is now used to set the width of the images in the component. This change allows for more customizable size options for the LoaderIcon component.
    loucass003 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    829d6df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b98137 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    062511b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ef43b6 View commit details
    Browse the repository at this point in the history
  9. Firmware tool

    loucass003 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fb90362 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Sync with main

    loucass003 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    e8a9112 View commit details
    Browse the repository at this point in the history
  2. Remove no needed changes

    loucass003 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    70003dc View commit details
    Browse the repository at this point in the history
  3. Fix datafeed

    loucass003 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    fb7a497 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    2128094 View commit details
    Browse the repository at this point in the history
  2. fix stuff

    ImUrX committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4013e36 View commit details
    Browse the repository at this point in the history
  3. fix android test

    ImUrX committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1c69cbc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. use slimevr.io urls

    ImUrX committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    272b3cc View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    408fe21 View commit details
    Browse the repository at this point in the history
  2. fix lock file

    ImUrX committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1184674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dbbf5d View commit details
    Browse the repository at this point in the history
  4. tweak package.json

    ImUrX committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    269ebbd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. migrate to eslint flat config

    ImUrX committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b35ac6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6214372 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    353d1c4 View commit details
    Browse the repository at this point in the history
  2. fix env error

    ImUrX committed May 28, 2024
    Configuration menu
    Copy the full SHA
    99d7dd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 28, 2024

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