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

HP-231 HP-244 Fix/heal mvp UI #883

Merged
merged 87 commits into from
Jul 12, 2021
Merged

HP-231 HP-244 Fix/heal mvp UI #883

merged 87 commits into from
Jul 12, 2021

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    1d93992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c839e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    198008f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3db34b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Add export buttons

    mpingram committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d3f10c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e2530 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

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

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    62155b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5acd4f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

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

Commits on Mar 25, 2021

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

Commits on Mar 29, 2021

  1. Add content_type: link

    mpingram committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    78a4231 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

Commits on Apr 5, 2021

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

Commits on Apr 8, 2021

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

Commits on Apr 9, 2021

  1. Fix bug preventing multiple files from being selected

    - Steps to reproduce (heal preprod):
      - Search for 'jcoin' and select that study
      - See 1 study selected
      - Search for 'bacpac' and select that study
      - Expect 2 studies selected, get 1 study selected
    
    - Cause: table selection onChange handler sets selected resources to be
    whatever's currently selected in the table. If search or filtering has removed
    a selected row in the table, the onChange handler will happily drop it, as
    even though it was selected it's no longer in the table.
    
    - Fix: ~~Update table selection onChange handler to work by deselecting / selecting
    a single row at a time.~~ Actually it turns out there's a one-line config change
    that also fixes the issue :angry-haha:
    mpingram committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    1306c41 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    605b528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2234846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9a497 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    mpingram committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    77108ae View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    60b4f33 View commit details
    Browse the repository at this point in the history
  2. Fix style issues

    mpingram committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0f66f96 View commit details
    Browse the repository at this point in the history
  3. Adv search open/close

    mpingram committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    19e73aa View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge master

    mpingram committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    3ede8d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa1a0a9 View commit details
    Browse the repository at this point in the history
  3. [WIP] Filtering logic

    mpingram committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    f98e8ed View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Set filter state

    mpingram committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    7dd68c7 View commit details
    Browse the repository at this point in the history
  2. Filter based on selections

    mpingram committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    db83585 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Combine filters with AND

    mpingram committed May 5, 2021
    Configuration menu
    Copy the full SHA
    2baeab6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    00e087a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e94ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    228dbbf View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Update style: search bar

    mpingram committed May 14, 2021
    Configuration menu
    Copy the full SHA
    650ee7b View commit details
    Browse the repository at this point in the history
  2. Update font

    mpingram committed May 14, 2021
    Configuration menu
    Copy the full SHA
    f280c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2095b3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8119a58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43cfcab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    892a321 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

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

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    6bb582b View commit details
    Browse the repository at this point in the history
  2. Fix eslint

    mpingram committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9f7fc13 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Update table style to match prototype

    - Hide border between row and study desc row
    - Negative margin hack to move study desc row up
    - Fix bottom border
    - Remove hover state
    mpingram committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4043bbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e167951 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

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

Commits on Jun 2, 2021

  1. [WIP] Improve study description page

    - [x] Study desc page pops in from right
    - [x] Field styles match prototype
    - [ ] Permalink button matches prototype
    - [ ] Tags match prototype
    - [ ] Study description is expandable
    - [ ] Close button matches prototype
    mpingram committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    d5dc8fa View commit details
    Browse the repository at this point in the history
  2. [WIP] Improve study description page

    - [x] Study desc page pops in from right
    - [x] Field styles match prototype
    - [ ] Permalink button matches prototype
    - [ ] Tags match prototype
    - [ ] Study description is expandable
    - [ ] Close button matches prototype
    mpingram committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    dba1757 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. [WIP] Improve study description page

    - [x] Study desc page pops in from right
    - [x] Field styles match prototype
    - [ ] Permalink button matches prototype
    - [x] Tags match prototype
    - [ ] Study description is expandable
    - [ ] Close button matches prototype
    mpingram committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7b13aca View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. [WIP] Improve study description page

    - [x] Study desc page pops in from right
    - [x] Field styles match prototype
    - [ ] Permalink button matches prototype
    - [x] Tags match prototype
    - [ ] Study description is expandable
    - [ ] Close button matches prototype
    - [x] Handle display of long fields
    mpingram committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f2e824b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Clean up unused code

    mpingram committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    43e75e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. New study description page

    - [x] Study desc page pops in from right
    - [x] Field styles match prototype
    - [x] Tags match prototype
    - [x] Close button matches prototype
    - [x] Permalink button matches prototype
    - [x] Handle display of long fields
    
    - TODO Study description is expandable
    mpingram committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    ebadc52 View commit details
    Browse the repository at this point in the history
  2. Fix table row highlight visual bug

    - Use a CSS hack (::after element behind the expanded row, which has a transparent background)
    mpingram committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    ee971ab View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    2b2aa84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ec703 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    3d781ac View commit details
    Browse the repository at this point in the history
  2. change n/a logic

    haraprasadj committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    ef853f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21e363a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. fix unit test

    haraprasadj committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    bf361da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599b304 View commit details
    Browse the repository at this point in the history
  3. fix stylelint

    haraprasadj committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b3a17b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    34e074e View commit details
    Browse the repository at this point in the history
  2. Delete portal_config.md

    haraprasadj authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    265f8ba View commit details
    Browse the repository at this point in the history
  3. fix

    haraprasadj committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a9af864 View commit details
    Browse the repository at this point in the history
  4. fix

    haraprasadj committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    265c29a View commit details
    Browse the repository at this point in the history
  5. fix unit test

    haraprasadj committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    2eb9fe0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #870 from uc-cdis/feat/heal_bundle_no_home

    Feat/heal bundle no home
    haraprasadj authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    e9d1453 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. fix: adv filter overflow

    mfshao committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a6232fa View commit details
    Browse the repository at this point in the history
  2. Mitigate table row CSS bug in Safari

    - In Safari, table rows overhang the bottom.
    - Seems to be caused by absolutely positioned ::after element -- in Chrome,
      it seems that `bottom: -35px` puts the ::after element right below the
      element it's attached to, but on Safari, `bottom: -35px` puts the ::after
      element on the bottom of the *container* element (the `table body`!)
    - Mitigated by changing table background to the same gray as the rows,
      and hiding the ::after elements at the bottom of the <tbody> element
      behind the pagination element.
    mpingram committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5fc124e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b9a01d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. fix: row color

    mfshao committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c270021 View commit details
    Browse the repository at this point in the history
  2. fix: empty component

    mfshao committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c4ac9fb View commit details
    Browse the repository at this point in the history
  3. fix: css

    mfshao committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    0a05dc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. fix: css

    mfshao committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b0e7977 View commit details
    Browse the repository at this point in the history
  2. fix: more css

    mfshao committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1424348 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. feat: tag scroll

    mfshao committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    9f2346d View commit details
    Browse the repository at this point in the history
  2. fix lint

    mfshao committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ed6eeb7 View commit details
    Browse the repository at this point in the history
  3. feat: scroll tag reset

    mfshao committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    22ec5a7 View commit details
    Browse the repository at this point in the history
  4. feat: sort tag

    mfshao committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e94cc66 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    31e147f View commit details
    Browse the repository at this point in the history
  2. chore: rebase

    mfshao committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    781da33 View commit details
    Browse the repository at this point in the history
  3. chore: pkg

    mfshao committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4acaa74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    defbfc5 View commit details
    Browse the repository at this point in the history
  5. chore: 8 tags

    mfshao committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    160e94c View commit details
    Browse the repository at this point in the history
  6. chore: no more beta

    mfshao committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b868c75 View commit details
    Browse the repository at this point in the history
  7. fix: search crash

    mfshao committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    343d37c View commit details
    Browse the repository at this point in the history
  8. fix: css

    mfshao committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    cf649cf View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. fix: checkbox

    mfshao committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    1dc6c7c View commit details
    Browse the repository at this point in the history