• 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
..
AvatarLabel Loading commit data...
Bookmark Loading commit data...
Breadcrumb Loading commit data...
EditableText Loading commit data...
EntityCard Loading commit data...
Flag Loading commit data...
InfoButton Loading commit data...
LoadingSpinner Loading commit data...
Preloader Loading commit data...
ResourceListItem Loading commit data...
ScrollTracker Loading commit data...
Tabs Loading commit data...