• 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
Name
Last commit
Last update
..
css Loading commit data...
fonts Loading commit data...
images Loading commit data...
js Loading commit data...
templates Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
global.d.ts Loading commit data...
jest.config.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
test-setup.ts Loading commit data...
tsconfig-for-webpack.json Loading commit data...
tsconfig.json Loading commit data...
tslint.json Loading commit data...
webpack.common.ts Loading commit data...
webpack.dev.ts Loading commit data...
webpack.prod.ts Loading commit data...
yarn.lock Loading commit data...