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

Time conductor refactor #7818

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from
Draft

Time conductor refactor #7818

wants to merge 47 commits into from

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    eeb4f99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31be2cb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. script, template, style

    davetsay committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c8f8a09 View commit details
    Browse the repository at this point in the history
  2. Revert "script, template, style"

    This reverts commit c8f8a09.
    davetsay committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f56a8a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff605a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    10457a5 View commit details
    Browse the repository at this point in the history
  2. forgot to push useTimeSystem

    davetsay committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    eeda4c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a7763 View commit details
    Browse the repository at this point in the history
  4. return reactive isUTCBased

    davetsay committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a11fcc3 View commit details
    Browse the repository at this point in the history
  5. add useTimeMode composable

    fix listener in useTimeSystem
    davetsay committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5adc86c View commit details
    Browse the repository at this point in the history
  6. add useTimeBounds composable

    davetsay committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    15126fd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. add useClockOffsets composable

    documentation update to useTimeBounds
    davetsay committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e624821 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. WIP change replication in time api calls to use composables

    many things broken
    will need refactor to account for independent time conductor
    davetsay committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    00c9d29 View commit details
    Browse the repository at this point in the history
  2. missed file in commit

    davetsay committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2c55945 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 14, 2024

  1. create useClock composable

    code clean up
    davetsay committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3788a13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23e12fa View commit details
    Browse the repository at this point in the history
  3. vue naming convention

    davetsay committed May 14, 2024
    Configuration menu
    Copy the full SHA
    bd1c7d9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. change timeContexts to be reactive to objectPath

    reactivity fixes to composables
    davetsay committed May 17, 2024
    Configuration menu
    Copy the full SHA
    11adbd2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. reactivity and non fixes

    davetsay committed May 18, 2024
    Configuration menu
    Copy the full SHA
    0776003 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    1bb49ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a57792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e479c91 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    0168f92 View commit details
    Browse the repository at this point in the history
  2. better jsdoc message

    davetsay committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a029982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0254367 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cbdbc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f349390 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. use reactive clock props

    cleanup unused variables
    davetsay committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1aa3097 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. edit for clarity

    davetsay committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1d77368 View commit details
    Browse the repository at this point in the history
  2. remove unused injection

    davetsay committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7ace3d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1cf12d View commit details
    Browse the repository at this point in the history
  4. update to use composables

    davetsay committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b3c99ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbf145c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    eb314a6 View commit details
    Browse the repository at this point in the history
  2. only change time options if independent conductor enabled

    re-use timeContext across composables
    davetsay committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9924f53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9065158 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    e2092a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3922ade View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. move history out of form

    remove unused gear icon
    remove debugging code
    davetsay committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5037254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db96df View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    760ca40 View commit details
    Browse the repository at this point in the history
  2. v-if logic one component up

    davetsay committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    211272c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. add back date selector

    davetsay committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    140184e View commit details
    Browse the repository at this point in the history