webdev03 / scratchinfo

A scratch stat viewer thing
https://scratchinfo.vercel.app
MIT License
11 stars 6 forks source link

Weird stuff when clicking something #60

Closed ghost closed 2 years ago

ghost commented 2 years ago

Describe the bug Whenever you press something anywhere (like a button) there is (a cool?) animation on the bottom-right corner.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Scratchinfo'
  2. Click on 'any buttons'
  3. Step 4
  4. See error

Expected behavior Not the animation

Screenshots Files won't load to github

Desktop (please complete the following information):

Additional context None

webdev03 commented 2 years ago

Intentional - I don't think it looks that good though so I am planning on changing it.

webdev03 commented 2 years ago

If you have any suggestions please let me know!

hello-smile6 commented 2 years ago

If you have any suggestions please let me know!

.gif or video? (You can use gifcap.dev for recording with a web browser)

webdev03 commented 2 years ago

https://user-images.githubusercontent.com/75148774/161677879-45926782-5e4d-4a32-b087-0b59e633bb85.mov

hello-smile6 commented 2 years ago

Screen.Recording.2022-04-05.at.4.17.10.PM.mov

I agree that that would be better if it was changed. If you have a build process, maybe compile @material/mwc-ripple (npm) into your code and put an <mwc-ripple> on whatever you want to have a visible response to interaction with, or maybe load <script type="module">import "https://npmjs.com/@material/mwc-ripple";</script> if you're okay with a cross-origin dependency... Just a suggestion

hello-smile6 commented 2 years ago

Describe the bug Whenever you press something anywhere (like a button) there is (a cool?) animation on the bottom-right corner.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Scratchinfo'
  2. Click on 'any buttons'
  3. Step 4
  4. See error

Expected behavior Not the animation

Screenshots Files won't load to github

Desktop (please complete the following information):

  • OS: ChromeOS
  • Browser Chrome
  • Version 99.14469.0

Additional context None

Why are you on Chrome OS 99? Chrome OS 100 has been released on stable!!!

webdev03 commented 2 years ago

School chromebooks probably are version locked

hello-smile6 commented 2 years ago

School chromebooks probably are version locked

Not by default. In fact, of all things to be overly restricted by default, updates aren't.

hello-smile6 commented 2 years ago

@webdev03 Resolved?