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

test(ui): fixes default values not set TCTC-4635 #1602

Merged
merged 9 commits into from
Nov 14, 2022
Merged

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    517b5ad View commit details
    Browse the repository at this point in the history
  2. refactor(ui): convert FilterSimpleCondition to defineComponent

    vue-class-component is not really active anymore
    it has a problem with setting the default prop value
    davinov committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c67903e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b87f821 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    204786e View commit details
    Browse the repository at this point in the history
  5. refactor(ui): switch TabbedRangeCalendar to defineComponent

    Same problem of default value
    davinov committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    594ca91 View commit details
    Browse the repository at this point in the history
  6. refactor(ui): upgrade vue-property-decorator

    Doesn't solve our pbs though
    davinov committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    59103b2 View commit details
    Browse the repository at this point in the history
  7. build(ui): don't run prettier twice

    It's already run by yarn format: ci, so we can speed up eslint
    davinov committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3d45cae View commit details
    Browse the repository at this point in the history
  8. chore(ui): v0.94.2

    davinov committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4f50f9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f20365f View commit details
    Browse the repository at this point in the history