open-consul/ui-v2/app/mixins
John Cowen 52705125a1
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 14:19:50 +01:00
..
acl ui: Logout button (#7604) 2020-05-12 17:14:24 +00:00
intention ui: Per Service Intentions Tab (#7615) 2020-05-12 17:14:26 +00:00
kv ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
nspace ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
policy ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
role ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
token ui: Logout button (#7604) 2020-05-12 17:14:24 +00:00
creating-route.js ui: Add missed calls to _super (#6595) 2019-12-18 12:26:41 +00:00
with-blocking-actions.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
with-listeners.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
with-resizing.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00