gopasspw / gopassbridge

A web extension for firefox and chrome to insert login credentials from gopass
MIT License
259 stars 23 forks source link

Select first entry even if create login is shown, closes #219 #223

Closed martinhoefling closed 2 years ago

martinhoefling commented 2 years ago

@tompre I've tried a slightly different approach that specifically selects the first entry (and ignores the create login). Also fixed the tests. Let me know if it works for you.

codecov[bot] commented 2 years ago

Codecov Report

Merging #223 (796b3f9) into master (1e4d246) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #223   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          722       723    +1     
  Branches       120       120           
=========================================
+ Hits           722       723    +1     
Impacted Files Coverage Δ
web-extension/search.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e4d246...796b3f9. Read the comment docs.

tompre commented 2 years ago

Works fine for me! Thanks. Sorry for taking so long to give feedback.