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

Move STT and image generation to the assistant UI #42

Merged
merged 18 commits into from
Feb 12, 2024

Commits on Feb 2, 2024

  1. stt almost moved to assistant ui

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0e8d821 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fix image gen result page in public context

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dd7a9a8 View commit details
    Browse the repository at this point in the history
  2. start cleaning up routes

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5dfb8ef View commit details
    Browse the repository at this point in the history
  3. use the assistant result page and the assistant modal to show STT res…

    …ults, make the notification point to normal assistant result link, allow resubmitting STT task from result page
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6914620 View commit details
    Browse the repository at this point in the history
  4. clarify some routes

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    43140c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. inject image generation task type, able to run and display result, mi…

    …ssing scheduling with notification
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    06a2ea7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. allow setting notifyReady directly when running a task if it does not…

    … run synchronously, tti notification -> open assistant, allow try again for tti
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ca68bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232495a View commit details
    Browse the repository at this point in the history
  3. change notification target link for tti: unified result page

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d245be3 View commit details
    Browse the repository at this point in the history
  4. polish

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f10c4c8 View commit details
    Browse the repository at this point in the history
  5. polish time estimation display

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    80dff1a View commit details
    Browse the repository at this point in the history
  6. update npm pkgs

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    259c7a8 View commit details
    Browse the repository at this point in the history
  7. improve free prompt picker style

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5b540c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. allow to only schedule tti task, implement cancel-sync-n-schedule for…

    … tti
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b668401 View commit details
    Browse the repository at this point in the history
  2. improve visibility of assistant modal close button

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8b1aa08 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. clarify task type prop name

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    324c306 View commit details
    Browse the repository at this point in the history
  2. clarify passing input props

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ca2f310 View commit details
    Browse the repository at this point in the history
  3. clarify input sync with input forms

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9ae92f7 View commit details
    Browse the repository at this point in the history