antares/src/renderer/components
Fabio Di Stasio 6a6f43a718 feat: initial console implementation 2022-07-18 11:58:22 +02:00
..
BaseConfirmModal.vue feat(MySQL): option to disable foreign key checks when empty a table 2022-06-29 10:48:21 +02:00
BaseContextMenu.vue refactor: ts and composition api for base components 2022-05-10 13:02:01 +02:00
BaseLoader.vue refactor: ts and composition api for base components 2022-05-10 13:02:01 +02:00
BaseMap.vue refactor: ts and composition api for base components 2022-05-10 13:02:01 +02:00
BaseNotification.vue refactor: ts and composition api for base components 2022-05-10 13:02:01 +02:00
BaseSelect.vue refactor: minor improvements 2022-06-27 18:28:04 +02:00
BaseTextEditor.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
BaseToast.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
BaseUploadInput.vue fix: file upload input not working 2022-05-10 14:43:08 +02:00
BaseVirtualScroll.vue fix: reactivity problem on BaseVirtualScroll component 2022-05-11 11:27:29 +02:00
FakerSelect.vue Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-05-25 14:41:15 +02:00
ForeignKeySelect.vue fix: selected foreign key value not visible in the insert row modal 2022-06-10 20:02:26 +02:00
ModalAllConnections.vue perf(UI): improved focus visibility for buttons 2022-07-06 09:37:18 +02:00
ModalAskCredentials.vue fix: focus goes outside modals with tab key navigation 2022-06-26 15:07:37 +02:00
ModalAskParameters.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
ModalDiscardChanges.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
ModalEditSchema.vue fix: focus goes outside modals with tab key navigation 2022-06-26 15:07:37 +02:00
ModalExportSchema.vue fix: error on export schema 2022-07-06 10:26:24 +02:00
ModalFakerRows.vue refactor: minor improvements 2022-06-27 18:28:04 +02:00
ModalHistory.vue fix: focus goes outside modals with tab key navigation 2022-06-26 15:07:37 +02:00
ModalImportSchema.vue refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
ModalNewSchema.vue fix: focus goes outside modals with tab key navigation 2022-06-26 15:07:37 +02:00
ModalProcessesList.vue fix: focus goes outside modals with tab key navigation 2022-06-26 15:07:37 +02:00
ModalProcessesListContext.vue refactor: ts and composition api for modals 2022-05-24 23:02:14 +02:00
ModalProcessesListRow.vue refactor: ts and composition api for modals 2022-05-24 23:02:14 +02:00
ModalSettings.vue feat: option to disable scratchpad 2022-07-04 15:10:40 +02:00
ModalSettingsChangelog.vue refactor: ts and composition api for modals 2022-05-24 23:02:14 +02:00
ModalSettingsUpdate.vue refactor: ts and composition api for modals 2022-05-24 23:02:14 +02:00
QueryEditor.vue feat: field names suggestion for tables in the query 2022-07-14 16:09:04 +02:00
SettingBarContext.vue initial implementation of new feature 2022-06-29 19:05:45 +02:00
TheFooter.vue feat: initial console implementation 2022-07-18 11:58:22 +02:00
TheNotificationsBoard.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
TheScratchpad.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
TheSettingBar.vue feat: field names suggestion for tables in the query 2022-07-14 16:09:04 +02:00
TheTitleBar.vue refactor: minor improvements 2022-06-27 18:28:04 +02:00
Workspace.vue feat: initial console implementation 2022-07-18 11:58:22 +02:00
WorkspaceAddConnectionPanel.vue feat: search form in all connections modal 2022-07-04 12:27:04 +02:00
WorkspaceEditConnectionPanel.vue feat: search form in all connections modal 2022-07-04 12:27:04 +02:00
WorkspaceEmptyState.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
WorkspaceExploreBar.vue fix: unable to delete by select all in left bar search, closes #368 2022-07-13 18:50:16 +02:00
WorkspaceExploreBarMiscContext.vue refactor: ts and composition api on WorkspaceTabNew* components 2022-06-14 20:02:17 +02:00
WorkspaceExploreBarMiscFolderContext.vue refactor: ts and composition api on WorkspaceTabNew* components 2022-06-14 20:02:17 +02:00
WorkspaceExploreBarSchema.vue perf(UI): improved visibility of explore bar tooltips 2022-07-11 09:56:33 +02:00
WorkspaceExploreBarSchemaContext.vue refactor: ts and composition api on WorkspaceExplorebar* components 2022-06-09 20:08:32 +02:00
WorkspaceExploreBarTableContext.vue feat(MySQL): option to disable foreign key checks when empty a table 2022-06-29 10:48:21 +02:00
WorkspaceQueryConsole.vue feat: initial console implementation 2022-07-18 11:58:22 +02:00
WorkspaceTabNewFunction.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabNewRoutine.vue refactor: ts and composition api on WorkspaceTabNew* components 2022-06-14 20:02:17 +02:00
WorkspaceTabNewScheduler.vue feat: connections sorted by last usage by default and option to pin them 2022-06-30 18:20:14 +02:00
WorkspaceTabNewTable.vue feat: modal with all connections 2022-07-02 15:30:36 +02:00
WorkspaceTabNewTableEmptyState.vue refactor: ts and composition api on WorkspaceTabNew* components 2022-06-14 20:02:17 +02:00
WorkspaceTabNewTrigger.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabNewTriggerFunction.vue refactor: ts and composition api on WorkspaceTabNew* components 2022-06-14 20:02:17 +02:00
WorkspaceTabNewView.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsFunction.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsFunctionParamsModal.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsRoutine.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsRoutineParamsModal.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsScheduler.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsSchedulerTimingModal.vue refactor: disabled autofocus for scheduler timing modal 2022-07-11 11:35:30 +02:00
WorkspaceTabPropsTable.vue Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-06-21 18:08:43 +02:00
WorkspaceTabPropsTableContext.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsTableFields.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsTableForeignModal.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsTableIndexesModal.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsTableRow.vue fix: double context menu on table settings rows 2022-06-23 23:11:43 +02:00
WorkspaceTabPropsTrigger.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsTriggerFunction.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabPropsView.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabQuery.vue feat: initial console implementation 2022-07-18 11:58:22 +02:00
WorkspaceTabQueryEmptyState.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabQueryTable.vue feat: initial console implementation 2022-07-18 11:58:22 +02:00
WorkspaceTabQueryTableContext.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabQueryTableRow.vue fix: unable to update data on tables missing primary or unique key 2022-07-13 09:30:30 +02:00
WorkspaceTabTable.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
WorkspaceTabTableFilters.vue refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00