Francisco José Perejón Barrios

Results 7 issues of Francisco José Perejón Barrios

# Description Hello! I have made a new Input type with React ("multi_select") and I have added this with some filters to the moments. ## More Details React's component: I...

The feature is working exactly as shown in [this drawing](https://github.com/coopdevs/timeoverflow/issues/638#issuecomment-841066253). Here you can see it working in the following video and the full trace it would do: https://user-images.githubusercontent.com/70280187/118401127-bedbe900-b664-11eb-8a57-abbe6b474654.mp4 If the...

needs review

I will make the current "time transfer for this offer" button work even if it is an offer from another organisation. This will allow different organisations to exchange time with...

feature

I have used the gem leaflet-rails and I had to implement from leaflet the css file (that's why there are so many lines added). I have also made a basic...

needs review

For this second phase I will implement a map with the time banks in timeoverflow and also make a mention to the ones that are not there but can be...

feature

Let's imagine we have a list of menus that we want to observe and do something if that menu is opened, right now we should something like this: ``` findAll('.menu').forEach(menu...

core
discussion

in `addEventListener` we can pass an object with some usefult options like `once`, `capture` or `signal` but right now we can't pass this options using the `on` helper. So my...

enhancement