Nathan Pinsker

Results 12 comments of Nathan Pinsker

> In other words, do we really need React and Redux at all? Maybe this should be a new issue? (the question's like the exact opposite of this issue :P)

imo, we should consider moving to a react-based routed SPA if we ever need another complex screen (e.g. a sidebar chat) — otherwise the non-react pages are barely touched and...

I thought remote collaboration was fine, but there's a bit of room for improvement if we're really motivated. Galactic uses Codex's software (meaning integrated sidebar chat) and a continuous stream...

closing in favor of the newer #754

Thanks for the comments. I changed the bool setting to an enum so the user can choose from any of the existing three options: ![image](https://github.com/user-attachments/assets/27776293-bcd0-483f-bc4b-4036789ec662) Ideally the spin slider component...

Yeah, it requires a bit more expansion if you have a `Vector4` -- but given how uncommon it is, and also because you can compactify `Vector2` independently from `Vector3` and...

Vector2 and Vector3/4 are controlled by different flags, so the user can choose what to do for each independently

> the compact mode for Vector4 is unusable I agree, though it's an opt-in option so doesn't make things any worse (and FWIW it's fine in my theme). Also in...

Sure, that's a great place to put it. Right now it does nothing (is treated as a normal left-click).