kobweb icon indicating copy to clipboard operation
kobweb copied to clipboard

A modern framework for full stack web apps in Kotlin, built upon Compose HTML

Results 151 kobweb issues
Sort by recently updated
recently updated
newest added

I create a project with follow up the steps that in github. When I run `kobweb run`, it works normal but when I hit sync button in Intellij, it does...

bug

*Need a proper doc for Video Tag which is used in HTML that plays all types of videos, here we have a Video attr but don't know how to implement*...

documentation

See also: https://docs.gradle.org/current/userguide/build_cache.html

enhancement
process

For example, should be `Button.hovered` or `Button.hoveredOutline` or `Button.hoveredBorder`? This is an easy one, but we should try to keep the existing properties around for backwards compatibility.

bug

Right now, Kobweb uses Webpack to bundle JS code because, well, this is the automatic solution provided by the JB Compose Plugin. Bun recently took the JS world by storm,...

maybe
process

*Improve SEO and more customization* --- Hi, in next js when can I set different head tags and metadata, title, description etc.... for every page, and if it doesn't define...

enhancement

Hi! I've been using Kobweb on a project of mine, and have run into some annoyances while creating styles that I think could be solved by a token API similar...

enhancement

Right now, we hope that users will have their console tab open when something goes wrong, but if they don't check it, it can just look like their page doesn't...

enhancement

If you use `ComponentStyle` + breakpoints in your Kobweb project, you should get a clean responsive design when you open your page either using mobile or desktop. Instead, if you...

process

* Libraries should include a "kobweb.json" in their metadata * Libraries should be able to configure their "public" resource folder (like apps) * Libraries should be able to declare a...

enhancement