Justin Voitel

Results 8 issues of Justin Voitel

An awesome feature of Hilla would be the pre-rendering of routes into static html pages. With other frontend frameworks like Next, Nuxt or SvelteKit this is already possible and used...

enhancement
hilla

## Environment Details * MicroStream Version: 08.01.01-MS-GA * JDK version: openjdk 21.0.1 2023-10-17 * OS: Linux Alpine 3.19.0 * Used frameworks: Spring Boot + Vaadin ## Describe the bug We...

## Environment Details * MicroStream Version: 07.01.00-MS-GA * JDK version: 17 * OS: Linux * Used frameworks: Vaadin 23.2.6 with Spring Boot 2.7.4 ## Describe the bug We have deployed...

In our projects we use the GitHub Package Registry to import private npm and maven packages. When opening a package.json the extension tries to install the package from the npm...

bug

### What's the feature? I would like to conditionally show a Custom NavigationPanel or the Default Navigation Panel depending on a boolean e.g: ```ts const components: TLComponents = { NavigationPanel:...

enhancement

### What's the feature? ### What's the feature? Currently the DefaultMenuPanel component is not exported in [index.tsx](https://github.com/tldraw/tldraw/blob/main/packages/tldraw/src/index.ts). Adding it to the file would be nice: ```ts export { DefaultMenuPanel }...

enhancement

### Describe your motivation I often have the requirement to hide some actions or content relatively behind a button. Many UI Libraries have something called a Popover where I can...

component-idea

### Describe your motivation I would like to directly style the overlay when doing: ```java var tt = Tooltip.forComponent(comp); ``` Primarily for setting a offset for specific tooltips, but could...

enhancement
vaadin-tooltip