Commit Graph

532 Commits

Author SHA1 Message Date
Fabio Di Stasio e8af2d24a8 perf(UI): disable save button in table creation when no fields are added 2021-11-25 17:23:46 +01:00
Fabio Di Stasio d7f1aa97af fix(SQLite): update rows with a text primary key 2021-11-25 16:25:40 +01:00
Fabio Di Stasio cc99491fe4 fix(UI): notifications timeout anomalies 2021-11-24 16:59:07 +01:00
Fabio Di Stasio 5d48fe08c7 feat(PostgreSQL): read-only mode 2021-11-24 14:24:52 +01:00
Fabio Di Stasio 4437d44486 feat(MySQL): read-only mode 2021-11-24 13:04:14 +01:00
Fabio Di Stasio 9fe3680bbb perf: update italian traslation 2021-11-24 09:52:10 +01:00
Fabio Di Stasio da1947e4ef fix(UI): hide tools menu if no tools available 2021-11-24 09:19:42 +01:00
Fabio Di Stasio 98165cacaa fix(SQLite): hide schema creation 2021-11-19 16:50:15 +01:00
Fabio Di Stasio 7d345cf795
Merge pull request #141 from Fabio286/feat/sqlite-implementation
feat:sqlite implementation
2021-11-19 16:11:00 +01:00
Fabio Di Stasio f40e9c592e feat(SQLite): triggers management 2021-11-19 15:36:07 +01:00
Fabio Di Stasio 7671c585f5 feat(SQLite): views management 2021-11-19 13:13:35 +01:00
Fabio Di Stasio 93b4a7063b perf(SQLite): improvements in field length detection 2021-11-18 19:43:08 +01:00
Fabio Di Stasio 3efeb45c46 feat(SQLite): tables management 2021-11-18 11:36:46 +01:00
Fabio Di Stasio 3fc227d2de feat(SQLite): readonly mode 2021-11-16 13:21:33 +01:00
Fabio Di Stasio 604b371920 feat(SQLite): cell update in data tabs 2021-11-16 12:56:03 +01:00
Fabio Di Stasio fd321beece feat(SQLite): keys support 2021-11-16 12:27:51 +01:00
Fabio Di Stasio 94c899eb82 perf(SQLite): improvements in data visualization 2021-11-15 18:09:34 +01:00
Kilian Stallinger c8e1605b08
Hotfix quote style on delete-table-rows handler
Use single quote as intended for ID in delete query.
2021-11-15 16:21:09 +01:00
Fabio Di Stasio f2fcc98839 feat(SQLite): table data visualization 2021-11-13 23:00:53 +01:00
Fabio Di Stasio c54438d6d3 feat(SQLite): connection add/edit masks 2021-11-13 11:34:30 +01:00
Fabio Di Stasio b3f10220b3 build: transparent background for appx icon 2021-11-12 13:12:05 +01:00
Fabio Di Stasio d19f475fc2 perf(UI): improved function and routine parameters modals 2021-11-12 12:22:39 +01:00
Fabio Di Stasio b5fee79e90 refactor: minor changes to support marked 4.0.0 2021-11-10 11:48:06 +01:00
Fabio Di Stasio 3369d3dc2d refactor: prefix to internal rows id 2021-11-08 15:12:37 +01:00
Fabio Di Stasio fd25f881f9 feat: schema size in explore bar 2021-11-06 16:36:54 +01:00
Fabio Di Stasio 5ca3a22dc5 feat(MySQL): enable/disable schedulers from contextual menu 2021-11-06 12:21:33 +01:00
Fabio Di Stasio 5c668249cf feat(MySQL): scheduler status indicator in explore bar 2021-11-05 18:23:02 +01:00
Fabio Di Stasio 39b9a59143 fix(PostgreSQL): bigint fetched as string instead of number, closes #134 2021-11-05 11:41:12 +01:00
Fabio Di Stasio 534659f9ae feat(PostgreSQL): enable/disable triggers from contextual menu 2021-11-04 21:54:42 +01:00
Fabio Di Stasio c00fd1381f fix: temporary solution on MacOS for unsigned app updates 2021-11-03 14:46:13 +01:00
Fabio Di Stasio cacab55f55 refactor: minor changes to support eslint-plugin-vue 8 2021-11-02 21:51:53 +01:00
Fabio Di Stasio a08074b446 Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/126 2021-10-31 15:14:49 +01:00
Fabio Di Stasio 0cd182546b
build: electron-webpack replacement (#130)
* some changes

* improvements and dedicated webpeck configs for render and main

* added debugging setup

* vscode main process debug config

* vue3 devtools
2021-10-31 10:36:45 +01:00
Fabio Di Stasio 89fdd210ca fix: row selection problems after a deletion fail, closes #128 2021-10-29 22:43:22 +02:00
Giulio Ganci 430490ad93 feat: added macos basic shortcusts and menu 2021-10-24 13:02:37 +02:00
Giulio Ganci a35566f273 feat(UI): double click on the title bar will toggle window fullscreen size 2021-10-24 13:00:36 +02:00
Giulio Ganci 7657d05edf feat(UI): improved topbar look&feel on MacOS 2021-10-23 18:15:32 +02:00
Giulio Ganci 1ddf8f0dbe fix: copy&paste and basic usability on macOS 2021-10-23 17:56:42 +02:00
Fabio Di Stasio 4cfab365c2 build: added .nvmrc 2021-10-21 18:17:40 +02:00
Fabio Di Stasio 30b487c37f refactor(UI): removed text from refresh buttons 2021-10-20 18:14:02 +02:00
Fabio Di Stasio aef17be36c fix(PostgreSQL): issue with uppercase characters in table field names 2021-10-19 17:42:31 +02:00
Giulio Ganci 7dc33c78aa fix: regression during resize results table on filters change 2021-10-18 21:23:22 +02:00
Giulio Ganci 69cd083054 fix: query failure when a filter with a numeric value is used 2021-10-18 21:13:19 +02:00
Giulio Ganci 91788054e6 feat(UI): hide filter bar if there are no more rows in it 2021-10-18 21:11:09 +02:00
Giulio Ganci 968a67ce3d refactor(UI): removed duplicate add filter button 2021-10-18 19:15:37 +02:00
Fabio Di Stasio f9ee7d0450 perf(UI): resize results table on filters change 2021-10-18 11:58:29 +02:00
Giulio Ganci 0e15c39797 feat(UI): multi column table filters 2021-10-17 23:54:00 +02:00
Fabio Di Stasio 8a86344484 refactor(UI): display new shortcuts in empty query tab 2021-10-16 18:46:17 +02:00
Fabio Di Stasio d2d0c3ca41 refactor(UI): changed query clear shortcut 2021-10-16 18:43:23 +02:00
Giulio Ganci 9046b858b1 feat(UI): ctrl|cmd+t, ctrl|cmd+w shortcut to open/close workspace tabs 2021-10-16 17:05:26 +02:00