antares/src/renderer/components
Fabio Di Stasio 62f7e57d0c fix: manual page input not disabled when only one page is available 2021-07-23 09:01:50 +02:00
..
BaseConfirmModal.vue feat(UI): modal that shows process query 2021-03-04 19:34:18 +01:00
BaseContextMenu.vue fix(UI): contextual sub-menu alignment when close to the lower edge of the window 2021-07-03 12:01:19 +02: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
BaseTextEditor.vue feat(UI): option to change query editors font size, closes #77 2021-06-19 11:54:15 +02:00
BaseToast.vue fix: vulnerability in server error toast messages 2021-06-25 09:35:20 +02:00
BaseUploadInput.vue perf(UI): increased application border-radius 2021-06-24 21:49:46 +02:00
BaseVirtualScroll.vue feat(UI): modal that shows process query 2021-03-04 19:34:18 +01:00
FakerSelect.vue fix: issue with ENUM and SET fields on table filler modal 2021-05-13 20:46:44 +02:00
ForeignKeySelect.vue refactor: better description in foreign key value select 2021-05-20 15:07:51 +02:00
ModalAskCredentials.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
ModalAskParameters.vue fix(UI): various fixes in displaying content with small window size 2021-06-13 11:16:21 +02:00
ModalDiscardChanges.vue feat: new unsaved change reminder 2021-07-16 23:24:55 +02:00
ModalEditSchema.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
ModalFakerRows.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
ModalNewFunction.vue feat(PostgreSQL): trigger functions support 2021-07-03 11:29:14 +02:00
ModalNewRoutine.vue feat(PostgreSQL): functions management 2021-04-13 18:05:03 +02:00
ModalNewScheduler.vue feat: schedulers creation 2021-01-16 11:32:42 +01:00
ModalNewSchema.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
ModalNewTable.vue feat(PostgreSQL): tables addition 2021-03-28 11:55:15 +02:00
ModalNewTableRow.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
ModalNewTrigger.vue feat(PostgreSQL): triggers creation 2021-06-26 16:36:05 +02:00
ModalNewTriggerFunction.vue feat(PostgreSQL): trigger functions support 2021-07-03 11:29:14 +02:00
ModalNewView.vue feat(PostgreSQL): views management 2021-03-31 16:54:06 +02:00
ModalProcessesList.vue fix(UI): various fixes in displaying content with small window size 2021-06-13 11:16:21 +02:00
ModalSettings.vue feat: option to restore session on startup 2021-07-22 10:41:06 +02:00
ModalSettingsChangelog.vue fix: wrong changelog in some cases 2021-04-22 11:35:59 +02:00
ModalSettingsUpdate.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
ProcessesListRow.vue fix(UI): modal processes list does not regain size on window resize 2021-03-05 17:23:13 +01:00
QueryEditor.vue feat: contextual option to duplicate tables 2021-07-03 12:27:50 +02:00
SettingBarContext.vue feat: context menu option to duplicate connections 2021-07-09 11:18:40 +02:00
TheFooter.vue chore: replaced link for donations with Treedom 2021-04-15 14:55:37 +02:00
TheNotificationsBoard.vue style: UI improvements 2020-08-12 18:11:48 +02:00
TheScratchpad.vue feat: scratchpad to save persistent notes 2021-04-03 12:17:40 +02:00
TheSettingBar.vue perf(UI): improvements in setting bar connections sort 2021-07-15 18:31:44 +02:00
TheTitleBar.vue feat(UI): new connection add panel 2021-07-08 17:43:33 +02:00
Workspace.vue refactor: improved the way how schema is passed to client classes 2021-07-21 14:40:29 +02:00
WorkspaceAddConnectionPanel.vue refactor(UI): changed buttons icon position 2021-07-09 15:51:02 +02:00
WorkspaceEditConnectionPanel.vue refactor(UI): changed buttons icon position 2021-07-09 15:51:02 +02:00
WorkspaceEmptyState.vue feat: option to select schema in query tabs 2021-07-20 19:19:54 +02:00
WorkspaceExploreBar.vue feat: option to restore session on startup 2021-07-22 10:41:06 +02:00
WorkspaceExploreBarMiscContext.vue refactor: improved the way how schema is passed to client classes 2021-07-21 14:40:29 +02:00
WorkspaceExploreBarMiscFolderContext.vue feat: new trigger setting tabs 2021-07-17 13:10:54 +02:00
WorkspaceExploreBarSchema.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
WorkspaceExploreBarSchemaContext.vue refactor: passing schema from table context options 2021-07-14 18:15:13 +02:00
WorkspaceExploreBarTableContext.vue feat: close tabs if element deleted 2021-07-17 10:46:24 +02:00
WorkspacePropsForeignModal.vue fix: clear empty indexes and foreign keys on confirm respective modals 2021-07-17 09:59:45 +02:00
WorkspacePropsFunctionOptionsModal.vue fix(UI): various fixes in displaying content with small window size 2021-06-13 11:16:21 +02:00
WorkspacePropsFunctionParamsModal.vue refactor(UI): changed buttons icon position 2021-07-09 15:51:02 +02:00
WorkspacePropsIndexesModal.vue fix: clear empty indexes and foreign keys on confirm respective modals 2021-07-17 09:59:45 +02:00
WorkspacePropsOptionsModal.vue fix: fields default not correctly set in table filler 2021-07-01 19:18:57 +02:00
WorkspacePropsRoutineOptionsModal.vue fix(UI): various fixes in displaying content with small window size 2021-06-13 11:16:21 +02:00
WorkspacePropsRoutineParamsModal.vue refactor(UI): changed buttons icon position 2021-07-09 15:51:02 +02:00
WorkspacePropsSchedulerTimingModal.vue fix(UI): various fixes in displaying content with small window size 2021-06-13 11:16:21 +02:00
WorkspacePropsTab.vue fix(UI): not disabled buttons during save table setting tabs 2021-07-22 13:13:26 +02:00
WorkspacePropsTabFunction.vue fix: reload twice after element rename 2021-07-21 18:50:22 +02:00
WorkspacePropsTabRoutine.vue fix: reload twice after element rename 2021-07-21 18:50:22 +02:00
WorkspacePropsTabScheduler.vue fix: reload twice after element rename 2021-07-21 18:50:22 +02:00
WorkspacePropsTabTrigger.vue fix: reload twice after element rename 2021-07-21 18:50:22 +02:00
WorkspacePropsTabTriggerFunction.vue fix: reload twice after element rename 2021-07-21 18:50:22 +02:00
WorkspacePropsTabView.vue feat: option to restore session on startup 2021-07-22 10:41:06 +02:00
WorkspacePropsTable.vue feat(UI): sortable tabs 2021-07-14 20:30:54 +02:00
WorkspacePropsTableContext.vue feat: stored routines creation 2021-01-06 11:57:49 +01:00
WorkspacePropsTableRow.vue fix: manual page input not disabled when only one page is available 2021-07-23 09:01:50 +02:00
WorkspacePropsTriggerFunctionOptionsModal.vue feat(PostgreSQL): trigger functions support 2021-07-03 11:29:14 +02:00
WorkspaceQueryTab.vue feat: option to restore session on startup 2021-07-22 10:41:06 +02:00
WorkspaceQueryTable.vue fix: enabled copy context on non editable rows 2021-07-16 17:09:02 +02:00
WorkspaceQueryTableContext.vue fix: enabled copy context on non editable rows 2021-07-16 17:09:02 +02:00
WorkspaceQueryTableRow.vue fix: enabled copy context on non editable rows 2021-07-16 17:09:02 +02:00
WorkspaceTableTab.vue fix: manual page input not disabled when only one page is available 2021-07-23 09:01:50 +02:00