herrherrmann / omnivore-list-popup

Web extension for Firefox and Chrome that shows a popup with a list of your Omnivore articles to quickly open or archive (similar to the In My Pocket extension).
https://addons.mozilla.org/firefox/addon/omnivore-list-popup/
MIT License
70 stars 4 forks source link

Add customizable search query, error handling, and empty state #24

Closed herrherrmann closed 11 months ago

herrherrmann commented 11 months ago

Customizable query for search

Makes it possible to customize the query that is being used for the list view (e.g. for filtering or sorting) and sets the default query to in:inbox. Also makes the storage and options management more generic to prepare for more settings.

Bildschirmfoto 2023-12-11 um 11 26 17

Error state

Adds an error state when fetching data fails (e.g. when entering an invalid search query):

Bildschirmfoto 2023-12-11 um 15 53 04

Empty state

Adds an empty state for when the query does not return any items:

Bildschirmfoto 2023-12-11 um 15 51 47