antares/src/renderer/components
Fabio Di Stasio 0386bbac50 refactor: number and float fields as separate types 2021-02-10 18:24:28 +01:00
..
BaseConfirmModal.vue feat: ability to edit table fields 2020-11-13 12:39:40 +01:00
BaseContextMenu.vue feat: stored routines creation 2021-01-06 11:57:49 +01:00
BaseLoader.vue feat: loading animation in properties tabs 2021-01-22 18:27:45 +01:00
BaseNotification.vue refactor: changed material design icon pack 2020-08-12 10:48:18 +02:00
BaseToast.vue refactor: changed material design icon pack 2020-08-12 10:48:18 +02:00
BaseUploadInput.vue fix(UI): better text on ssl file selectors 2021-02-08 09:36:44 +01:00
BaseVirtualScroll.vue fix: table header not fixed on top when fast scrolling 2020-08-10 16:06:11 +02:00
ForeignKeySelect.vue feat: foreign keys management 2020-12-15 17:08:36 +01:00
ModalAskCredentials.vue feat: scheduler edit 2021-01-15 19:18:16 +01:00
ModalDiscardChanges.vue feat: unsaved changes reminder 2020-12-04 11:19:16 +01:00
ModalEditConnection.vue fix(UI): better text on ssl file selectors 2021-02-08 09:36:44 +01:00
ModalEditDatabase.vue feat: scheduler edit 2021-01-15 19:18:16 +01:00
ModalNewConnection.vue fix(UI): better text on ssl file selectors 2021-02-08 09:36:44 +01:00
ModalNewDatabase.vue feat: scheduler edit 2021-01-15 19:18:16 +01:00
ModalNewFunction.vue feat: functions creation 2021-01-11 09:55:13 +01:00
ModalNewRoutine.vue fix: wrong new stored routine modal icon 2021-01-06 12:00:09 +01:00
ModalNewScheduler.vue feat: schedulers creation 2021-01-16 11:32:42 +01:00
ModalNewTable.vue feat: triggers creation 2021-01-02 15:27:02 +01:00
ModalNewTableRow.vue refactor: number and float fields as separate types 2021-02-10 18:24:28 +01:00
ModalNewTrigger.vue feat: stored routines creation 2021-01-06 11:57:49 +01:00
ModalNewView.vue feat: triggers creation 2021-01-02 15:27:02 +01:00
ModalSettings.vue feat: scheduler edit 2021-01-15 19:18:16 +01:00
ModalSettingsUpdate.vue fix: lack of loading progressbar when an update is available 2020-09-03 15:12:30 +02:00
QueryEditor.vue feat: functions and schedulers in query suggestions 2021-01-18 18:41:28 +01:00
SettingBarContext.vue fix: wrong result fields type and order with some queries 2020-10-20 13:12:12 +02:00
TheAppWelcome.vue refactor: changed event names to kebab-case 2020-08-18 18:03:59 +02:00
TheFooter.vue feat(UI): database version in app footer 2021-02-01 16:31:48 +01:00
TheNotificationsBoard.vue style: UI improvements 2020-08-12 18:11:48 +02:00
TheSettingBar.vue fix: error when launching queries without a result from query tabs 2020-09-03 13:44:58 +02:00
TheTitleBar.vue refactor: changed event names to kebab-case 2020-08-18 18:03:59 +02:00
Workspace.vue feat: support to ssl connections 2021-02-03 21:53:24 +01:00
WorkspaceConnectPanel.vue fix: wrong field names when join tables 2020-09-11 18:01:07 +02:00
WorkspaceExploreBar.vue feat(UI): resize query editor area 2021-01-31 13:03:25 +01:00
WorkspaceExploreBarDatabase.vue perf: big performance improvement in database structure loading 2021-01-23 15:50:21 +01:00
WorkspaceExploreBarDatabaseContext.vue feat: schedulers creation 2021-01-16 11:32:42 +01:00
WorkspaceExploreBarMiscContext.vue feat: schedulers delete 2021-01-14 18:11:36 +01:00
WorkspaceExploreBarTableContext.vue feat: views creation 2020-12-27 16:16:48 +01:00
WorkspacePropsForeignModal.vue feat: foreign keys management 2020-12-15 17:08:36 +01:00
WorkspacePropsFunctionOptionsModal.vue feat: functions edit 2021-01-10 18:30:56 +01:00
WorkspacePropsFunctionParamsModal.vue feat: functions edit 2021-01-10 18:30:56 +01:00
WorkspacePropsIndexesModal.vue feat: foreign keys management 2020-12-15 17:08:36 +01:00
WorkspacePropsOptionsModal.vue feat: auto focus on first input in modals 2020-12-11 18:09:17 +01:00
WorkspacePropsRoutineOptionsModal.vue feat: stored routines edit 2021-01-05 17:25:18 +01:00
WorkspacePropsRoutineParamsModal.vue feat: functions edit 2021-01-10 18:30:56 +01:00
WorkspacePropsSchedulerTimingModal.vue feat: schedulers creation 2021-01-16 11:32:42 +01:00
WorkspacePropsTab.vue feat: loading animation in properties tabs 2021-01-22 18:27:45 +01:00
WorkspacePropsTabFunction.vue feat: loading animation in properties tabs 2021-01-22 18:27:45 +01:00
WorkspacePropsTabRoutine.vue feat: loading animation in properties tabs 2021-01-22 18:27:45 +01:00
WorkspacePropsTabScheduler.vue refactor: minor UI improvements 2021-01-25 18:28:22 +01:00
WorkspacePropsTabTrigger.vue refactor: minor UI improvements 2021-01-25 18:28:22 +01:00
WorkspacePropsTabView.vue refactor: minor UI improvements 2021-01-25 18:28:22 +01:00
WorkspacePropsTable.vue feat: foreign keys management 2020-12-15 17:08:36 +01:00
WorkspacePropsTableContext.vue feat: stored routines creation 2021-01-06 11:57:49 +01:00
WorkspacePropsTableRow.vue fix: edit bit fields 2021-02-04 09:20:52 +01:00
WorkspaceQueryTab.vue feat(UI): resize query editor area 2021-01-31 13:03:25 +01:00
WorkspaceQueryTable.vue feat: edit rows from tables without a primary key 2021-01-30 14:58:12 +01:00
WorkspaceQueryTableContext.vue feat: table fields deletion 2020-11-13 16:19:59 +01:00
WorkspaceQueryTableRow.vue refactor: number and float fields as separate types 2021-02-10 18:24:28 +01:00
WorkspaceTableTab.vue feat: export data tables to json or csv file 2021-01-08 21:55:03 +01:00