Jeroen Reumkens

Results 15 issues of Jeroen Reumkens

# Feature Request ## Description Is there any way we could support [CSS Mask Image](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image)? This can be used to create fade out gradients for eg long texts. I think...

enhancement

## What does this PR do? This PR reduces the bundle size (mainly in benefit to the Atoms later), but importing single icons at a time. Difference is over 100KB...

## What does this PR do? Added utm link to powered by in booker. Also added new colors to powered by component, so they're also used in current booker form...

## What does this PR do? Add newline in front of time for selected time slot in booker meta. So time is always on new line, which just looks a...

## What does this PR do? Removes gap between form and event meta on now booker due to css grid alignment. Grid made all rows have equal height instead of...

## What does this PR do? Don't show team avatars when non is set, and make sure to set correct one when it IS set (logo instead of avatar). Before...

## What does this PR do? Center new booker component's small view. ![CleanShot 2023-05-05 at 17 34 22@2x](https://user-images.githubusercontent.com/2969573/236515769-cf8d10df-c9c4-4538-b71b-b74a671a69a5.jpg) **Environment**: Staging(main branch) ## Type of change - New feature (non-breaking change...

## What does this PR do? * Adds height animation for new booker * moves animation to custom hook using `useAnimate` to clean up booker code a bit * Push...

## What does this PR do? Before this PR we didn't show a 404 page for non existing events in the new booker. It wasn't checked for, so you'd see...

## What does this PR do? Adds timeslot reservation to booker. When user clicks a timeslot, it is reserved for five minutes. Fixes CAL-1630 **Environment**: Staging(main branch) ## Type of...