gui-challenges icon indicating copy to clipboard operation
gui-challenges copied to clipboard

Components from the YouTube show GUI Challenges: accessible, responsive, adaptive and cross browser components.

Results 51 gui-challenges issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.5.2. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.4 to 2.9.17. Changelog Sourced from vite's changelog. 2.9.17 (2024-01-19) fix: port #15653 to v3 (#15655) (0cd769c), closes #15653 #15655 2.9.16 (2023-05-26) fix: port #13348 to v2,...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.4 to 2.9.17. Changelog Sourced from vite's changelog. 2.9.17 (2024-01-19) fix: port #15653 to v3 (#15655) (0cd769c), closes #15653 #15655 2.9.16 (2023-05-26) fix: port #13348 to v2,...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.13 to 2.9.17. Changelog Sourced from vite's changelog. 2.9.17 (2024-01-19) fix: port #15653 to v3 (#15655) (0cd769c), closes #15653 #15655 2.9.16 (2023-05-26) fix: port #13348 to v2,...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) to 1.15.4 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together. Updates `follow-redirects` from 1.5.10 to 1.15.4 Commits 6585820 Release version 1.15.4 of the npm...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) to 1.15.4 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together. Updates `follow-redirects` from 1.5.10 to 1.15.4 Commits 6585820 Release version 1.15.4 of the npm...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) to 1.15.4 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together. Updates `follow-redirects` from 1.5.10 to 1.15.4 Commits 6585820 Release version 1.15.4 of the npm...

dependencies

regarding: https://web.dev/building-a-dialog-component/ it's mentioned that the footer, header and article elements are semantic containers - but there's little explanation as to why they're there, or the impact they'll have for...

We can also add something like ```css .menu-3d .button-set-3d > li:is(:hover, :focus-visible):not(:active) { --menu-3d-distance: 3vmax; } .menu-3d .button-set-3d > li button:not(:active) { transition-timing-function: var(--menu-3d-bounce-ease); transition-duration: 0.4s; } ``` to reduce...

Hi. I tried to implement the stories code from you challenge. The initial stories implementation has a bug when we mix up the scroll and tap movement through the stories....