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

feat(viewer): add checkbox for every resource in list and grid view (DSP-1711) #311

Merged
merged 17 commits into from Jul 9, 2021

Commits on Jun 24, 2021

  1. feat(resource viewer): add checkbox for every resouce

    Snehal Kumbhar committed Jun 24, 2021
    Copy the full SHA
    61c13f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e7b101 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. feat(resource viewer): add functionality to grid view

    Snehal Kumbhar committed Jun 25, 2021
    Copy the full SHA
    997e34d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a507ea View commit details
    Browse the repository at this point in the history
  3. feat(resource viewer): update testcases

    Snehal Kumbhar committed Jun 25, 2021
    Copy the full SHA
    45ded43 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. feat(resource viewer): add interface for filtered resources

    Snehal Kumbhar committed Jun 28, 2021
    Copy the full SHA
    e1029b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a190ec2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. feat(resource viewer): add two cases - to select single resource or m…

    …ultiple resources
    Snehal Kumbhar committed Jul 2, 2021
    Copy the full SHA
    4180a43 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    198601f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4b75f28 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3be3ce6 View commit details
    Browse the repository at this point in the history
  5. feat(resource viewer): cleanup

    Snehal Kumbhar committed Jul 2, 2021
    Copy the full SHA
    91ffc2a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1f20c36 View commit details
    Browse the repository at this point in the history
  7. feat(resource viewer): update tests

    Snehal Kumbhar committed Jul 2, 2021
    Copy the full SHA
    6a955ef View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. feat(resource viewer): added deprecated warning for resourceSelected …

    …event
    Snehal Kumbhar committed Jul 5, 2021
    Copy the full SHA
    aab1dbc View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. feat(resource viewer): update multiple selection case

    - when withMultipleSelection is true and clicked on the resource, it will go
      to the resource details page
    - when withMultipleSelection is true and checkbox(s) is selected, it will go to
      the resource comparison page
    
    - resource-grid-content component is deleted
    - resource-list-content component is deleted
    Snehal Kumbhar committed Jul 6, 2021
    Copy the full SHA
    88c534b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. feat(resource viewer): small changes

    Snehal Kumbhar committed Jul 7, 2021
    Copy the full SHA
    7a16b2e View commit details
    Browse the repository at this point in the history