Tobbe Lundberg
Tobbe Lundberg
I hadn't seen those other issues, thanks for linking. If getting rid of directory named imports solves this then I'm all for getting rid of them. But the pushback from...
I've been thinking more about a potential future "mobile" side in Redwood. And with that I think modal based routing is going to be a more requested feature. So definitely...
@sgup Thanks for the sketches and code samples. That makes this easier to talk about 🙂 We've worked really hard to keep the routes file as flat and simple as...
> And actually thinking about `NavigateOptions`.. maybe the modal stuff can be in that too: > > ``` > navigate(routes.imageView({id: 1}), { asModal: true, ... } ) > ``` Yeah!...
> Didn't mean to barge into the discussion Not at all! I very much welcome all the input here 🙂 That `animate` prop on the Set does look nice 👍...
@pkaramagi It's on the Core Team's roadmap. But we're all busy with other things right now, so it'll be a few more weeks, maybe months, until we get started on...
Looks good to me, but let's give @jtoar some time to review if he wants. He's got a way with words that I lack 🙂
As DT said, an error in `onCompleted` will render as a form error. But, IMHO, form errors are more like (server-side) validation errors, or a failure to create or update...
> Hmm is the thought here that Redwood won't provide any providers OOTB anymore? Kind of. The end goal is to provide them all as plugins. Redwood doesn't have plugins...
> * rebuild the fixture with `yarn build:test-project --rebuild-fixture --verbose`, and commit the changes into this branch Except any version changes to RW libraries. Those should stay 3.0-something (It's a...