Sombrio
Sombrio
While using the nuget package I noticed there were no xml comments whatsoever, but in NEO's website all the API is documented. It would be nice to have the website...
- added `lint:ci` script in `package.json` to run in CI - created CI workflow for github actions. It will now run for all PRs to `develop` and `master` branches -...
Esse PR remove a lógica de navegação para favorecer o uso de links html ao invés da navegação imperativa via javascript. Dessa maneira fica mais claro que todo o card...
Esse PR adiciona o prettier como plugin do eslint e um job em CI para rodar linting/formatting em todos PRs subsequentes. Por enquanto ele continua em caso de falha (`continue-on-error:...
Marked as draft until we merge https://github.com/SOS-RS/frontend/pull/70 where it validates lint and formatting in CI 3 ui components (`badge.tsx`, `button.tsx` and `form.tsx`) were raising the following linting error: `Fast refresh...
Adds a button right next to the shelter address to open it in Google Maps The `InfoRow` component was modified to accept children in order to render this link. 
Esse PR melhora os links no about do abrigo utilizando `href` ao invés de usar javascript via `window.open`. Melhora acessibilidade e é mais fácil de copiar o endereço. Esse gif...
Zod was being used in only 1 file. - Replaces the validation schema for Yup, which was being used across the project already. - Removes Zod from `package.json` - Sorted...
Hey @orthagonal , I found your repo when searching for a Langchain implementation for elixir. Are you accepting PRs? Let me know what are your plans for the repo!