Dayton Lowell

Results 16 comments of Dayton Lowell

As far as naming goes, there is precedence for `reload` on the web (see `document.location.reload()`).

I currently use a mediator for this concept. So in this example, the `app.schoolId.teams.list.published` state would do something like `mediator.publish('school-change', school)` and all the states that care about `school` would...

Unfortunately, newer versions of [mannish](https://github.com/TehShrike/mannish) don't support the concept of multiple providers handling the same named function. Thus, I'm still on an older version.

A `.reload` method makes sense to me. That said, I do agree with @sw-clough that a `force`-like option you could pass to `.go` would be pretty handy. Without that, my...

The existing behavior does have the side effect of your state's state being maintained if the user navigates away from it and back. 🤷🏼‍♂️

But that's the only thing I could see someone currently relying on, as the parameters aren't actually passed into activate/resolve if they're not defined in the state's parameter list.

I'm playing around with implementing this. As far as the API is concerned, how much do we want to match what the BS jQuery JS does? Do we need to...

I made a commit to my fork to add support for Carousel. Not ready to make a PR quite yet, but feel free to take a look and comment. https://github.com/daytonlowell/sveltestrap/commit/88eedd867b31c90dacb54dde2dced636443864b8...

Keyboard support added in https://github.com/daytonlowell/sveltestrap/commit/0967235f54bb22ba6e4392877fe08837d386e834 We'll probably need to do something smarter so that the keyboard presses don't effect all carousels on the page?

Added initial support for ride, interval, and pause. https://github.com/daytonlowell/sveltestrap/commit/bdd866257c2ef8f1e3098e94b76a55dbbc2ef2e1