antares/src/renderer/components
Fabio Di Stasio 2584c9b9c2 chore: replaced link for donations with Treedom 2021-04-15 14:55:37 +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(PostgreSQL): support of arrays in table settings 2021-04-09 19:31:41 +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): functions management 2021-04-13 18:05:03 +02: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(PostgreSQL): functions management 2021-04-13 18:05:03 +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 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 perf(MySQL): improved the way to get routine and functions parameters 2021-04-14 18:06:20 +02:00
ModalSettingsChangelog.vue feat: in-app last release changelog 2021-04-11 12:35:16 +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 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 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(PostgreSQL): functions management 2021-04-13 18:05:03 +02:00
WorkspaceExploreBarSchema.vue feat(PostgreSQL): procedure language select 2021-04-12 18:46:35 +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 perf(MySQL): improved the way to get routine and functions parameters 2021-04-14 18:06:20 +02:00
WorkspacePropsFunctionParamsModal.vue feat(PostgreSQL): functions management 2021-04-13 18:05:03 +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(PostgreSQL): procedure language select 2021-04-12 18:46:35 +02:00
WorkspacePropsRoutineParamsModal.vue feat(PostgreSQL): procedure language select 2021-04-12 18:46:35 +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 perf(MySQL): improved the way to get routine and functions parameters 2021-04-14 18:06:20 +02:00
WorkspacePropsTabRoutine.vue feat(PostgreSQL): procedures management 2021-04-10 20:38:46 +02: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): support of arrays in table settings 2021-04-09 19:31:41 +02:00
WorkspacePropsTableContext.vue feat: stored routines creation 2021-01-06 11:57:49 +01:00
WorkspacePropsTableRow.vue feat(PostgreSQL): support of arrays in table settings 2021-04-09 19:31:41 +02: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 feat(PostgreSQL): edit timezone in cell editor 2021-04-11 10:55:22 +02:00
WorkspaceTableTab.vue fix: approximate row count shown for results less than 1000 2021-04-15 10:13:55 +02:00