|
71a5b5c828
|
fix: missing option for untrusted ssl connection on connections edit panel
|
2022-07-03 22:07:28 +02:00 |
|
|
a45d76e8b4
|
fix: exception on new scheduler tab
|
2022-06-30 16:42:29 +02:00 |
|
|
7702ca025f
|
fix: error on modals missing focusable elements
|
2022-06-30 10:05:35 +02:00 |
|
|
e97da37103
|
feat: context shortcut to disconnect from left bar
|
2022-06-29 13:17:33 +02:00 |
|
|
6573fe69ac
|
fix: connection string field doesn't appear switching to postgre when editing a connection
|
2022-06-29 11:20:08 +02:00 |
|
|
902c29ffa5
|
feat(MySQL): option to disable foreign key checks when empty a table
|
2022-06-29 10:48:21 +02:00 |
|
|
5f57a9f60d
|
fix: ctrl+a on results doesn't work properly
|
2022-06-28 17:55:18 +02:00 |
|
|
822af44a47
|
refactor: minor improvements
|
2022-06-27 18:28:04 +02:00 |
|
|
e42c424a13
|
fix: focus goes outside modals with tab key navigation
|
2022-06-26 15:07:37 +02:00 |
|
|
0a3a4827dd
|
fix: result table cells/rows not loses focus clicking outside
|
2022-06-26 10:21:17 +02:00 |
|
|
a80d227400
|
fix(Windows): white window buttons with dark theme
|
2022-06-24 18:17:37 +02:00 |
|
|
cfd82c8f41
|
fix: editor gutter pin not working
|
2022-06-24 17:26:28 +02:00 |
|
|
91d0735a5f
|
fix: double context menu on table settings rows
|
2022-06-23 23:11:43 +02:00 |
|
|
93ce619782
|
fix(Windows): Windows 7 style window frame at startup
|
2022-06-23 11:57:25 +02:00 |
|
|
8f01740475
|
fix(UI): wrong tables scrollable height after switching tabs
|
2022-06-22 18:47:32 +02:00 |
|
|
0eab0a7140
|
Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer
|
2022-06-21 18:08:43 +02:00 |
|
|
a103617ce8
|
refactor: ts and composition api on missing components
|
2022-06-21 17:54:47 +02:00 |
|
Giulio Ganci
|
067a6f3507
|
feat: add max visible options prop
|
2022-06-19 16:58:52 +02:00 |
|
|
89e8d9fcdb
|
refactor: ts and composition api on WorkspaceTabNew* components
|
2022-06-14 20:02:17 +02:00 |
|
|
ee623b0a0f
|
fix: unable to add new table fields
|
2022-06-14 11:48:36 +02:00 |
|
|
33a4663694
|
Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer
|
2022-06-13 09:29:05 +02:00 |
|
|
6bad032f0d
|
fix(Linux): setting bar tooltip position
|
2022-06-11 14:26:51 +02:00 |
|
|
d214c1f35b
|
fix: reload tab content on tab sort
|
2022-06-11 01:11:08 +02:00 |
|
|
77d9cac092
|
fix: fields sorting in table setting tabs
|
2022-06-10 23:29:34 +02:00 |
|
|
cba2ce2e37
|
fix: selected foreign key value not visible in the insert row modal
|
2022-06-10 20:02:26 +02:00 |
|
|
bd46d17424
|
refactor: ts and composition api on WorkspaceExplorebar* components
|
2022-06-09 20:08:32 +02:00 |
|
|
5b33419b64
|
fix: exception on app start setting window title
|
2022-06-08 14:55:29 +02:00 |
|
|
00242697a1
|
feat: dynamic app window title
|
2022-06-08 13:24:14 +02:00 |
|
|
85cec05f70
|
perf(Linux): title bar improvements
|
2022-06-08 13:04:19 +02:00 |
|
|
5fa8bf38e4
|
perf(Windows): title bar improvements
|
2022-06-07 18:32:37 +02:00 |
|
|
23acf00def
|
fix: main process not closed after window close on some conditions
|
2022-06-07 09:33:03 +02:00 |
|
|
be70b5be7f
|
refactor: ts on ipc api
|
2022-06-05 17:57:44 +02:00 |
|
|
7fc01227e7
|
refactor: ts and composition api on more components
|
2022-06-04 18:37:16 +02:00 |
|
|
1c666a07d8
|
Merge pull request #289 from toriphes/feat/hotkeys
Feat: Hokeys to navigate between tabs and result sets
|
2022-06-04 15:20:08 +02:00 |
|
Giulio Ganci
|
49abd1ea7f
|
feat: hotkeys to navigate inside a table resultset
|
2022-06-04 08:45:48 +02:00 |
|
Giulio Ganci
|
d3b9e08446
|
feat: hotkeys to navigate forward or backward between tabs
|
2022-06-03 18:56:19 +02:00 |
|
|
d151c7254e
|
build: Windows icon improvements
|
2022-06-02 11:17:53 +02:00 |
|
|
26aad519df
|
perf: improved precision of MariaDB or MySQL auto detection
|
2022-06-02 09:50:16 +02:00 |
|
|
31b7999bba
|
fix: empty query tab schema select if no schema selected
|
2022-06-02 09:46:49 +02:00 |
|
|
caf776bd55
|
fix: inline field update not working with tables missing primary key
|
2022-06-01 18:31:25 +02:00 |
|
|
a7d5e1973c
|
fix(SQLite): unable to insert rows with TEXT fields
|
2022-06-01 09:56:45 +02:00 |
|
|
8870304c15
|
fix(UI): select closes clicking on scrollbar
|
2022-05-29 16:42:41 +02:00 |
|
|
2007305ff0
|
refactor: ts on pinia store
|
2022-05-28 18:43:56 +02:00 |
|
|
e97401e27d
|
Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer
|
2022-05-25 14:41:15 +02:00 |
|
|
62f6fd16d5
|
refactor: ts on i18n
|
2022-05-24 23:02:40 +02:00 |
|
|
cdca6eaa35
|
refactor: ts and composition api for modals
|
2022-05-24 23:02:14 +02:00 |
|
|
6c8a36e947
|
refactor(UI): double click to edit field type or collation
|
2022-05-23 16:35:50 +02:00 |
|
|
99b1c1be12
|
Merge pull request #245 from toriphes/feat/advanced-dropdown-list
feat/advanced-dropdown-list
|
2022-05-23 16:31:19 +02:00 |
|
|
3991382153
|
Merge branch 'feat/advanced-dropdown-list' of https://github.com/toriphes/antares into pr/toriphes/245
|
2022-05-23 16:19:35 +02:00 |
|
|
9082960310
|
feat(translation): russian translation, closes #266
|
2022-05-23 16:11:54 +02:00 |
|