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

We expose this feature, but we rarely test it. We should make sure you can actually... 1. set the value to something (e.g. `jsTargetName="asdf"`) 2. update the .kobweb/conf.yaml file 3....

process

After Compose 1.4.1, JB changed where the development executable ended up, from "build/developmentExecutable" to "build/js/developmentExecutable". In order not to totally screw our users over who migrate up, we have some...

process

We don't need parity, but we should reference https://chakra-ui.com/docs/components/icon for inspiration

enhancement
good first issue

It would be awesome to have a section in the Readme that helps beginners with frequent problems like if you run the command `kobweb run` and you get the following...

documentation

Hey there! I have been testing Kobweb in order to migrate my full stack project running in production. It was built with a custom framework, and uses Ktor. I really...

enhancement

Right now you can only use markdown to create pages, but I found a few places where I would have liked to use them for sections in a page (for...

enhancement

"There are some scripts, such as bootstrap popper, that need to be added to the body, not the head. Where would this be added?" Right now, in your project's build...

enhancement
good first issue

See also: https://piccalil.li/quick-tip/use-transparent-borders-and-outlines-to-assist-with-high-contrast-mode/

process
a11y

Compose HTML has a bunch of stylepropertyenum implementations that are missing global values, so I guess we have to port them over into `compose-html-ext`... Also, we should change `FlexWrap.Nowrap` to...

enhancement

Right now, markdown handlers work by returning strings. This works in easy cases but gets ugly in complex situations, where you have to manage indents and newlines yourself. Look at...

enhancement