discourse/app/assets/javascripts/wizard/addon
Isaac Janzen 3eb8046dde
DEV: Update replaceWith on Route (#23153)
# Context
This PR was originally implemented in https://github.com/discourse/discourse/pull/22645 then reverted in https://github.com/discourse/discourse/pull/22693. We protect from aborted transition when _awaiting_ on `replaceWith` by utilizing [followRedirects()](https://api.emberjs.com/ember/5.1/classes/Transition/methods/followRedirects?anchor=followRedirects)

# Description
Per https://deprecations.emberjs.com/v3.x/#toc_routing-transition-methods

We are upgrading all `this.replaceWith` calls on routes to directly call the router service (`this.router.replaceWith`)
2023-08-21 16:53:54 -05:00
..
components FIX: Show preview of Arial/System font in wizard (#22486) 2023-07-07 15:28:40 +10:00
controllers DEV: upgrade transitionToRoute on Controller (#22647) 2023-07-18 14:53:23 -05:00
lib DEV: Refactor wizard preview components to use inheritence (#20282) 2023-02-14 14:20:15 +00:00
mixins
models FIX: Preload fonts before rerendering wizard style canvas (#22361) 2023-07-03 11:30:26 +10:00
routes DEV: Update replaceWith on Route (#23153) 2023-08-21 16:53:54 -05:00
templates DEV: Introduce declarative hide-application-footer helper (#23088) 2023-08-17 12:47:08 +01:00
test-helpers DEV: Refactor wizard preview components to use inheritence (#20282) 2023-02-14 14:20:15 +00:00