Results 67 issues of Sean Proctor

I'm picturing a small JS widget that can scroll through months/years displays a month at a time. Each day number would be a link to that day. Mousing over a...

enhancement

Instead we should make a list of old occurrences. Run through the list of occurrences to be created. Where an occurrence to be created is on the old list, remove...

I'm going to use this issue to form a bit of a strategy on implementing lazy loading. There are a few different aspects that can improve performance here: 1. Avoid...

enhancement

The M2 spec describes how selected rows should be displayed. https://m2.material.io/components/data-tables#anatomy

enhancement

maybe this should be separated to two pull requests, but I needed a JS target for something and updated compose at the same time.

**Describe the bug** Gestures from ModalNavigationDrawer don't make much sense in a desktop environment, but disabling them also disables closing the drawer by clicking on the scrim. That said, when...

enhancement
input
reproduced

I didn't get to fully investigate this issue, but the device list gets corrupted when devices expire. I think [this](https://github.com/ivanempire/lighthouse/blob/main/lighthouse/src/main/java/com/ivanempire/lighthouse/core/RealLighthouseClient.kt#L29) is a mistake. I think the `foundDevicesFlow` should be filtered...

The only Android specific code is the the multicast lock stuff, which is just not needed on JVM. It's quite simple to `expect`/`actual` that section.

This builds on my previous PRs. I can re-base this once the other PRs are done. There's a bit of a cleanup here of unused data structures that was necessary...