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

Add Laravel 11 Support #33

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

umutphp
Copy link
Owner

@umutphp umutphp commented Aug 6, 2024

Upgrade contracts and collections packages

Upgrade contracts and collections packages
@umutphp umutphp linked an issue Aug 6, 2024 that may be closed by this pull request
@umutphp umutphp self-assigned this Aug 6, 2024
Copy link

github-actions bot commented Aug 6, 2024

Hi @umutphp,

A random law from Hacker Laws repository is a small gift to thank you for opening the PR.


Fitts' Law

Fitts' Law on Wikipedia

Fitts' law predicts that the time required to move to a target area is a function of the distance to the target divided by the width of the target.

Diagram: Fitts Law

(Image Reference: By Foobar628 at English Wikipedia, Creative Commons Attribution-Share Alike 3.0 Unported, https://en.wikipedia.org/wiki/Fitts%27s_law#/media/File:Fitts_Law.svg)

The consequences of this law dictate that when designing UX or UI, interactive elements should be as large as possible and the distance between the users attention area and interactive element should be as small as possible. This has consequences on design, such as grouping tasks that are commonly used with one another close.

It also formalises the concept of 'magic corners', the corners of the screen to which a user can 'sweep' their mouse to easily hit - which is where key UI elements can be placed. The Windows Start button is in a magic corner, making it easy to select, and as an interesting contrast, the MacOS 'close window' button is not in a magic corner, making it hard to hit by mistake.

See also:

  • The information capacity of the human motor system in controlling the amplitude of movement.

     github.com/dwmkerr/hacker-laws by Dave Kerr 

@umutphp umutphp merged commit 821252e into master Aug 6, 2024
15 checks passed
@umutphp umutphp deleted the 32-adding-support-for-laravel-11 branch September 12, 2024 22:41
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.

Adding support for Laravel 11
1 participant