WorldBrain / Memex

Browser extension to curate, annotate, and discuss the most valuable content and ideas on the web. As individuals, teams and communities.
https://worldbrain.io
4.41k stars 336 forks source link

Bugfix: Pinboard Import #1218

Closed TheExGenesis closed 2 years ago

TheExGenesis commented 2 years ago

The reason imports didn't get bookmarked is that bookmarkImports was false by default. "'Star' all imported urls" checkbox controls that piece of state. The logic used to be you're importing history, not necessarily bookmarks, but the focus changed to bookmarks only.

I removed the checkbox and all mentions of bookmarkImports in redux state (and reducer, dispatch, selectors, etc)