superset/superset-frontend/src/components
Antonio Rivero Martinez 8a57a71bed
fix(sql lab): Save Dataset Modal Autocomplete should display list when overwritting (#20512)
* Save Dataset Modal:

- Use our Select component as substitute of the Autocomplete one so options are loaded initially without the user having to trigger a search and we are mosre consistent with the rest of the app
- Changing datasetId to lowercase so when custom props get into the DOM we don't get warning related to invalid formatting
- We extracted the dropdown out of the radio because it causes invalid click handling when an option is selected
- Updated tests

* Save Dataset Modal:

- Update missing test for DatasourceControl

* Save Dataset Modal:

- Remove conditional from load options function since only guest users dont have userId, and if that is the case they wont reach this part of the application

* Save Dataset Modal:

- Remove unused comment

* Save Dataset Modal:

- Add getPopupContainer as prop for Select component

* Save Dataset Modal:

- Add tests for our new getPopupContainer prop in Select component. So if passed it gets called.

* Save Dataset Modal:

- use lowercased property when calling post form data

* Save Dataset Modal:

- Update tests so there is no need to define a null returning func

* Save Dataset Modal:

- Including getPopupContainer from PickedSelectProps instead
- Updating definition in SelectFilterPlugin
2022-07-01 14:40:13 -06:00
..
Alert refactor: Deletes the common/components folder (#18999) 2022-03-04 14:19:14 -03:00
AlteredSliceTag Revert "feat(explore): Show confirmation modal if user exits Explore without saving changes (#19993)" (#20092) 2022-05-17 14:56:31 +02:00
AsyncAceEditor feat(explore): SQL popover in datasource panel (#19308) 2022-04-03 13:26:56 +02:00
AsyncEsmComponent chore: improve React import reference consistency (#18608) 2022-02-10 21:03:16 -08:00
AsyncSelect Moves AsyncSelect component and tests to own folder (#13314) 2021-02-25 16:00:35 -08:00
Badge refactor(monorepo): stage 1 (#17427) 2021-11-17 15:31:36 +08:00
Button feat(CRUD): add new empty state (#19310) 2022-04-11 12:04:45 +02:00
ButtonGroup Adds tests and storybook to CopyToClipboard component (#13359) 2021-03-02 16:34:55 -08:00
CachedLabel chore: fix explore pills (#19866) 2022-04-28 10:28:47 +03:00
Card chore: Moves Card to the components folder (#14139) 2021-04-29 11:51:41 -07:00
CertifiedBadge chore: Removes direct theme imports (#19368) 2022-03-29 10:15:07 -03:00
Chart chore(explore): Get Explore data from endpoint instead of bootstrap_data (#20519) 2022-06-30 21:06:51 +02:00
Checkbox chore: turn on SQLLAB_BACKEND_PERSISTENCE by default (#19107) 2022-03-17 21:51:47 -07:00
Collapse refactor(monorepo): stage 1 (#17427) 2021-11-17 15:31:36 +08:00
ConfirmStatusChange chore: Moves Modal to the components folder (#14130) 2021-04-16 15:49:53 -07:00
CopyToClipboard fix: Support the Clipboard API in modern browsers (#20058) 2022-06-03 19:34:00 +08:00
CronPicker refactor: Deletes the common/components folder (#18999) 2022-03-04 14:19:14 -03:00
DatabaseSelector feat: add empty states to sqlab editor and select (#19598) 2022-04-15 15:09:07 -07:00
Datasource fix(cosmetic): cannot find m-r-10 class in superset.less (#20276) 2022-06-17 08:54:27 -03:00
DatePicker refactor: Changes the list views to use the new Select component (#16393) 2021-09-22 07:44:18 -03:00
DeleteModal chore: Moves components out of the commons folder (#18931) 2022-02-25 10:17:32 -03:00
Dropdown chore: turn on SQLLAB_BACKEND_PERSISTENCE by default (#19107) 2022-03-17 21:51:47 -07:00
DropdownButton refactor: Deletes the common/components folder (#18999) 2022-03-04 14:19:14 -03:00
DynamicEditableTitle chore: Implement global header in Dashboard (#20146) 2022-05-25 12:56:19 +02:00
DynamicPlugins feat(explore): Upgraded viz select gallery (#15303) 2021-07-12 10:59:10 -07:00
EditableTitle feat(dashboard): Chart title click redirects to Explore (#20111) 2022-05-23 13:18:08 +02:00
EmptyState feat(explore): Add empty state to annotations (#20160) 2022-05-31 14:30:06 +02:00
ErrorBoundary chore(spa refactor): refactoring dashboard to use api's instead of bootstrapdata (#13306) 2021-04-12 16:10:29 -07:00
ErrorMessage chore(translations): Add missing i18n (#17525) 2021-11-27 14:50:33 +02:00
FacePile refactor: Deletes the common/components folder (#18999) 2022-03-04 14:19:14 -03:00
FaveStar chore: Create a generic header component for Explore and Dashboard (#20044) 2022-05-13 15:36:18 +02:00
FilterableTable chore: Adds a storybook to FilterableTable (#19897) 2022-05-03 15:08:10 -03:00
FlashProvider chore: Moves the hooks folder to the src folder (#17896) 2022-01-07 09:25:06 -03:00
Form fix(db & connection): make to show/hide the password when only creating db connection (#19694) 2022-04-26 16:26:07 -06:00
FormRow refactor: Deletes the common/components folder (#18999) 2022-03-04 14:19:14 -03:00
IconButton refactor: icon to icons for IconButton and Header component (#15647) 2021-07-14 11:04:21 -07:00
Icons feat(explore): Implement viz switcher redesign (#20248) 2022-06-14 15:20:54 +02:00
IconTooltip initial commit (#15380) 2021-06-25 09:46:26 -07:00
ImportModal fix(db): Show the only db install guide when the db is already installed and error is existed while importing file. (#20442) 2022-06-28 20:53:02 +08:00
IndeterminateCheckbox chore: improve React import reference consistency (#18608) 2022-02-10 21:03:16 -08:00
InfoTooltip chore: Removes hard-coded colors - iteration 3 (#20016) 2022-05-11 15:02:13 -03:00
Input chore: Moves components out of the commons folder (#18931) 2022-02-25 10:17:32 -03:00
Label chore: fix explore pills (#19866) 2022-04-28 10:28:47 +03:00
LastUpdated refactor: icon to icons for lastupdated component (#15401) 2021-06-29 00:32:54 -07:00
ListView feat: Add Certified filter to Datasets (#20136) 2022-05-23 17:58:15 -04:00
ListViewCard chore: Removes hard-coded colors - iteration 3 (#20016) 2022-05-11 15:02:13 -03:00
Loading chore: Moves the images folder to the assets folder (#14429) 2021-09-22 10:28:51 -03:00
Menu fix(home): Show home page tabs as pills instead of links (#20257) 2022-06-21 17:44:48 -06:00
MessageToasts Update ToastPresenter.tsx (#19296) 2022-03-22 10:10:43 +02:00
Modal Prevent dataset edit modal closing on click-away in edit mode (#20278) 2022-06-15 14:28:13 -06:00
ModalTrigger feat(explore): Move chart actions into dropdown (#19446) 2022-03-31 20:41:15 +02:00
PageHeaderWithActions chore: Implement global header in Dashboard (#20146) 2022-05-25 12:56:19 +02:00
Pagination chore: Breaks the dataViewCommon folder into TableCollection and Pagination (#17132) 2021-10-25 08:47:24 -03:00
Popover fix: Popovers in Explore not attached to the fields they are triggered by (#19139) 2022-03-16 20:46:52 -06:00
PopoverDropdown refactor: Deletes the common/components folder (#18999) 2022-03-04 14:19:14 -03:00
PopoverSection refactor: icon to icons for popoversection (#15461) 2021-07-05 16:00:37 +08:00
ProgressBar fix: adjusted tab height (#13822) 2021-04-02 12:44:45 -04:00
Radio chore: Moves Radio to the components folder (#14133) 2021-04-20 08:48:10 -07:00
RefreshLabel chore: improve React import reference consistency (#18608) 2022-02-10 21:03:16 -08:00
ReportModal chore: Restructure explore redux state (#20448) 2022-06-24 15:26:07 +02:00
Select fix(sql lab): Save Dataset Modal Autocomplete should display list when overwritting (#20512) 2022-07-01 14:40:13 -06:00
Slider refactor: Deletes the common/components folder (#18999) 2022-03-04 14:19:14 -03:00
Switch fix: local warning in the frontend development (#17727) 2021-12-15 09:52:42 +02:00
TableCollection Add tnum property to tables (#20093) 2022-05-18 16:26:29 +02:00
TableLoader feat: customize recent activity access (#17589) 2021-12-08 11:30:23 +02:00
TableSelector feat: add empty states to sqlab editor and select (#19598) 2022-04-15 15:09:07 -07:00
TableView fix(altered-modal): make specified text fields wrap in table (#18822) 2022-03-09 12:43:16 -07:00
Tabs fix: Fixes Tabs style (#20050) 2022-05-12 16:49:51 -03:00
Timer fix: query execution time is not fully displayed in bubble icon (#20364) 2022-06-13 14:30:00 -06:00
TimezoneSelector fix: improve the alerts & reports modal layout on small screens (#19294) 2022-04-13 08:45:38 -06:00
Tooltip Hide Safari default tooltip (#16145) 2021-08-10 14:38:13 -06:00
TooltipParagraph fix(column-header-tooltip): make that hide the tooltip when the cloum… (#18988) 2022-05-02 10:11:27 -06:00
UiConfigContext fix(dashboard): fix default filter bar visibility + add docs (#18741) 2022-03-23 08:55:03 +02:00
WarningIconWithTooltip refactor: Changes the DatabaseSelector and TableSelector to use the new Select component (#16483) 2021-09-22 07:43:46 -03:00
index.ts chore: Create a generic header component for Explore and Dashboard (#20044) 2022-05-13 15:36:18 +02:00