jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
666 stars 29 forks source link

floating-ui related type definitions produce unsed code warnings #919

Open haukesomm opened 2 weeks ago

haukesomm commented 2 weeks ago

The types and interface definitions in dev/fritz2/headless/foundation/utils/floatingui/core/types.kt produce a large number of unused code warnings.

If the code is still needed we should suppress those warnings. If not, we should consider removing the code.

Lysander commented 2 weeks ago

Afaik the code is needed, as our configuration options for popup-elements (https://www.fritz2.dev/headless/#floating-content---popuppanel) are based upon those.

But yes, we should suppress the warnings!

haukesomm commented 2 weeks ago

I see, we'll just suppress them then 👍🏻