1. 03 Jun, 2019 2 commits
  2. 30 May, 2019 1 commit
    • Daniel's avatar
      Add Bookmarks Feature (#156) · 525d4323
      Daniel authored
      - Added the Bookmarks feature where users can save or unsave table resources.
        - BookmarkIcon component renders a filled or unfilled star next to table resources. Clicking on the icon will save or unsave the bookmark. Icons can be rendered in regular or large versions.
        - "My Bookmarks" component is added to the homepage. This displays all of the bookmarked table resources in a paginated format.
      - Created a Preloader component that fetches data needed for app-wide functionality.
        - Bookmark and User data is fetched in Preloader
        - Removed user data fetching in NavBar
      Added new tests for
      - Preloader, BookmarkIcon, BookmarkList, Metadata API
      Modified existing tests for
      - Table Details, TableListItem,
      525d4323
  3. 29 May, 2019 5 commits
  4. 28 May, 2019 2 commits
  5. 24 May, 2019 2 commits
  6. 22 May, 2019 1 commit
  7. 21 May, 2019 2 commits
  8. 20 May, 2019 3 commits
  9. 17 May, 2019 2 commits
  10. 16 May, 2019 1 commit
  11. 15 May, 2019 3 commits
  12. 14 May, 2019 1 commit
  13. 13 May, 2019 2 commits
  14. 10 May, 2019 6 commits
  15. 09 May, 2019 1 commit
  16. 08 May, 2019 2 commits
    • Daniel's avatar
      Implement Custom Typography (#98) · d34022c3
      Daniel authored
      Revamp of typography across the entire app
      * Removed dependency on bootstrap typography
      * Added 'Open Sans' and 'Roboto' font definitions
      * Defined new variables for header and body font family/weight
      * Defined a set of predefined classes such as title-1, title-2, body-1, etc.
      * Replaced ad hoc font styles with predefined classes whenever possible.
      d34022c3
    • Tamika Tannis's avatar
      5a36fd40
  17. 07 May, 2019 2 commits
  18. 06 May, 2019 2 commits
    • Tamika Tannis's avatar
      [WIP] Codecov Exploration (#138) · 70b247d5
      Tamika Tannis authored
      * Test adding codecov to .travis.yml
      
      * Test python
      
      * Remove --user flag
      70b247d5
    • Tamika Tannis's avatar
      Feedback Component & MailClient Improvements (#131) · 4535e974
      Tamika Tannis authored
      * Update feedback forms + add unit test; Update base mail client to take form data
      
      * Complete test coverage for Feedback
      
      * Code cleanup + extract string constants
      
      * Update base mail client
      
      * Correctly propagate MailClient failures + inform user in the UI
      
      * Revert change of a error level
      
      * Lint + Text fixes
      
      * Cleanup Feedback tests, update Feedback close icon + add docstring for send_email
      
      * Renamed incorrect reference to form_data -> optional_data
      
      * Move style for close button to _buttons_default
      4535e974