HistoryPanel component that displays past search queries,
when they were executed, and how many results were returned.
History is persisted in chrome.storage.local (same mechanism as user settings / cache).
Clicking a query re-triggers the search via the app context's pendingSearchQuery.
A component that adds a spinning animation to any icon component passed as a child.
The component preserves any existing styles while adding the spinning animation.
HistoryPanel component that displays past search queries, when they were executed, and how many results were returned. History is persisted in
chrome.storage.local(same mechanism as user settings / cache). Clicking a query re-triggers the search via the app context'spendingSearchQuery.