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 61 commits into
base: main
Choose a base branch
from
Open

Firmware tool #880

wants to merge 61 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

Commits on Oct 4, 2024

  1. Current progress

    loucass003 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1e989c1 View commit details
    Browse the repository at this point in the history
  2. Final version

    loucass003 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    720d210 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    e1dc199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3c3ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef48e7a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    9a46050 View commit details
    Browse the repository at this point in the history
  2. enforce lf with editorconfig

    ImUrX committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f171a03 View commit details
    Browse the repository at this point in the history
  3. Fix build

    loucass003 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    de648b2 View commit details
    Browse the repository at this point in the history
  4. lint

    loucass003 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0215ca5 View commit details
    Browse the repository at this point in the history
  5. Spotless

    loucass003 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9033605 View commit details
    Browse the repository at this point in the history
  6. Renormalize

    loucass003 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c77d5b7 View commit details
    Browse the repository at this point in the history
  7. add gitattributes

    ImUrX committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ba468f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    051811a View commit details
    Browse the repository at this point in the history
  9. Revert back to api

    loucass003 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6b3aca8 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'editorconfig-lf' of github.com:SlimeVR/SlimeVR-Server i…

    …nto llelievr/firmware-tool
    loucass003 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    89cdcf8 View commit details
    Browse the repository at this point in the history
  11. Set to main

    loucass003 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b04e2e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b53b6b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Update gui/src/components/firmware-tool/SelectFirmwareStep.tsx

    Co-authored-by: Uriel <imurx@proton.me>
    loucass003 and ImUrX authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5290b16 View commit details
    Browse the repository at this point in the history
  2. Update gui/src/components/firmware-tool/SelectFirmwareStep.tsx

    Co-authored-by: Uriel <imurx@proton.me>
    loucass003 and ImUrX authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3a7b5ea View commit details
    Browse the repository at this point in the history
  3. Update gui/src/components/onboarding/pages/Home.tsx

    Co-authored-by: Uriel <imurx@proton.me>
    loucass003 and ImUrX authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    337fb0b View commit details
    Browse the repository at this point in the history
  4. Update gui/src/components/onboarding/pages/ConnectTracker.tsx

    Co-authored-by: Uriel <imurx@proton.me>
    loucass003 and ImUrX authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d02049f View commit details
    Browse the repository at this point in the history
  5. Update gui/public/i18n/en/translation.ftl

    Co-authored-by: Uriel <imurx@proton.me>
    loucass003 and ImUrX authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    328ad0d View commit details
    Browse the repository at this point in the history
  6. Update gui/src/components/commons/VerticalStepper.tsx

    Co-authored-by: Uriel <imurx@proton.me>
    loucass003 and ImUrX authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c0fc523 View commit details
    Browse the repository at this point in the history
  7. Update gui/src/components/commons/VerticalStepper.tsx

    Co-authored-by: Uriel <imurx@proton.me>
    loucass003 and ImUrX authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fc6c18f View commit details
    Browse the repository at this point in the history
  8. update solarxr

    loucass003 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    035637b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b51804 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea0a385 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    e44ad38 View commit details
    Browse the repository at this point in the history
  2. send pnpm-lock

    loucass003 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1beadef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    632e914 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    826b3a8 View commit details
    Browse the repository at this point in the history
  5. Bring back comment

    loucass003 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5c85a82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef998cf View commit details
    Browse the repository at this point in the history