Compose-Modifiers-Playground icon indicating copy to clipboard operation
Compose-Modifiers-Playground copied to clipboard

Interactive playground for learning how to use Jetpack Compose modifiers

Results 4 Compose-Modifiers-Playground issues
Sort by recently updated
recently updated
newest added

``` java.lang.NoSuchMethodError: 'void com.intellij.openapi.ui.FrameWrapper.(com.intellij.openapi.project.Project, java.lang.String, boolean, java.lang.String, javax.swing.JComponent, int, kotlin.jvm.internal.DefaultConstructorMarker)' at com.c5inco.modifiers.plugin.PluginAction$DemoDialog.(PluginAction.kt:22) at com.c5inco.modifiers.plugin.PluginAction.actionPerformed(PluginAction.kt:19) at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:351) at com.intellij.ide.actions.GotoActionAction.lambda$performActionImpl$4(GotoActionAction.java:90) at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:375) at com.intellij.ide.actions.GotoActionAction.performActionImpl(GotoActionAction.java:89) at com.intellij.ide.actions.GotoActionAction.lambda$performAction$2(GotoActionAction.java:69) at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:208) at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)...

![Screenshot 2023-09-17 17 14 25](https://github.com/c5inco/Compose-Modifiers-Playground/assets/153802/48d1e12f-daa4-487c-b451-2f1b5f993405) That text field has focus and I can type in it, but I see no cursor. _Sometimes_, when I click a field, the cursor appears,...

bug

Hello, I want to thank you for this amazing tool, but how can I make a new component from scratch?

enhancement

This PR adds a "Dark Theme" toggle above the "Show Code" one as seen below. This is a work in progress. Currently, toggling the theme causes an exception causing the...