Daniel Acuña
Daniel Acuña
**CHANGELOG:** - prevent use querySelector to get elements (bad practice, because our classes could change in future versions) - Check tag, class and content in each test I add the...
I just refactor the ui-react-starter. To make it more organized. Before we had Controllers, but I remove that approach in favor of decoration. So I made each component that needs...
I was exploring a case where we are using `@apollo/client/link/batch-http`. In our case, we batched queries that have the same operation name. So we finally with an array of requests...
**What**: Migrate roles helpers to typescript **Why**: Because currently is the last section of roles code that is in js **How**: Just modifying the types declarations **Checklist**: - [ ]...
Right now the container has a aria-label hardcoded, so it can't be modify to other languages.
Right now the theme management is duplicated in the navbar and the index.html I just remove code to centralize it in the already existing `useTheme` I understand that the index.html...
I'm started working on svelte, and I notice lenis doesn't have a wrapper for svelte like it does for nuxt and vue. So I create the package. If you are...
Hi I migrate[ lenis-svelte](https://github.com/DaniAcu/lenis-svelte) to this repo. The approuch for svelte is using svelte action and svelte stores, things that will work and still working for Svelte 4 and Svelte...