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

Thanks a ton to a user on my discord: ``` Whenever you pass in a modifier directly to a composable, like ParentComposable(text: String) { ChildComposable( Modifier... ) } I've noticed...

bug

In order to avoid everyone creating one off bugs for the same package manager, this bug will act as a home to collect all such requests received so far. (Of...

enhancement
process

See also: https://developer.android.com/reference/kotlin/androidx/compose/foundation/layout/Arrangement#spacedBy(androidx.compose.ui.unit.Dp,androidx.compose.ui.Alignment.Horizontal) How would this get done in an html world?

enhancement

Like Font Awesome icons, we could publish a library with Material Design icons. See also: * https://fonts.google.com/icons?selected=Material+Icons+Round * https://materialdesignicons.com/ Marking this as good first issue since it's (hopefully) somewhat straightforward...

enhancement
good first issue

If you need more than four columns, please leave an emoji reaction on this bug. Also feel free to leave a comment saying how many columns you wish were supported...

enhancement
maybe

Right now, Kobweb is opinionated about paths -- it only lets you navigate to "clean URL" paths (which may or may not have anything to do with how html is...

enhancement

Compose, being a savvy API, specifies things as start to end, while HTML / CSS specifies left to right. Since I'm smashing both APIs together, this can end up with...

enhancement

Perhaps an option to the `@Page()` annotation? Or maybe an annotation on its own so you can configure rules that match against a large area, like "don't export anything under...

enhancement

Marked as milestone 1.1. May do sooner than that, but it's not urgent.

good first issue
process

e.g. `kobweb version --verbose` can also report what git version it detects, while `kobweb create --verbose` and `kobweb list --verbose` could print git output to the terminal Thanks @tscholze for...

enhancement