1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components
Alex Andreev 0fe0b33c67
Fix cluster dropdown invisible overlay (#4411)
* Use setTimeout instead of unstable onTransitionEnd

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

* Remove clicking Disconnect after each test

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

* Fixing tests harder

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

* Clean up

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-11-24 18:52:35 +03:00
..
__tests__ Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+404 Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
+add-cluster Monaco editor refactoring (#4225) 2021-11-03 17:19:17 +02:00
+apps Explicitly initialize registries 2021-06-10 09:34:13 -04:00
+apps-helm-charts Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+apps-releases Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+catalog Fix concurrent loadItems in CatalogEntityStore (#4356) 2021-11-17 11:33:42 +02:00
+cluster Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+config Remove circular dependency with isAllowedResource function (#3545) 2021-08-04 16:01:47 -04:00
+config-autoscalers Allow to scroll table columns with labels (badges) (#4358) 2021-11-16 14:05:14 -05:00
+config-limit-ranges Check object instanceof on all detail panels (#4054) 2021-10-15 12:11:46 -04:00
+config-maps Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+config-pod-disruption-budgets Check object instanceof on all detail panels (#4054) 2021-10-15 12:11:46 -04:00
+config-resource-quotas Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+config-secrets Allow to scroll table columns with labels (badges) (#4358) 2021-11-16 14:05:14 -05:00
+custom-resources Fix crash when finding CRD's preferred version (#4332) 2021-11-15 11:16:37 -05:00
+entity-settings Fix accessible namespaces notification not navigating to correct settings (#4048) 2021-10-15 09:06:24 -04:00
+events Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+extensions Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+namespaces Allow to scroll table columns with labels (badges) (#4358) 2021-11-16 14:05:14 -05:00
+network Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+network-endpoints Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+network-ingresses Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+network-policies Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+network-port-forwards Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+network-services Made 'Forward...' buttons have primary style (#4341) 2021-11-15 11:16:55 -05:00
+nodes Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+pod-security-policies Check object instanceof on all detail panels (#4054) 2021-10-15 12:11:46 -04:00
+preferences Monaco editor refactoring (#4225) 2021-11-03 17:19:17 +02:00
+storage Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+storage-classes Check object instanceof on all detail panels (#4054) 2021-10-15 12:11:46 -04:00
+storage-volume-claims Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+storage-volumes Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+user-management Fix dropdowns not being searchable for ClusterRoleBindingDialog and RoleBindingDialog (#4272) 2021-11-17 08:01:40 -05:00
+welcome Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+workloads Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+workloads-cronjobs Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+workloads-daemonsets Allow to scroll table columns with labels (badges) (#4358) 2021-11-16 14:05:14 -05:00
+workloads-deployments Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+workloads-jobs Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
+workloads-overview Catch and display load errors for WorkloadsOverview (#4393) 2021-11-22 12:27:54 -05:00
+workloads-pods Made 'Forward...' buttons have primary style (#4341) 2021-11-15 11:16:55 -05:00
+workloads-replicasets Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
+workloads-statefulsets Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
activate-entity-command Before hook for onRun of Catalog entities (#3911) 2021-10-05 15:36:44 -04:00
add-remove-buttons Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
animate Fix cluster dropdown invisible overlay (#4411) 2021-11-24 18:52:35 +03:00
avatar Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
badge Allow to scroll table columns with labels (badges) (#4358) 2021-11-16 14:05:14 -05:00
button Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
catalog-entities Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
chart Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
checkbox Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
clipboard Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
cluster-manager Revert "Broadcast cluster's disconnected state before stopping KubeAuthProxy (#4273)" (#4412) 2021-11-24 16:18:30 +03:00
cluster-settings Improve local shell CWD setting (#4396) 2021-11-23 08:35:16 -05:00
command-palette Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
confirm-dialog Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
delete-cluster-dialog Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
dialog Prefer ref over findDOMNode to make unit tests not flaky (#4372) 2021-11-17 11:38:42 -05:00
dock Fix handling of PTYs when renderer is reloaded (#4346) 2021-11-17 13:48:46 -05:00
drawer Ensure Drawer copyTitle() copies everything after the first ':' (#4373) 2021-11-17 11:34:45 -05:00
editable-list Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
error-boundary Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
file-picker Fix spelling (#3181) 2021-07-16 08:53:01 -04:00
fonts Lens restructure (#540) 2020-06-30 14:35:16 +03:00
hotbar Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
icon Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
input Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
item-object-list Allow to scroll table columns with labels (badges) (#4358) 2021-11-16 14:05:14 -05:00
kube-detail-params Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
kube-object-details Refactor k8s api to common (#3553) 2021-08-10 13:26:14 +03:00
kube-object-list-layout Catch and display load errors for WorkloadsOverview (#4393) 2021-11-22 12:27:54 -05:00
kube-object-menu Lint: object-curly-spacing (error) (#4198) 2021-11-01 08:45:45 -04:00
kube-object-meta Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
kube-object-status-icon Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
kubeconfig-dialog Monaco editor refactoring (#4225) 2021-11-03 17:19:17 +02:00
layout Fixing cluster dropdown focus state (#4377) 2021-11-18 09:09:31 -05:00
line-progress Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
list Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
locale-date Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
markdown-viewer Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
menu Fix drawer icons unexpected outline (#4364) 2021-11-17 11:30:54 +03:00
monaco-editor Monaco editor refactoring (#4225) 2021-11-03 17:19:17 +02:00
no-items Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
notifications Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
path-picker Upgrade to electron 12 and Node 14 (#3572) 2021-08-26 12:13:31 -04:00
radio Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
render-delay Cleanup integration and unit tests (#3531) 2021-08-03 08:51:52 -04:00
resizing-anchor Fix sass warnings (#3783) 2021-09-14 10:09:09 +03:00
resource-metrics Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
scroll-spy Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
select Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
slider Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
spinner Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
status-brick Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
stepper Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
switch Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
table Allow to scroll table columns with labels (badges) (#4358) 2021-11-16 14:05:14 -05:00
tabs Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
tooltip Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
tree-view Lint: object-curly-spacing (error) (#4198) 2021-11-01 08:45:45 -04:00
virtual-list Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
wizard Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
app.scss Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
colors.scss Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
context.ts Refactor k8s api to common (#3553) 2021-08-10 13:26:14 +03:00
fonts.scss Fix material icons flash on app load (#4378) 2021-11-18 15:48:12 +03:00
media.scss Check source files for license header (#2763) 2021-05-12 18:33:26 +03:00
mixins.scss Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00
vars.scss Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00