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 173 kobweb issues
Sort by recently updated
recently updated
newest added

The [kotlin-browser module from kotlin-wrappers](https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-browser) provides some "browser APIs missing from the standard library", including [`ResizeObserver`](https://github.com/JetBrains/kotlin-wrappers/blob/master/kotlin-browser/src/jsMain/generated/web/dom/observers/ResizeObserver.kt). I noticed that this library has its own, added probably because the ones in...

enhancement

This is a specific issue subordinated to #584 Started looking into container queries today. I can get *something* in but I'm not sure it's great. Container queries should support targetting...

enhancement

Beginning with 1.9.0, the androidx compose-runtime supports the JS target, and using it allows updating to new releases more quickly. See also: https://www.jetbrains.com/help/kotlin-multiplatform-dev/whats-new-compose-190.html#multiplatform-targets-in-androidx-compose-runtime-runtime

## Overview Implements automatic XML sitemap generation for Kobweb applications to improve SEO and search engine discoverability. Closes #701 ## Implementation Details ### New Features - **Automatic sitemap generation**: Creates...

## Description Enhanced markdown support with comprehensive footnotes and improved task lists functionality. ## Changes Made - **Footnotes Support**: Added complete footnotes rendering in KotlinRenderer with proper ID-based linking -...

## Overview This PR adds support for injecting custom `` elements (such as scripts, meta tags, and other HTML content) directly through the Kobweb application block configuration, enabling developers to...

## Overview Implements support for [Lucide Icons](https://lucide.dev/icons/) in Kobweb with build-time code generation and tree-shaking optimization, addressing issue #697. ## What’s Changed ### New Module: `silk-icons-lucide` - Created new frontend...

Added modifiers for `border-block-color`, `border-block-end-color`, `border-block-end-style`, `border-block-start-color`, `border-block-start-style`, `border-block-style`, `border-inline-color`, `border-inline-style`, `border-inline-end-color`, `border-inline-end-style`, `border-inline-start-color`, `border-inline-start-style` Please take a look and let me know if any changes are needed. Thanks!

See https://docs.google.com/document/d/1xaAgpPJ-qVE0zJ-J0G9Yswsx6XnoT2KuIjZgzXSuwBA/ for more details This will be a two-step bug. For the first step, introduce new `bytes` versions of each method (e.g. `get` -> `getBytes`, `post` -> `postBytes`) and...

enhancement

See also: https://github.com/varabyte/kobweb/discussions/753

enhancement