Skip to content

Commit

Permalink
Update 3.0.9
Browse files Browse the repository at this point in the history
- Added styling for a `disabled` toggle state.
- Minor CSS style fixes for when panel is displayed in top left or top right corner.
- New prop `delayCheck` where you can pass an integer to delay the initial check of a page. May be helpful if there is any slow loading JavaScript. Default value is `0`.
- New helper methods.
     - `disabled();` to temporarily add a `disabled` attribute to the main toggle.
     - `enabled();` to re-enable or remove the `disabled` attribute from the main toggle.
  • Loading branch information
adamchaboryk committed Feb 21, 2024
1 parent f12d771 commit b3b2e9b
Show file tree
Hide file tree
Showing 170 changed files with 678 additions and 482 deletions.
2 changes: 1 addition & 1 deletion bookmarklet/bg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/cs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/da.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/el.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/enUS.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/et.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3b2e9b

Please sign in to comment.