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 web support #120

Closed
wants to merge 62 commits into from
Closed

Commits on Aug 19, 2023

  1. feat: add support for web

    Check readme for known issues
    pimlie committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    6e2eafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d5949 View commit details
    Browse the repository at this point in the history
  3. chore: revert unneeded change

    pimlie committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a1ec39f View commit details
    Browse the repository at this point in the history
  4. fix: tests

    pimlie committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    53f5982 View commit details
    Browse the repository at this point in the history
  5. chore: remove debug logs

    pimlie committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    d685750 View commit details
    Browse the repository at this point in the history
  6. refactor: refactor file picking & saving to support web

    feat: add monospaced font to beautify displaying keys in dict
    
    fix: better indicate that editting cards/dict is not yet supported
    pimlie committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    9325ae0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f7dadf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc23bdd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    a1f36a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebbe746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    113b31a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9918b2 View commit details
    Browse the repository at this point in the history
  5. feat: show generic/both chameleon devices on connect page instead of …

    …always showing ultra
    pimlie committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3574b82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a559778 View commit details
    Browse the repository at this point in the history
  7. feat: update favicons

    pimlie committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6dea3ea View commit details
    Browse the repository at this point in the history
  8. fix: remove old code

    pimlie committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    eac89a8 View commit details
    Browse the repository at this point in the history
  9. feat: dont try to update the fw automatically on web and show an unsu…

    …pported message instead
    pimlie committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    cbdecdb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d672cfb View commit details
    Browse the repository at this point in the history
  11. Correct merge

    Foxushka authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    10ce49e View commit details
    Browse the repository at this point in the history
  12. chore: add some improvements to try to prevent hanging on device disc…

    …onnects while writing
    pimlie committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    0116136 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'refs/remotes/origin/feat-add-web-suppor…

    …t' into feat-add-web-support
    pimlie committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    b3ed064 View commit details
    Browse the repository at this point in the history
  14. feat: refactor chameleon ultra detection

    fix: device connection type
    pimlie committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    baaabf9 View commit details
    Browse the repository at this point in the history
  15. feat: add device name getter on abstract serial

    fix: update device type in connector after detecting on web
    pimlie committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    44f1036 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c6a0b11 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. feat: display dfu specific cards on connect page with both flash late…

    …st/zip options
    
    feat: add initial support for responsive design / small screens
    
    feat: show need to pair devices message on web when no devices paired yet
    
    chore: add class for chameleon device ports
    
    chore: start with extracting features/components
    pimlie committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ba7ceeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7066de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a1f59d View commit details
    Browse the repository at this point in the history
  4. fix: remove main app bar

    pimlie committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2cb5d56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82775df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6151727 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05b5cdc View commit details
    Browse the repository at this point in the history
  8. fix: dark mode cards

    pimlie committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f302fe5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dbd85b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    81f499b View commit details
    Browse the repository at this point in the history
  2. chore: update readme

    pimlie committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0b3d493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82bdbed View commit details
    Browse the repository at this point in the history
  4. fix: add some page headers back

    fix: revert commenting out disconnect on error
    
    chore: prefer using kIsWeb over state prop as it will be easier to statically analyze
    pimlie committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ed3a1d4 View commit details
    Browse the repository at this point in the history
  5. chore: remove unneeded import

    pimlie committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2cb9106 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bcd7dc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Aug 26, 2023

  1. feat: refactor firmware flashing using composition

    feat: add confirm dialog for proxy setting
    pimlie committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d6178f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    106960a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cdd6f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bafe48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05dc1d0 View commit details
    Browse the repository at this point in the history
  6. chore: update readme

    pimlie committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    fa283b5 View commit details
    Browse the repository at this point in the history
  7. fix: add showConfirmDialog helper to ensure proper return type preven…

    …ting a possible runtime null error
    pimlie committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1583a4b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    adc95ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b671d1 View commit details
    Browse the repository at this point in the history
  3. fix: merge issues

    pimlie committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    dde2427 View commit details
    Browse the repository at this point in the history
  4. chore: remove old/unused file

    pimlie committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    2743a6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b04957 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b940c37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a279d33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aeb4ebf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55a6816 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5be7cd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. fix: change button type

    pimlie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    226755b View commit details
    Browse the repository at this point in the history
  2. feat: ask user which device type is connected if unknown and user wan…

    …ts to flash firmware
    pimlie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c054a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f88aca View commit details
    Browse the repository at this point in the history
  4. chore: wording

    pimlie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2a1be2d View commit details
    Browse the repository at this point in the history
  5. chore: switch sizer dependency

    pimlie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    db49a85 View commit details
    Browse the repository at this point in the history