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

Task List component and playground #2917

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 24, 2024

  1. Start work on task list ui

    Brenda Coronel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ba5aa48 View commit details
    Browse the repository at this point in the history
  2. Playground demo testing

    Brenda Coronel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    727fdb4 View commit details
    Browse the repository at this point in the history
  3. Playground service modification and slider added

    Brenda Coronel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e0bf5b8 View commit details
    Browse the repository at this point in the history
  4. Playground demo changes

    Brenda Coronel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1de7740 View commit details
    Browse the repository at this point in the history
  5. Remove numOfTask from live service, inject TaskService on demo view i…

    …nstead of grid component
    ReneOv-MSFT authored and Brenda Coronel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3664b80 View commit details
    Browse the repository at this point in the history
  6. Task List Demo modifications

    Brenda Coronel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bca932f View commit details
    Browse the repository at this point in the history
  7. Displayed exit code in demo

    Brenda Coronel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0924135 View commit details
    Browse the repository at this point in the history
  8. Removing comments

    Brenda Coronel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    472f938 View commit details
    Browse the repository at this point in the history
  9. Update Batch Dataplane RLC with latest TypeSpec (#2912)

    * Update batch-rest with the latest TypeSpec & update API version
    
    * update @Azure packages
    
    * upgrade BatchExplorer's TypeScript
    wanghoppe authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3d97364 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. TaskList Component passing generated tasks to demo

    Brenda Coronel committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7e72940 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    9fc5758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3cc9f9 View commit details
    Browse the repository at this point in the history
  3. Replaced playground icons with fluent ui icons

    Brenda Coronel committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    be0992b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add --no-sandbox flag to Electron when running tests (#2919)

    This allows tests to run as root in the CI container
    dpwatrous authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    225ef88 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Pagination added to demo

    Brenda Coronel committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6569155 View commit details
    Browse the repository at this point in the history
  2. temp to add getoradd

    add getOrAdd and tests
    wanghoppe committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    11c3934 View commit details
    Browse the repository at this point in the history
  3. update batch dependencies

    wanghoppe committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    42cae0f View commit details
    Browse the repository at this point in the history
  4. update mock enviroment

    wanghoppe committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0463950 View commit details
    Browse the repository at this point in the history
  5. update desktop environment

    wanghoppe committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    04710c2 View commit details
    Browse the repository at this point in the history
  6. fix lint issue

    wanghoppe committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a6cc034 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    6ddd8af View commit details
    Browse the repository at this point in the history
  2. resolve comments.

    wanghoppe committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f3047f3 View commit details
    Browse the repository at this point in the history
  3. Infinite scroll added to demo

    Brenda Coronel committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1ef83df View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. add LruCahe

    wanghoppe committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    517ee9b View commit details
    Browse the repository at this point in the history
  2. Start work on task list ui

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    19a507d View commit details
    Browse the repository at this point in the history
  3. Playground demo testing

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1103660 View commit details
    Browse the repository at this point in the history
  4. Playground service modification and slider added

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    134658b View commit details
    Browse the repository at this point in the history
  5. Playground demo changes

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6e26337 View commit details
    Browse the repository at this point in the history
  6. Remove numOfTask from live service, inject TaskService on demo view i…

    …nstead of grid component
    ReneOv-MSFT authored and Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    27e4752 View commit details
    Browse the repository at this point in the history
  7. Task List Demo modifications

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f79c475 View commit details
    Browse the repository at this point in the history
  8. Displayed exit code in demo

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7928282 View commit details
    Browse the repository at this point in the history
  9. Removing comments

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f96440f View commit details
    Browse the repository at this point in the history
  10. TaskList Component passing generated tasks to demo

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    59a9d51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bd7c57 View commit details
    Browse the repository at this point in the history
  12. Replaced playground icons with fluent ui icons

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5ad58db View commit details
    Browse the repository at this point in the history
  13. Pagination added to demo

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f2880b1 View commit details
    Browse the repository at this point in the history
  14. Infinite scroll added to demo

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f433574 View commit details
    Browse the repository at this point in the history
  15. Merge cache and task service

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5bdf495 View commit details
    Browse the repository at this point in the history
  16. Merge cache and task service

    Brenda Coronel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f22007e View commit details
    Browse the repository at this point in the history