brafdlog / caspion

Automated budget tracking from Israeli financial institutions
https://www.caspion.org
MIT License
193 stars 43 forks source link

New: cursor and autoFocus #541

Closed Rivki7 closed 6 months ago

Rivki7 commented 6 months ago

Hi, I added cursor pointer fot the buttons and auto focus in the forms in the first screen of the app.

baruchiro commented 6 months ago

Use the "Hide whitespace" to easily review the real change: image

The rest of the change is because we added a lint-staged script which will run on your changed files and format them before the commit. Now when someone touches on a file that wasn't formatted before, he will take the new format with him.

baruchiro commented 6 months ago

Do you think you can cursor these too?

image
Rivki7 commented 6 months ago

Use the "Hide whitespace" to easily review the real change: image

The rest of the change is because we added a lint-staged script which will run on your changed files and format them before the commit. Now when someone touches on a file that wasn't formatted before, he will take the new format with him.

Good to know that, thanks!

Rivki7 commented 6 months ago

Do you think you can cursor these too? image

I added that to the settings icon now (and also added autoFocus to the setting modal first text area). I tried to add that to the switch input as well but it is too complicated because of bootstrap. I consulted with Gemini and gpt and couldn't find a simple way to do that without changing the form structure.

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.24.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: