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

It would be useful if `CssStyle` would support [CSS at-rules](https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule) in general. For example: [@container](https://developer.mozilla.org/en-US/docs/Web/CSS/@container), [@starting-style](https://developer.mozilla.org/en-US/docs/Web/CSS/@starting-style), etc.

enhancement

I've added support for the CSS properties `text-align-last`, `text-combine-upright`, `text-decoration-skip-ink`, `text-emphasis-position`, `text-orientation`, `text-underline-offset`, `text-underline-position`, `hyphenate-character`, `text-combine-upright`, `text-indent` Please take a look and let me know if any changes are needed....

Note we already have this comment detailing how one might do it: https://github.com/varabyte/kobweb/blob/a694950e0301f6f42f130ac4ccef3acd3e9c7c0d/tools/gradle-plugins/application/src/main/kotlin/com/varabyte/kobweb/gradle/application/util/site/ProjectExtensions.kt#L17 What I don't know is if sitemaps are pretty standard or generally very custom per site. If...

enhancement

One Kobweb user requested support for https://lucide.dev/icons/ Basically give it the ol' [font awesome](https://github.com/varabyte/kobweb/tree/main/frontend/silk-icons-fa) treatment.

enhancement

In order to get dynamic embeds on Discord, Slack, Twitter etc, it is necessary to directly imbed opengraph meta tags into the html that is being served. Trivial for fully...

enhancement

*Unexpected 404 Error when serving Kobweb 404 Page on Ktor Server.* * Kobweb libs version: _`0.20.4`_ * Ktor version: _`3.1.1`_ --- ### Description I'm trying to get the Ktor server...

bug

See also: https://dequeuniversity.com/rules/axe/4.8/label and https://github.com/varabyte/kobweb/pull/538 > [!IMPORTANT] > Be sure to give user [carlosgub](https://github.com/carlosgub) credit for when this goes in.

process

As the community grows, having a list of good sample projects will be more beneficial in the long run. It will save time for developers looking for good resources to...

documentation
enhancement

*YOUR BUG DESCRIPTION HERE* If relevant, specify: * OS: M1 Mac * Kobweb libs version: "0.20.0" * Kobweb CLI version: 0.9.18 --- ### Steps to Reproduce 1. Import the Bootstrap...

bug