1. 22 Mar, 2019 1 commit
  2. 21 Mar, 2019 1 commit
    • Daniel's avatar
      Design Overhaul pt2 (#57) · 3f8ea86f
      Daniel authored
      * Design Overhaul pt2
      - Standardized button colors, sizes, icons
      - Text colors split into $text-dark, $text-medium, and $text-light
      - Fixed some styles on search bar
      - Updated TagInfo and TagInput
      - Made popover colors darker
      3f8ea86f
  3. 19 Mar, 2019 1 commit
    • Daniel's avatar
      Overhaul of UI Part 1 (#54) · 7a8189ee
      Daniel authored
      Overhaul of UI
      - NavBar - Resized to 48px, rework bottom border with box-shadow
      - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens.
      - Container top margin at 96, 64, 32px for lg, md, sm screens.
      - Search results has 16px top and bottom
      - Consolidated buttons classes to: btn-primary btn-default
      - Reworked Tag buttons and labels
      - Fixed panel border radiuses
      - Fixed NavBar active state highlighting
      7a8189ee
  4. 07 Mar, 2019 1 commit
  5. 05 Mar, 2019 1 commit
  6. 04 Mar, 2019 7 commits
  7. 03 Mar, 2019 1 commit
  8. 01 Mar, 2019 2 commits
    • Tamika Tannis's avatar
      Make Flag text sentence case by default (#33) · 3d2c6b1e
      Tamika Tannis authored
      * Per design, flag text should be sentence case
      
      * Add support to customize the case style.
      3d2c6b1e
    • Tamika Tannis's avatar
      Update Owner Editing UI (#26) · ddfcaeb6
      Tamika Tannis authored
      * Update table owner editing UI
      
      * Minor code cleanup
      
      * Address comments, rebase for new Redux state shape, add a loading spinner
      
      * Fix typo in the word 'reload'
      
      * tweak loading spinner use/style in modal
      
      * cleanup
      
      * Minor tweaks
      ddfcaeb6
  9. 28 Feb, 2019 3 commits
    • Daniel's avatar
      Minor style changes (#31) · 9198141c
      Daniel authored
      - Removed double margin from .table-details > .row
      - Fixed panel borders
      9198141c
    • Daniel's avatar
      Refactor of Search Results and Search List Item (#21) · 98d559c7
      Daniel authored
      - Refactor of search results and related types.
      -- `SearchListResult`  - > `Resource`,
      -- `SearchListItem` -> `ResourceListItem` and `TableListItem`
      - Modified search APIs to support different resources such as tables, users, and dashboards.
      98d559c7
    • Tamika Tannis's avatar
      Reorganize table owners & table tags state (#30) · ba1e4c68
      Tamika Tannis authored
      * Un-nest owners and tags state: Move from state.tableMetadata.tableData to state.tableMetadata
      
      * Create a nested reducer for owners
      
      * Rename ducks/tags -> ducks/allTags to reduce confusion with table tags
      
      * Create a nested reducer for table tags
      
      * Some code cleanup
      
      * Added table data defaults + utilMethods
      ba1e4c68
  10. 27 Feb, 2019 1 commit
  11. 26 Feb, 2019 1 commit
    • Tamika Tannis's avatar
      Add re-useable Flag component (#27) · 8def1174
      Tamika Tannis authored
      * Add a simple, re-useable Flag component
      
      * Use bootstrap labels
      
      * Remove line-height from Flag styles
      
      * style -> labelStyle + add a note about bootstrap 4 upgrade
      8def1174
  12. 25 Feb, 2019 4 commits
  13. 24 Feb, 2019 1 commit
  14. 22 Feb, 2019 6 commits
  15. 20 Feb, 2019 3 commits
    • Tamika Tannis's avatar
      Preview feature fixes · e8676b96
      Tamika Tannis authored
      e8676b96
    • Tamika Tannis's avatar
      Preview feature fixes (#16) · c3b77880
      Tamika Tannis authored
      * Reset preview reducer state on GetTableData
      
      * Fix type error
      
      * preview state should be controlled by tableMetadata reducer
      
      * dispatch getPreviewData from TableDetail container
      
      * Pass a modalTitle to DataPreviewButton instead of queryParams
      c3b77880
    • Daniel's avatar
      Changed editable-text interaction (#10) · edc1d199
      Daniel authored
      * Changed editable-text interaction
      - Use "edit" link instead of icon
      - "edit" is visible for empty text values and on hover
      - textarea appears flush with blackground
      - textarea gets light gradient on de-focus
      -  Change 'edit' to 'Add Description' when text is empty
      edc1d199
  16. 15 Feb, 2019 2 commits
  17. 13 Feb, 2019 1 commit
  18. 12 Feb, 2019 1 commit
  19. 11 Feb, 2019 2 commits