David Taylor
|
48193767bf
|
DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
|
2023-10-10 21:46:54 +01:00 |
|
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 |
|
Isaac Janzen
|
1561e51a13
|
DEV: Revert "DEV: Update replaceWith on Route (#22645)" (#22693)
This reverts commit 33db93c9b2 .
|
2023-07-19 10:47:31 -05:00 |
|
Isaac Janzen
|
33db93c9b2
|
DEV: Update replaceWith on Route (#22645)
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-07-18 15:05:53 -05:00 |
|
David Taylor
|
e700f0af93
|
DEV: Update admin routes to native class syntax (#20686)
|
2023-03-15 13:17:51 +00:00 |
|
Robin Ward
|
ce3fe2f4c4
|
REFACTOR: Support bundling our admin section as an ember addon
|
2020-09-22 15:14:29 -04:00 |
|