Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to manifest v3, redesign UI to allow click-to-archive + tagging, add history view + options.html page for settings #31

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Conversation

pirate
Copy link
Member

@pirate pirate commented Nov 26, 2024

With help from Cursor w/ Claude 3.6, all of this was done in <12hr 🤯

Usage:

load the ./redesign folder in Chrome as an "Unpacked Extension" after enabling Dev Mode in `chrome://extensions`.

It should autoreload from source automatically for most basic edits, but it can also be manually refreshed from chrome://extensions.

image
  • redesign UI to show a popup in the upper right when image action button is clicked
  • autocomplete tags from all tags in popup

image


image
image

  • add admin view where you can see a list of all the URLs you've collected so far
  • add ability to search admin view by url, timestamp, uuid, tags
  • add the ability to export filtered URLs list from history as CSV and JSON
  • add the ability to import URLs from chrome history / bookmarks by daterange or filter query

  • update to manifest v3

image
  • add the ability to edit extension config options, allowlist/denylist, etc. from options.html
  • add the ability to test connection to ArchiveBox server

image
  • add the ability to load cookies from browser into archivebox persona

@pirate
Copy link
Member Author

pirate commented Nov 28, 2024

cc @tjhorner FYI, let me know if you have any questions/comments/concerns, would love to get your input

Also fix closing popup when pressing escape.
@pirate
Copy link
Member Author

pirate commented Dec 4, 2024

Hey @benmuth can you open a PR against this redesign branch with your fixes when you get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment