John Cowen
2b0b1e61d2
ui: Remove WithEventSource mixin, use a component instead ( #7953 )
...
The WithEventSource mixin was responsible for catching EventSource
errors and cleaning up events sources then the user left a Controller.
As we are trying to avoid mixin usage, we moved this all to an
`EventSource` component, which can clean up when the component is
removed from the page, and also fires an onerror event.
Moving to a component firing an onerror event means we can also remove
all of our custom computed property work that we were using previously
to catch errors (thrown when a service etc. is removed)
2020-06-17 13:20:42 +00:00
..
2020-05-19 16:18:31 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:51 +00:00
2020-06-12 15:50:34 +00:00
2020-05-12 17:14:51 +00:00
2020-06-03 17:46:46 +00:00
2020-05-19 13:52:20 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:15 +00:00
2020-06-17 09:33:17 +00:00
2020-05-12 17:14:42 +00:00
2020-05-12 17:14:50 +00:00
2020-06-12 15:50:34 +00:00
2020-06-10 16:41:25 +00:00
2020-05-12 17:14:35 +00:00
2020-06-17 09:33:17 +00:00
2020-06-17 09:33:17 +00:00
2020-06-17 09:33:17 +00:00
2020-06-17 09:33:17 +00:00
2020-06-17 09:33:17 +00:00
2020-06-17 09:33:17 +00:00
2020-06-17 09:33:17 +00:00
2020-05-12 17:14:24 +00:00
2020-05-12 17:14:29 +00:00
2020-05-12 17:14:15 +00:00
2020-05-19 16:18:31 +00:00
2020-05-12 17:14:51 +00:00
2020-05-12 17:14:15 +00:00
2020-06-03 17:46:46 +00:00
2020-06-17 13:20:42 +00:00
2020-05-12 17:14:51 +00:00
2020-06-12 15:50:34 +00:00
2020-05-12 17:14:25 +00:00
2020-06-12 15:50:34 +00:00
2020-05-12 17:14:15 +00:00
2020-06-16 18:23:26 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:51 +00:00
2020-06-17 09:33:17 +00:00
2020-06-10 16:41:25 +00:00
2020-06-03 17:46:46 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:53 +00:00
2020-06-12 15:50:34 +00:00
2020-06-12 15:50:34 +00:00
2020-06-10 16:41:25 +00:00
2020-06-03 17:46:46 +00:00
2020-06-12 15:50:34 +00:00
2020-06-12 15:50:34 +00:00
2020-05-12 17:14:17 +00:00
2020-05-12 17:14:15 +00:00
2020-06-12 15:50:34 +00:00
2020-06-12 15:50:34 +00:00
2020-05-12 17:14:15 +00:00
2020-06-12 15:50:34 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:20 +00:00
2020-05-12 17:14:38 +00:00
2020-05-12 17:14:15 +00:00
2020-06-12 15:50:34 +00:00
2020-05-12 17:14:15 +00:00
2020-05-12 17:14:15 +00:00
2020-06-17 13:20:42 +00:00
2020-05-12 17:14:54 +00:00
2020-05-12 17:14:15 +00:00
2020-05-18 17:34:30 +00:00
2020-06-12 15:50:34 +00:00
2020-05-12 17:14:51 +00:00
2020-05-12 17:14:15 +00:00
2020-06-17 09:33:17 +00:00