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

Migrate to use Vite instead of Create React App #515

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    0ebda61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28586e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a39275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc3a29c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa12087 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1c517b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a305f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3153cb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29b5010 View commit details
    Browse the repository at this point in the history
  10. Copy src from old ui

    - copy src directory
    - move public/index.html to index.html
    - remove %PUBLIC_URL%
    - add module script to the bottom of the body tag
    thienandangthanh committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    69b62f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8036a6e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b2b24e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    68b1165 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e5e1c30 View commit details
    Browse the repository at this point in the history
  15. Use build instead of dist as build output

    Reason: to match create-react-app output
    thienandangthanh committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    eddbe99 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    452e583 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5923097 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f91b87b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    906da30 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8b8b534 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    739dd8e View commit details
    Browse the repository at this point in the history
  22. Remove redundant HTML comment

    Reason: %PUBLIC_URL% is not used with vite
    thienandangthanh committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    43a5e4f View commit details
    Browse the repository at this point in the history
  23. Place generated assets inside the static/assets

    Reason: to serve with wifi-connect binary
    thienandangthanh committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3a9fc6c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a491a63 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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