discourse/plugins
Joffrey JAFFEUX f0d82de5d9
DEV: fix flakeyness with drawer specs (#22476)
Chat drawer was using the `DiscourseURL` hook `afterRouteComplete`. This hook suffer from a very poor implementation which makes it very unreliable:

```javascript
if (typeof opts.afterRouteComplete === "function") {
  schedule("afterRender", opts.afterRouteComplete);
}
```

This commit attempts to return the promise from `handleURL` to directly use it and have a very reliable after transition hook.
2023-07-07 00:46:04 +02:00
..
chat DEV: fix flakeyness with drawer specs (#22476) 2023-07-07 00:46:04 +02:00
discourse-details Update translations (#22300) 2023-06-27 16:39:27 +02:00
discourse-lazy-videos FIX: Allow to use `%h%m%s` for youtube `t` param (#22299) 2023-07-03 10:39:37 -03:00
discourse-local-dates DEV: Update moment-timezone-with-data (#22313) 2023-06-28 11:33:55 +02:00
discourse-narrative-bot Update translations (#22081) 2023-06-13 15:18:44 +02:00
discourse-presence Update translations (#20370) 2023-02-20 11:01:01 +01:00
poll REFACTOR: improve poll info layout (#22353) 2023-07-05 12:20:18 -04:00
styleguide DEV: Introduce new component-based DModal API (#21304) 2023-07-03 10:51:27 +01:00