Martin Pengelly-Phillips

Results 123 comments of Martin Pengelly-Phillips

Picking this up now :)

I did have a run at it, but didn't make progress quickly and it started to drift into wider changes. I'll have another think though.

Take a look at https://getfinnick.com/debug which compares suid list to native (similar elements). There are 300 entries there to make it easy to notice, but the lag can be felt...

Ah, yeah, forgot to add that! Here you go: ```jsx import { Box, Button, List, ListItem, ListItemButton, ListItemText, Stack, } from "@suid/material"; import { For, VoidComponent, createSignal } from "solid-js";...

Looks like mui and native are comparable there so specific to suid? I did notice lots of context lookups in the suid version, but I haven't seen context be an...

Anything I can do to help here?

I've applied the current latest versions of SUID and SolidJS now. I'm not seeing a noticeable improvement - is there more still to do here? *Update* Nevermind! I see there...

@juanrgm fyi with the latest releases it seems that things like `selected` on `` no longer work - the styles are not applied. In the screen below, when the 'x'...

For consideration: https://github.com/swordev/suid/discussions/205

Have you looked at #60 yet? I'm general, you should be able to use the exported types from solid-dnd to get what you need (as well as the types from...