antares/src/renderer/components
Fabio Di Stasio 9f5ec0276c fix: no foreign key select when cell value is NULL, closes #50 2021-04-08 18:02:16 +02:00
..
BaseConfirmModal.vue feat(UI): modal that shows process query 2021-03-04 19:34:18 +01:00
BaseContextMenu.vue feat(UI): light theme 2021-04-03 11:21:58 +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: scratchpad to save persistent notes 2021-04-03 12:17:40 +02:00
BaseToast.vue refactor: changed material design icon pack 2020-08-12 10:48:18 +02:00
BaseUploadInput.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
BaseVirtualScroll.vue feat(UI): modal that shows process query 2021-03-04 19:34:18 +01:00
FakerSelect.vue perf(UI): improvements of date time inputs 2021-02-27 17:52:54 +01:00
ForeignKeySelect.vue fix: no foreign key select when cell value is NULL, closes #50 2021-04-08 18:02:16 +02:00
ModalAskCredentials.vue feat: scheduler edit 2021-01-15 19:18:16 +01:00
ModalAskParameters.vue feat(PostgreSQL): partial postgre implementation 2021-03-16 18:42:03 +01:00
ModalDiscardChanges.vue feat: unsaved changes reminder 2020-12-04 11:19:16 +01:00
ModalEditConnection.vue feat(PostgreSQL): database in connection parameters 2021-03-17 16:51:26 +01:00
ModalEditSchema.vue refactor: rename database to schema 2021-03-17 11:15:14 +01:00
ModalFakerRows.vue feat(PostgreSQL): partial postgre implementation 2021-03-16 18:42:03 +01:00
ModalNewConnection.vue feat(PostgreSQL): database in connection parameters 2021-03-17 16:51:26 +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
ModalNewSchema.vue refactor: rename database to schema 2021-03-17 11:15:14 +01:00
ModalNewTable.vue feat(PostgreSQL): tables addition 2021-03-28 11:55:15 +02:00
ModalNewTableRow.vue feat(PostgreSQL): partial postgre implementation 2021-03-16 18:42:03 +01:00
ModalNewTrigger.vue feat: stored routines creation 2021-01-06 11:57:49 +01:00
ModalNewView.vue feat(PostgreSQL): views management 2021-03-31 16:54:06 +02:00
ModalProcessesList.vue refactor: rename database to schema 2021-03-17 11:15:14 +01:00
ModalSettings.vue feat(UI): light theme 2021-04-03 11:21:58 +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(UI): light theme 2021-04-03 11:21:58 +02: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): light theme 2021-04-03 11:21:58 +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 feat: scratchpad to save persistent notes 2021-04-03 12:17:40 +02:00
TheTitleBar.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
Workspace.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspaceConnectPanel.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspaceExploreBar.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspaceExploreBarMiscContext.vue feat(UI): run procedures/functions from sidebar context menu 2021-02-25 17:43:23 +01:00
WorkspaceExploreBarSchema.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspaceExploreBarSchemaContext.vue refactor: rename database to schema 2021-03-17 11:15:14 +01:00
WorkspaceExploreBarTableContext.vue feat: views creation 2020-12-27 16:16:48 +01:00
WorkspacePropsForeignModal.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspacePropsFunctionOptionsModal.vue feat: functions edit 2021-01-10 18:30:56 +01:00
WorkspacePropsFunctionParamsModal.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspacePropsIndexesModal.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspacePropsOptionsModal.vue feat(PostgreSQL): table fields edit 2021-03-25 18:33:29 +01:00
WorkspacePropsRoutineOptionsModal.vue feat: stored routines edit 2021-01-05 17:25:18 +01:00
WorkspacePropsRoutineParamsModal.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspacePropsSchedulerTimingModal.vue perf(UI): improvements of date time inputs 2021-02-27 17:52:54 +01:00
WorkspacePropsTab.vue feat(PostgreSQL): table fields edit 2021-03-25 18:33:29 +01:00
WorkspacePropsTabFunction.vue feat(UI): run routines/functions from settings tab 2021-02-25 12:39:50 +01:00
WorkspacePropsTabRoutine.vue feat(UI): row markers in sql editors 2021-03-08 18:11:00 +01:00
WorkspacePropsTabScheduler.vue fix(UI): row mark not applied on first click 2021-03-10 15:55:34 +01:00
WorkspacePropsTabTrigger.vue fix(UI): row mark not applied on first click 2021-03-10 15:55:34 +01:00
WorkspacePropsTabView.vue feat(PostgreSQL): views management 2021-03-31 16:54:06 +02:00
WorkspacePropsTable.vue feat(PostgreSQL): table fields edit 2021-03-25 18:33:29 +01:00
WorkspacePropsTableContext.vue feat: stored routines creation 2021-01-06 11:57:49 +01:00
WorkspacePropsTableRow.vue feat(PostgreSQL): table fields edit 2021-03-25 18:33:29 +01:00
WorkspaceQueryTab.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00
WorkspaceQueryTable.vue fix: cell edit doesn't properly use primary or unique index to update if both present, closes #51 2021-04-08 17:47:10 +02:00
WorkspaceQueryTableContext.vue feat: context menu shortcut to set NULL a table cell 2021-02-28 21:45:38 +01:00
WorkspaceQueryTableRow.vue fix: remove last char from datetime and time if is a dot 2021-03-20 16:29:56 +01:00
WorkspaceTableTab.vue feat(UI): light theme 2021-04-03 11:21:58 +02:00