Andrii Vorobiov
Andrii Vorobiov
Some additional context: 1. It appears that part of index creation statement is built on FE: https://github.com/cockroachdb/cockroach/blob/178be57bb7a77af0cb87932a9a63c6eec424ed62/pkg/ui/workspaces/cluster-ui/src/insights/indexActionBtn.tsx#L215-L227 2. Index recommendation from `crdb_internal.cluster_execution_insights` suggests an index name with `.` (dots) which...
> What's the difference in font size? For some components font size is changed to `16px` instead of `14px` as it was before change. Agree, that it should be fixed...
Based on last discussion, following fixes included in PR: - DatePicker component restyled to look as before (wider and higher input boxes) - Increased spacing under Search input field on...
Updated the way Antd theme is applied. It turns out that instance of `ConfigProvide` from `antd` package that installed within Db Console doesn't apply to components exported from Cluster UI...
Closing this PR in favor of https://github.com/cockroachdb/cockroach/pull/124100 as changes in cluster-ui consequently break code in Db Console (incompatible interfaces of Antd components)