João Torre Pereira

Results 22 issues of João Torre Pereira

It would be nice to use `&&` conditional render. Example: ``` function Header({ title, description }: { title: string, description?: string }) { return {title} {description && {description}} } ```...

bug
good first issue

Closes #997 Let's open the debate!!

Closes #1272 No rooms Disable and no start time passed

Closes #1291

Depends on #1270

redesign

Depends on #1270 All establishment types

redesign

Depends on #1270

redesign

Remove the dependency and implement the flow by hand. _Originally posted by @thePeras in https://github.com/NIAEFEUP/uni/pull/1196#discussion_r1647462908_

on hold

Helper functions/methods are methods that return `Widget` type. Normally, people defined them to improve the code readability, however it is recommended to creating classes instead, for performance purpose. Read more...

enhancement
refactor
ci-cd