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

Convert "openrouteservice", "qplotly" and "qtimeseries" to standalone plugins (ie. no more build step for static plugin.js) #746

Draft
wants to merge 33 commits into
base: dev
Choose a base branch
from

Commits on Jan 29, 2024

  1. convert to static plugin.js

    Raruto committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    42ca0a1 View commit details
    Browse the repository at this point in the history
  2. compute prop

    Raruto committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    26aeaa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4abb466 View commit details
    Browse the repository at this point in the history
  4. remove temp variable

    Raruto committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    45a4665 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    2ca5fa4 View commit details
    Browse the repository at this point in the history
  2. lazy i18n

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d6ed1e6 View commit details
    Browse the repository at this point in the history
  3. clean up httpvueloader

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d7537c0 View commit details
    Browse the repository at this point in the history
  4. fix open/close on ors panel

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a61cf38 View commit details
    Browse the repository at this point in the history
  5. console.log

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    28724f3 View commit details
    Browse the repository at this point in the history
  6. slim down i18n

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e7d9319 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18dd0f1 View commit details
    Browse the repository at this point in the history
  8. remove service state

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9ca3692 View commit details
    Browse the repository at this point in the history
  9. add version info

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8a67659 View commit details
    Browse the repository at this point in the history
  10. prevent undefined variable

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bd946d9 View commit details
    Browse the repository at this point in the history
  11. indendation

    Raruto committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c89d56a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a20d4e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4600ff View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    1ef6e9c View commit details
    Browse the repository at this point in the history
  2. revert 4a20d4e

    Raruto committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    adc35b3 View commit details
    Browse the repository at this point in the history
  3. fix multiplot

    Raruto committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    32a601e View commit details
    Browse the repository at this point in the history
  4. missing state

    Raruto committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fe651a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. set version

    Raruto committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    27d549e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc0d2d1 View commit details
    Browse the repository at this point in the history
  3. await i18n

    Raruto committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    28f7944 View commit details
    Browse the repository at this point in the history
  4. wrong variable name

    Raruto committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6896bec View commit details
    Browse the repository at this point in the history
  5. wrong condition

    Raruto committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4d2ba25 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. language + sidebar

    Raruto committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6e23b90 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. spacing

    Raruto committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7e141c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. update receivers

    Raruto committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e05cf7b View commit details
    Browse the repository at this point in the history
  2. simplify init config

    Raruto committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ad76065 View commit details
    Browse the repository at this point in the history
  3. f-string

    Raruto committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c865cf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. remove httpVueLoader dependency

    - convert `plugin.vue` to `sidebar.js`
    - make use of dynamic imports for async components
    Raruto committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0666214 View commit details
    Browse the repository at this point in the history