Skip to content

Commit

Permalink
Improvements to displaying the bubble (#552)
Browse files Browse the repository at this point in the history
* Show the bubble on smaller text fields.
* Fixes issues with the bubble not showing up for certain text fields on LinkedIn. 
* Replace mocha-headless-chrome with a custom puppeteer script.
  • Loading branch information
ghinda authored Sep 18, 2024
1 parent 325973d commit f428e87
Show file tree
Hide file tree
Showing 6 changed files with 809 additions and 836 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import js from '@eslint/js'
import globals from 'globals'
import solid from 'eslint-plugin-solid/configs/recommended.js'
import solid from 'eslint-plugin-solid/configs/recommended'

export default [
js.configs.recommended,
Expand Down
Loading

0 comments on commit f428e87

Please sign in to comment.