mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
12f71925c2
* created util to estimate reasonable width for dropdown
* removed unused import
* improved calculation of item percentile
* added getItemOfPercentileLength to relevant spots
* added getItemOfPercentileLength to relevant spots
* Added missing import
* created custom select element
* added check for property path
* removed uses of percentile util
* gave up on getting element reference
* finished testing Select component
* removed unused imports
* removed older uses of Option component
* added canvas calculation
* removed minWidth from Select
* improved calculation
* added fallbacks
* added estimated offset
* removed leftovers 😅
* replaced to percentiles to max value
* switched to memo and renamed component
* proper useMemo syntax
* Update client/app/components/Select.tsx
Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>
* created custom restrictive types
* added quick const
* fixed style
* fixed generics
* added pos absolute to fix percy
* removed custom select from ParameterMappingInput
* applied prettier
* Revert "added pos absolute to fix percy"
This reverts commit 4daf1d4bef9edf93cd9bb1f404bd022472ff17a2.
* Pin Percy version to 0.24.3
* Update client/app/components/ParameterMappingInput.jsx
Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>
* renamed Select.jsx to SelectWithVirtualScroll
Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>
|
||
---|---|---|
.. | ||
__tests__ | ||
assets | ||
components | ||
config | ||
extensions | ||
lib | ||
pages | ||
redash-font | ||
services | ||
styles | ||
.eslintrc.js | ||
index.html | ||
index.js | ||
multi_org.html | ||
unsupported.html | ||
unsupportedRedirect.js | ||
version.json |