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

850 feature request migrate to vite #882

Merged
merged 48 commits into from
Apr 15, 2024
Merged

Commits on Mar 22, 2024

  1. upgrade to vite

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d9754a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41ef61c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d02f98 View commit details
    Browse the repository at this point in the history
  4. automatic linting fixes

    DonKoko committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    400a18b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa7bf50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ddba8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a7aeee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a9a1ba View commit details
    Browse the repository at this point in the history
  9. automatic linting fixes

    DonKoko committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3a9ed8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99323fd View commit details
    Browse the repository at this point in the history
  11. automatic linting fixes

    DonKoko committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cf526fd View commit details
    Browse the repository at this point in the history
  12. Merge pull request #876 from Shelf-nu/remove-barrel-imports

    Remove barrel imports
    DonKoko authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7c727b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8cbdb42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    243d99b View commit details
    Browse the repository at this point in the history
  15. fix doc

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f7b4409 View commit details
    Browse the repository at this point in the history
  16. fix merge conflict

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e9c7a6f View commit details
    Browse the repository at this point in the history
  17. fix type error

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    38aee0c View commit details
    Browse the repository at this point in the history
  18. migrate css imports

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8ea6613 View commit details
    Browse the repository at this point in the history
  19. Remove deprecated LiveReload

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6b37e0d View commit details
    Browse the repository at this point in the history
  20. Remove "use client"

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    da653f2 View commit details
    Browse the repository at this point in the history
  21. update for esm support

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    652fbac View commit details
    Browse the repository at this point in the history
  22. update custom server

    rphlmr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    eab75d8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0a8a56d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. remove css bundle

    rphlmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ca8b3ec View commit details
    Browse the repository at this point in the history
  2. fix unit test

    rphlmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    add9a8d View commit details
    Browse the repository at this point in the history
  3. fix scan device name

    rphlmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    01420c2 View commit details
    Browse the repository at this point in the history
  4. vite: stabilize dev env

    rphlmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    852f8f1 View commit details
    Browse the repository at this point in the history
  5. migrate remix type definition

    rphlmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0b8b704 View commit details
    Browse the repository at this point in the history
  6. fix vite build issue

    rphlmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a2f86b7 View commit details
    Browse the repository at this point in the history
  7. migrate production build

    rphlmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f4244ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de4bef6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    517cc30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a10abc2 View commit details
    Browse the repository at this point in the history
  11. serve new Remix build (vite)

    rphlmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6db8d79 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    36a9eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e22c8 View commit details
    Browse the repository at this point in the history
  3. fix serve public files in dev

    rphlmr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8ec00b7 View commit details
    Browse the repository at this point in the history
  4. remove useless code

    rphlmr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    456aad7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #874 from rphlmr/850/vite

    vite migration
    DonKoko authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    989e56e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Fix map crash

    rphlmr committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    87fd6e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    8d1b852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5deeb24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1428441 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    664f8bb View commit details
    Browse the repository at this point in the history
  2. re-install packages

    DonKoko committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0f015e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    d9dacbd View commit details
    Browse the repository at this point in the history
  2. fix email image attachment

    rphlmr committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    19de0ec View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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