Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scrolling on touchscreens #208

Closed
wants to merge 23 commits into from
Closed

Fix scrolling on touchscreens #208

wants to merge 23 commits into from

Conversation

Pajn
Copy link

@Pajn Pajn commented Aug 13, 2022

Makes the slider work on touchscreens by allowing the browser to handle the y-axis

Fixes #203

rohankapoorcom and others added 23 commits April 21, 2022 22:51
`speed` was removed in Home Assistant 2022.04. This fixes control of fans.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Switch to using `percentage` instead of `speed` for fans
…regex-4.1.1

chore(deps): bump ansi-regex from 4.1.0 to 4.1.1
…ist-1.2.6

chore(deps): bump minimist from 1.2.5 to 1.2.6
Since we use Github Actions for releases, we don't need to keep a potentially outdated dist file checked in.
rollup-plugin-uglify has been replaced with rollup-plugin-terser but the dependency wasn't cleaned up. Removing will allow for resolving https://github.com/custom-cards/slider-button-card/security/dependabot/1
Mostly for the releases badge to work, but fixed all links in this file to point to the new fork instead of the original repo.
Might want to update the 'buy me a coffee' link?

Also added credit to mattieha so licensing is happier.
Remove /dist/ directory and add to .gitignore
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…er-4.8.1

chore(deps): bump terser from 4.8.0 to 4.8.1
@Pajn
Copy link
Author

Pajn commented Aug 13, 2022

Clsoed in favor of custom-cards#28

@Pajn Pajn closed this Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider breaks/blocks scrolling on touchscreens
3 participants