Commit Graph

70 Commits

Author SHA1 Message Date
Fabio Di Stasio 8a20befd09 fix(UI): various fixes in displaying content with small window size 2021-06-13 11:16:21 +02:00
fabio286 5e9c88a7fd fix(UI): prevent canc key to trigger delete modal when editing a row 2021-06-02 12:32:12 +02:00
Fabio Di Stasio e71c7568c0 feat: option to set DATA tab page size 2021-05-29 11:04:02 +02:00
Fabio Di Stasio 434711a360 perf(MySQL): improved connections pool handling 2021-05-15 21:47:30 +02:00
fabio286 854472c7a3 fix: row loses internal id after cell update 2021-05-15 19:33:31 +02:00
Fabio Di Stasio c7663be338 fix: multiple row select on sorted tables not work properly 2021-05-11 18:32:11 +02:00
Fabio Di Stasio 20cba6ee9b feat(UI): canc press to delete selected rows 2021-04-20 16:30:10 +02:00
Fabio Di Stasio 55932fe115 fix: cell edit doesn't properly use primary or unique index to update if both present, closes #51 2021-04-08 17:47:10 +02:00
Fabio Di Stasio d374372e20 fix: wrong datetime conversion when updating a row without an unique key 2021-04-07 15:05:11 +02:00
Fabio Di Stasio 22a8c25717 fix: update or delete rows with more than one primary key 2021-03-21 13:00:27 +01:00
Fabio Di Stasio 76c5c0c680 fix(UI): table rows lose internal id after an update 2021-03-09 18:07:48 +01:00
Fabio Di Stasio 4862d51fba fix(UI): wrong height in scrolling tables in some cases 2021-03-05 17:10:52 +01:00
Fabio Di Stasio 049143d143 feat: processes list tool 2021-03-03 19:31:05 +01:00
Fabio Di Stasio 71b4310117 feat: context menu shortcut to set NULL a table cell 2021-02-28 21:45:38 +01:00
Fabio Di Stasio 39ca1974bc perf(UI): big performance improvement in tables rendering 2021-02-26 22:31:05 +01:00
Fabio Di Stasio b54fefbf25 feat(UI): context menu for input and textarea tags 2021-02-21 21:24:25 +01:00
Fabio Di Stasio 3b37b7432e fix: disabled sort for fields without a name property 2021-02-18 18:12:36 +01:00
Fabio Di Stasio 0f69d1dbb7 fix(UI): wrong length for char fields on table header 2021-02-12 18:02:18 +01:00
Fabio Di Stasio 5940b0b842 feat: edit rows from tables without a primary key 2021-01-30 14:58:12 +01:00
Fabio Di Stasio 574d493908 feat: delete rows from tables without a primary key 2021-01-28 18:33:29 +01:00
Fabio Di Stasio 4bc9bbfb34 perf: better fields type detection 2021-01-21 18:14:37 +01:00
Fabio Di Stasio 1e7d4ca347 feat: schedulers delete 2021-01-14 18:11:36 +01:00
Fabio Di Stasio c0a32c040e fix: removed internal row _id from exported files 2021-01-13 11:57:26 +01:00
Fabio Di Stasio 0cbea9d100 feat: export data tables to json or csv file 2021-01-08 21:55:03 +01:00
Fabio Di Stasio acebe435ff fix: improved changes dedection in props tab 2020-12-07 19:11:29 +01:00
Fabio Di Stasio 5712b80022 feat: improved data table sorts 2020-12-07 17:51:48 +01:00
Fabio Di Stasio 249926b8e0 feat: ability to edit table fields 2020-11-13 12:39:40 +01:00
Fabio 2e49d86677 refactor(core): improved how application gets query fields and keys 2020-10-27 16:41:00 +01:00
Fabio 2dc16e8ea8 feat(ui): display table properties tab 2020-10-24 14:47:35 +02:00
Fabio ea9b489f5f fix: duplicate header fields on join result tables 2020-10-21 14:58:22 +02:00
Fabio a8cd17748f fix: wrong result fields type and order with some queries 2020-10-20 13:12:12 +02:00
Fabio 0626f6f775 refactor(render): improved buttons style 2020-10-18 10:27:02 +02:00
Fabio 04804b07c7 feat(render): field type and length on table header mouse hover 2020-10-17 10:12:40 +02:00
Fabio b7c779eef6 fix: disable cell editor for not editable results 2020-10-10 16:54:00 +02:00
Fabio d560c384f5 fix: missing header for some query results 2020-10-09 22:44:05 +02:00
Fabio 43c7072c1c fix: unable to obtain fields informations for some queries 2020-09-20 16:03:03 +02:00
Fabio 530907d097 fix: several fix on data and query tabs 2020-09-18 12:54:02 +02:00
Fabio 5334a44271 refactor: improved structure of connection core 2020-09-17 17:58:12 +02:00
Fabio 2554444322 feat: field comment on mouse over a table field name 2020-09-17 11:13:00 +02:00
Fabio 1b04b216b2 fix: cell update soft reload doesn't apply changes 2020-09-14 11:08:11 +02:00
Fabio 78965d23e3 fix: value overridden when join tables with fields with same name 2020-09-13 18:25:28 +02:00
Fabio ad0bad8486 fix: wrong field names when join tables 2020-09-11 18:01:07 +02:00
Fabio 4684b4114b fix: wrong table and schema when more than one query in a tab 2020-09-08 11:47:01 +02:00
Fabio 48f77bae01 feat: support to multiple queries in the same tab 2020-09-06 08:41:57 +02:00
Fabio 801a0de186 fix: field name displayed instead of alias 2020-09-02 18:14:30 +02:00
Fabio 264de9c568 feat: aliases support 2020-09-01 19:23:13 +02:00
Fabio fd6d5177ef fix: wrong table height calc in some cases 2020-08-19 16:25:42 +02:00
Fabio 9599b43f78 refactor: changed event names to kebab-case 2020-08-18 18:03:59 +02:00
Fabio 744728a14f refactor: moved table fields informations to vuex 2020-08-14 18:07:29 +02:00
Fabio 7bc10092fe fix: query result table header didn't show just selected fields 2020-08-13 13:24:03 +02:00