History list — show recently saved articles in popup

Add a tab to popup showing the most recent 20 saved articles: slug + time + commit URL. Lets users quickly revisit what they captured.

Implementation sketch:

  • New src/lib/storage/history.ts with chrome.storage.local ring buffer (20 entries)
  • Push { slug, title, url, commitSha, savedAt } after each successful save
  • Popup gains a tab toggle, new pane renders the list

Please authenticate to join the conversation.

Upvoters
Status

Planned

Board
💡

Feature Request

Date

About 1 month ago

Author

Shane

Subscribe to post

Get notified by email when there are changes.