Commit Graph

1101 Commits

Author SHA1 Message Date
dependabot[bot] 14aff67d2d
build(deps-dev): bump electron from 17.4.3 to 19.0.5
Bumps [electron](https://github.com/electron/electron) from 17.4.3 to 19.0.5.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v17.4.3...v19.0.5)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 16:11:11 +00:00
Fabio Di Stasio 174579bf8c
Merge pull request #248 from antares-sql/ts-renderer
TypeScript in renderer process
2022-06-21 18:09:42 +02:00
Fabio Di Stasio 0eab0a7140 Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-06-21 18:08:43 +02:00
Fabio Di Stasio a103617ce8 refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
Fabio Di Stasio 61ec3cbd4e Merge branch 'master' of https://github.com/antares-sql/antares 2022-06-20 08:49:29 +02:00
Fabio Di Stasio 1765d9fd0b chore: dependabot monthly interval 2022-06-20 08:49:26 +02:00
Fabio Di Stasio 329656ff1d
Merge pull request #309 from toriphes/feat/base-select-max-visible-options
feat: add max visible options prop
2022-06-20 08:46:47 +02:00
Giulio Ganci 067a6f3507 feat: add max visible options prop 2022-06-19 16:58:52 +02:00
Fabio Di Stasio d12c6f5210 chore(release): 0.5.7 2022-06-19 16:11:12 +02:00
Fabio Di Stasio 89e8d9fcdb refactor: ts and composition api on WorkspaceTabNew* components 2022-06-14 20:02:17 +02:00
Fabio Di Stasio ee623b0a0f fix: unable to add new table fields 2022-06-14 11:48:36 +02:00
Fabio Di Stasio 33a4663694 Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-06-13 09:29:05 +02:00
Fabio Di Stasio c37138c6f5 ci: fix linux upload artifacts github action [skip ci] 2022-06-12 19:58:22 +02:00
Fabio Di Stasio e754877ee6 Merge branch 'master' of https://github.com/antares-sql/antares 2022-06-12 18:30:48 +02:00
Fabio Di Stasio ed38a9e7ff ci: linux upload artifacts github action 2022-06-12 18:30:44 +02:00
fabio286 6bad032f0d fix(Linux): setting bar tooltip position 2022-06-11 14:26:51 +02:00
Fabio Di Stasio d214c1f35b fix: reload tab content on tab sort 2022-06-11 01:11:08 +02:00
Fabio Di Stasio 77d9cac092 fix: fields sorting in table setting tabs 2022-06-10 23:29:34 +02:00
Fabio Di Stasio cba2ce2e37 fix: selected foreign key value not visible in the insert row modal 2022-06-10 20:02:26 +02:00
Fabio Di Stasio bd46d17424 refactor: ts and composition api on WorkspaceExplorebar* components 2022-06-09 20:08:32 +02:00
Fabio Di Stasio 5b33419b64 fix: exception on app start setting window title 2022-06-08 14:55:29 +02:00
Fabio Di Stasio 00242697a1 feat: dynamic app window title 2022-06-08 13:24:14 +02:00
fabio286 85cec05f70 perf(Linux): title bar improvements 2022-06-08 13:04:19 +02:00
Fabio Di Stasio 5fa8bf38e4 perf(Windows): title bar improvements 2022-06-07 18:32:37 +02:00
Fabio Di Stasio 23acf00def fix: main process not closed after window close on some conditions 2022-06-07 09:33:03 +02:00
Fabio Di Stasio be70b5be7f refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
Fabio Di Stasio 7fc01227e7 refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
Fabio Di Stasio 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
Fabio Di Stasio 20b814378b chore: package.json changes 2022-06-02 12:50:05 +02:00
Fabio Di Stasio 8ce1d1a964 chore(release): 0.5.6 2022-06-02 11:31:10 +02:00
Fabio Di Stasio d151c7254e build: Windows icon improvements 2022-06-02 11:17:53 +02:00
Fabio Di Stasio 26aad519df perf: improved precision of MariaDB or MySQL auto detection 2022-06-02 09:50:16 +02:00
Fabio Di Stasio 31b7999bba fix: empty query tab schema select if no schema selected 2022-06-02 09:46:49 +02:00
Fabio Di Stasio caf776bd55 fix: inline field update not working with tables missing primary key 2022-06-01 18:31:25 +02:00
Fabio Di Stasio a7d5e1973c fix(SQLite): unable to insert rows with TEXT fields 2022-06-01 09:56:45 +02:00
Fabio Di Stasio 8870304c15 fix(UI): select closes clicking on scrollbar 2022-05-29 16:42:41 +02:00
Fabio Di Stasio 2007305ff0 refactor: ts on pinia store 2022-05-28 18:43:56 +02:00
Fabio Di Stasio e97401e27d Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-05-25 14:41:15 +02:00
Fabio Di Stasio 62f6fd16d5 refactor: ts on i18n 2022-05-24 23:02:40 +02:00
Fabio Di Stasio cdca6eaa35 refactor: ts and composition api for modals 2022-05-24 23:02:14 +02:00
Fabio Di Stasio 34e8d3e5b1 chore(release): 0.5.5 2022-05-24 14:25:04 +02:00
Fabio Di Stasio 6c8a36e947 refactor(UI): double click to edit field type or collation 2022-05-23 16:35:50 +02:00
Fabio Di Stasio 99b1c1be12
Merge pull request #245 from toriphes/feat/advanced-dropdown-list
feat/advanced-dropdown-list
2022-05-23 16:31:19 +02:00
Fabio Di Stasio 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
allcontributors[bot] 3b57b7ef3b docs: update .all-contributorsrc [skip ci] 2022-05-23 16:13:51 +02:00
allcontributors[bot] 45d599ad7f docs: update README.md [skip ci] 2022-05-23 16:13:51 +02:00
Fabio Di Stasio 9082960310 feat(translation): russian translation, closes #266 2022-05-23 16:11:54 +02:00
Giulio Ganci 5398964190 feat: added dropdown animation 2022-05-22 15:45:16 +02:00