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 vue3 #1034

Merged
merged 18 commits into from Mar 28, 2023
Merged

Migrate to vue3 #1034

merged 18 commits into from Mar 28, 2023

Commits on Mar 23, 2023

  1. Upgrade packages for vue3

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ad2053b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14038d6 View commit details
    Browse the repository at this point in the history
  3. Fix unauth path

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    23c81ce View commit details
    Browse the repository at this point in the history
  4. Fix changing projects

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    814b050 View commit details
    Browse the repository at this point in the history
  5. Fix reactive component

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6446ba9 View commit details
    Browse the repository at this point in the history
  6. fix login page init

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    cce6803 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5f0e4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9450768 View commit details
    Browse the repository at this point in the history
  9. serve correct index oidc

    blankdots authored and csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    56b07c0 View commit details
    Browse the repository at this point in the history
  10. Fix autocomplete bindings

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f57087a View commit details
    Browse the repository at this point in the history
  11. Fix for console warnings

    hannyle authored and csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    24e91ce View commit details
    Browse the repository at this point in the history
  12. fix upload button

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0316b0b View commit details
    Browse the repository at this point in the history
  13. Fix UploadModal drag-drop

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a7d7615 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1f7c85 View commit details
    Browse the repository at this point in the history
  15. Configure eslint for vue3

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a53668b View commit details
    Browse the repository at this point in the history
  16. Fix css style

    csc-felipe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4722b1f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Fix updating tags for containers and objects

    Vue wraps the tags array into a proxy, and
    dexie was crashing. Using toRaw(this.tags)
    returns the actual array.
    csc-felipe committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7202ef5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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