antares/src/renderer/components
Fabio Di Stasio be70b5be7f refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
..
BaseConfirmModal.vue refactor: ts and composition api for base components 2022-05-10 13:02:01 +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: ts on ipc api 2022-06-05 17:57:44 +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 refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
ModalAskCredentials.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
ModalAskParameters.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
ModalDiscardChanges.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
ModalEditSchema.vue Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-05-25 14:41:15 +02:00
ModalExportSchema.vue refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
ModalFakerRows.vue Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-05-25 14:41:15 +02:00
ModalHistory.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
ModalImportSchema.vue refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
ModalNewSchema.vue Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-05-25 14:41:15 +02:00
ModalProcessesList.vue refactor: ts and composition api for modals 2022-05-24 23:02:14 +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 refactor: ts on ipc api 2022-06-05 17:57:44 +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 refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
SettingBarContext.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
TheFooter.vue refactor: ts and composition api for single instance components 2022-05-14 11:15:42 +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 refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
TheTitleBar.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
Workspace.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
WorkspaceAddConnectionPanel.vue refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
WorkspaceEditConnectionPanel.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
WorkspaceEmptyState.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
WorkspaceExploreBar.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
WorkspaceExploreBarMiscContext.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
WorkspaceExploreBarMiscFolderContext.vue refactor: migration to pinia 2022-04-30 00:47:37 +02:00
WorkspaceExploreBarSchema.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
WorkspaceExploreBarSchemaContext.vue refactor: migration to pinia 2022-04-30 00:47:37 +02:00
WorkspaceExploreBarTableContext.vue refactor: migration to pinia 2022-04-30 00:47:37 +02:00
WorkspaceTabNewFunction.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabNewRoutine.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabNewScheduler.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabNewTable.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabNewTableEmptyState.vue refactor: emits in components 2022-04-22 12:16:02 +02:00
WorkspaceTabNewTrigger.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabNewTriggerFunction.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabNewView.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsFunction.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsFunctionParamsModal.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsRoutine.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsRoutineParamsModal.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsScheduler.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsSchedulerTimingModal.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsTable.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsTableContext.vue refactor: emits in components 2022-04-22 12:16:02 +02:00
WorkspaceTabPropsTableFields.vue fix: missing storeToRefs imports 2022-04-30 11:45:49 +02:00
WorkspaceTabPropsTableForeignModal.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsTableIndexesModal.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsTableRow.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
WorkspaceTabPropsTrigger.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsTriggerFunction.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabPropsView.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabQuery.vue refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
WorkspaceTabQueryEmptyState.vue Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129 2022-02-16 09:14:46 +01:00
WorkspaceTabQueryTable.vue refactor: ts and composition api for base components 2022-05-10 13:02:01 +02:00
WorkspaceTabQueryTableContext.vue refactor: emits in components 2022-04-22 12:16:02 +02:00
WorkspaceTabQueryTableRow.vue feat(UI): select tab replace with BaseSelect component 2022-05-11 23:30:31 +02:00
WorkspaceTabTable.vue refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
WorkspaceTabTableFilters.vue feat(UI): BaseSelect in table filters 2022-05-08 13:15:39 +02:00