Add Bookmarks Feature (#156)
- 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,
Showing
Please register or sign in to comment