bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

Remove openext function, simplify external links #240

Closed pmeinhardt closed 4 years ago

pmeinhardt commented 4 years ago

Based on top of #239 (rebase + change base branch to master after merging that one).

The openext function passed down through the React element hierarchy was originally introduced to fix an issue with opening external links from the popup in Safari. With Tickety-Tick dropping support for Safari it is no longer needed.

See src/safari-extension/popup/popup.jsx in commit ed881e4.