Steve Ruiz

Results 359 comments of Steve Ruiz

Let's wait on this, there's some intent in the current design that may be missed in this PR. Generally our rule is "disable in the menu (for discoverability) but hide...

(Not opposed to an object menu; at least let's land the composable UI PR first to avoid ugly conflicts)

I considered adding a -4px offset to all text shapes, however this might disrupt alignment in projects; and disrupting alignment may actually be a bigger change than the visual offset.

> Here, we have two different sizes of text (S & XL) scaled to be the same size (text sizing lol). Both of these look a bit off - the...

Ohh wait, I have a much better idea: blinking with `isChangingStyle`! ![Kapture 2024-02-21 at 08 27 16](https://github.com/tldraw/tldraw/assets/23072548/df84655e-308c-451b-b1a5-a18de826247f) This PR now uses the `isChangingStyle` to temporarily hide the selection UI after...

Apologies for the early close if there was still work to do here. > This feels like it comes up a lot, and it's not a position I've ever really...

Sorry, this would now fall under expanding the general APIs for a one-off (see Alex and my discussion above). The question wasn't "should label hit tests be generic" but rather...

Hey, I put up a PR here that swapped the effect here with our hinted shapes. I'd prefer if we used that system; it's a bit more subtle but still...