mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Note: the crux of this was to make routing env-agnostic, and not based on URLs as magic strings, but instead something type-enforced. Note: extension-based routes comply to same exact interface by "late-registering" their routes when installed. Routes are just injectables. Note: another chunk of global shared state is no more. Note: a lot of explicit side effects have been cornered to injectables. Note: a lot of stuff has become reactive as part if this. Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> |
||
|---|---|---|
| .. | ||
| index.ts | ||
| stateful-set-menu.tsx | ||
| statefulset-details.scss | ||
| statefulset-details.tsx | ||
| statefulset-scale-dialog.scss | ||
| statefulset-scale-dialog.test.tsx | ||
| statefulset-scale-dialog.tsx | ||
| statefulset.store.ts | ||
| statefulsets-route-component.injectable.ts | ||
| statefulsets-sidebar-items.injectable.tsx | ||
| statefulsets-store.injectable.ts | ||
| statefulsets.scss | ||
| statefulsets.tsx | ||