-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
In line with #36, one of the features that is important for 1.0 is the ability to view and search their bookmarks right from the Search modal (Similar to #51).
Describe the solution you'd like
Once #36 is done, there should be a section in the sidebar for history. A SearchMode should also be created for BOOKMARKS. When the currentSearchMode is set to the HISTORY SearchMode, the React component should send a message to the background script requesting for the data (just like what we do for Data). Just like fetching the TabData, we will probably have to create our own TypeScript type with only guaranteed and necessary fields (can be named something like BookmarkData). There should also be a specific ListItem component (like ActionListItem) dedicated to rendering this type.
Describe alternatives you've considered
N/A
Additional context
As said earlier, this ticket relies on #36 to be implemented. If you need any assistance, please feel free to reach out!