A bootstrap project for PureScript web extension

Jocelyn Boullier 7e73d7dc33 refactor: remove unsafeLog leftovers 4 yıl önce
extension 01681d9873 build: remove id in manifest.json, it actually shouldn't be static 4 yıl önce
src 7e73d7dc33 refactor: remove unsafeLog leftovers 4 yıl önce
test b33f5d48e0 Initial commit: communication between background and sidebar 5 yıl önce
.gitignore 1f61f3e21b build: ignore pure_tabs.xpi file 4 yıl önce
README.md cbb5b64a28 docs(readme): check "Session save/import" 4 yıl önce
package.json 5f601daf51 build: add clean command to npm 5 yıl önce
packages.dhall c80314998c build: update package-set 4 yıl önce
spago.dhall 4e7bf6d71d feat: rename group by double clicking on it 4 yıl önce

README.md

PureTabs

Firefox extension to show tabs as a tree, written in Purescript and heavily inspired by TreeTabs.

Massive WIP for now. TreeTabs is currently unmaintained and the code is quite difficult to follow. This is an occasion for me to both learn Purescript and re-write it in a cleaner and more maintainable way. Any criticism is welcome.

TODO

  • Update title when the title of a tab change
  • Support favicon
  • Add delete button
  • Tab selection
  • Moving a tab
  • Detaching a tab:
    • Using Firefox's tabs
    • Drag and dropping using PureTabs directly.
  • Actually show tabs as a tree
  • Session save/import
  • Tab groups
  • Tab hiding
  • Tests
  • Package the extension