antares/src/renderer/components
Fabio 053418ee90 refactor(mysql): moved specific queries inside MySQLClient class 2020-10-16 17:26:47 +02:00
..
BaseConfirmModal.vue feat: databases deletion 2020-10-01 15:08:35 +02:00
BaseContextMenu.vue fix: context menu outside window when near bottom or right edge 2020-10-14 19:32:36 +02: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
BaseVirtualScroll.vue fix: table header not fixed on top when fast scrolling 2020-08-10 16:06:11 +02:00
ForeignKeySelect.vue feat: foreign key support in add/edit row 2020-08-17 15:10:19 +02:00
ModalAskCredentials.vue refactor: simplified and improved project structure 2020-09-24 13:09:01 +02:00
ModalEditConnection.vue fix: no connection passed to connection's edit modal 2020-10-05 09:21:33 +02:00
ModalEditDatabase.vue feat: close modals pressing ESC 2020-10-04 17:21:21 +02:00
ModalNewConnection.vue feat: close modals pressing ESC 2020-10-04 17:21:21 +02:00
ModalNewDatabase.vue feat: close modals pressing ESC 2020-10-04 17:21:21 +02:00
ModalNewTableRow.vue feat: close modals pressing ESC 2020-10-04 17:21:21 +02:00
ModalSettings.vue feat: close modals pressing ESC 2020-10-04 17:21:21 +02:00
ModalSettingsUpdate.vue fix: lack of loading progressbar when an update is available 2020-09-03 15:12:30 +02:00
QueryEditor.vue feat: sql suggestions in query editor 2020-08-21 11:38:00 +02:00
SettingBarContext.vue fix: no connection passed to connection's edit modal 2020-10-05 09:21:33 +02:00
TheAppWelcome.vue refactor: changed event names to kebab-case 2020-08-18 18:03:59 +02:00
TheFooter.vue refactor: changed event names to kebab-case 2020-08-18 18:03:59 +02: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 multiple queries in the same tab 2020-09-06 08:41:57 +02:00
WorkspaceConnectPanel.vue fix: wrong field names when join tables 2020-09-11 18:01:07 +02:00
WorkspaceExploreBar.vue feat: edit database collation 2020-10-03 12:11:42 +02:00
WorkspaceExploreBarDatabase.vue refactor(mysql): moved specific queries inside MySQLClient class 2020-10-16 17:26:47 +02:00
WorkspaceExploreBarDatabaseContext.vue feat: edit database collation 2020-10-03 12:11:42 +02:00
WorkspaceQueryTab.vue fix: disable cell editor for not editable results 2020-10-10 16:54:00 +02:00
WorkspaceQueryTable.vue fix: disable cell editor for not editable results 2020-10-10 16:54:00 +02:00
WorkspaceQueryTableContext.vue feat: databases deletion 2020-10-01 15:08:35 +02:00
WorkspaceQueryTableRow.vue fix: disable cell editor for not editable results 2020-10-10 16:54:00 +02:00
WorkspaceTableTab.vue feat: data table autorefresh, closes #36 2020-10-08 18:51:08 +02:00