1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer
Alex Andreev c1a2c1e849 Fix: preventing <App/> to render on cluster refresh (#2253)
* Removing @observer decorator from <App/>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Add observer wrapper to <MainLayoutHeader/>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix eslint claim

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Moving extension route renderers to components

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Clean up

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Removing external observables out from App render()

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fetching hosted cluster inside Command Palette

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Setting route lists explicitly
To avoid using observable data within tabRoutes arrays

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Review fixes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-03-04 14:13:32 +02:00
..
api Extract chart version ignoring numbers in chart name (#2226) 2021-03-03 16:51:42 +02:00
components Fix: preventing <App/> to render on cluster refresh (#2253) 2021-03-04 14:13:32 +02:00
fonts Extension support page (#1112) 2020-10-24 09:24:54 +03:00
hooks enfore unix line endings and always ending files with line endings (#1997) 2021-01-21 08:09:41 -05:00
ipc Ignore clusters with invalid kubeconfig (#1956) 2021-03-03 16:52:38 +02:00
navigation fix: keep last selected row during navigation in the details panel (#2165) 2021-02-18 08:08:06 +02:00
themes Add auto-update notifications and confirmation (#1941) 2021-02-09 10:47:24 -05:00
utils Handle suspend/resume error from watch stream read (#2136) 2021-02-12 16:37:41 +02:00
bootstrap.tsx Share react-router and react-router-dom libraries to extensions (#1879) 2020-12-30 09:13:18 +02:00
item.store.ts Refactor watches to use native k8s api (#2095) 2021-02-09 15:31:15 +02:00
kube-object.store.ts Fix isLoadingAll within KubeObjectStore.loadItems (#2174) 2021-02-18 08:08:17 +02:00
lens-app.tsx Add auto-update notifications and confirmation (#1941) 2021-02-09 10:47:24 -05:00
template.html Migrating Vue components to React and stores refactoring (#585) 2020-08-20 08:53:07 +03:00
theme.store.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00