antares/src/renderer/components
Fabio Di Stasio bc82289d54 perf(UI): visual improvements of tables 2021-08-16 19:44:55 +02:00
..
BaseConfirmModal.vue feat(UI): modal that shows process query 2021-03-04 19:34:18 +01:00
BaseContextMenu.vue feat: contextual menu option to duplicate table fields 2021-08-04 09:59:50 +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 feat: new create table tabs 2021-08-13 16:50:59 +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 perf(UI): visual improvements of tables 2021-08-16 19:44: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 refactor: better component names 2021-08-12 09:54:13 +02:00
ModalProcessesListRow.vue perf(UI): visual improvements of tables 2021-08-16 19:44:55 +02:00
ModalSettings.vue feat: contextual menu option to duplicate table fields 2021-08-04 09:59:50 +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
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): loading animation on tables and table context menu improvements 2021-08-03 15:43:13 +02:00
TheTitleBar.vue feat(UI): new connection add panel 2021-07-08 17:43:33 +02:00
Workspace.vue perf(UI): visual improvements of tables 2021-08-16 19:44:55 +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: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceExploreBarMiscContext.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceExploreBarMiscFolderContext.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceExploreBarSchema.vue fix(UI): multiple temp tabs opened switching to tables from other elements 2021-08-11 18:04:14 +02:00
WorkspaceExploreBarSchemaContext.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceExploreBarTableContext.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceTabNewTable.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceTabPropsFunction.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceTabPropsFunctionParamsModal.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsRoutine.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceTabPropsRoutineParamsModal.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsScheduler.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsSchedulerTimingModal.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsTable.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceTabPropsTableContext.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsTableFIelds.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsTableForeignModal.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsTableIndexesModal.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsTableRow.vue perf(UI): visual improvements of tables 2021-08-16 19:44:55 +02:00
WorkspaceTabPropsTrigger.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsTriggerFunction.vue feat: new create table tabs 2021-08-13 16:50:59 +02:00
WorkspaceTabPropsView.vue perf(UI): improved view setting tab 2021-08-12 10:07:31 +02:00
WorkspaceTabQuery.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabQueryEmptyState.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabQueryTable.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabQueryTableContext.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabQueryTableRow.vue perf(UI): visual improvements of tables 2021-08-16 19:44:55 +02:00
WorkspaceTabTable.vue refactor: better component names 2021-08-12 09:54:13 +02:00