Jannis Jorre

Results 12 issues of Jannis Jorre

When opening a site with a checkbox that has a corresponding label tag, clicking on the label (not the checkbox) checks and instantly unchecks the checkbox. Expected behavior: when clicking...

awaiting triage

As the core proposal specifies, returning an object in a pipeline needs to be surrounded with parenthesis, to ensure forward compatibility with [Additional Feature BP](https://github.com/js-choi/proposal-smart-pipelines/blob/master/additional-feature-bp.md).

The contextmenu opens to the bottom, even if the list of tables/enums/columns/policies/indices/... is so long that it expands below the viewport.

bug
enhancement
good first issue

`setOGImage` and similar functions exist, and the meta tags themselves can be rendered using `ogImage` for example. But Twitter for example could use `twitter:image`, which can't easily be set to...

- [ ] disallow elements as children of other elements that don't allow them per spec - html example: `p` tags only allow [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#phrasing_content) as children - [ ]...

copy every field except id think about how foreign keys should be handled (maybe allow a way to specify which relations should also be copied?)

enhancement

https://ihp.digitallyinduced.com/Guide/routing.html#custom-routing is missing a guide on where to place the necessary code. It's only included in the static routes section of the guide. Origin on slack: https://ihpframework.slack.com/archives/C01DQE0F4F8/p1636695628207600

As seen when for example booking trips. A later time has to be after the earlier time.

We are currently only able to validate that a single field is unique in its table. However, there are use-cases in which a pair or more of attributes should be...

enhancement
good first issue

Ideally, allow configuring which fields should be accessible under what circumstances - I think you mentioned something like this was possible with policies @mpscholten ?