Commit Graph

162 Commits

Author SHA1 Message Date
Fabio Di Stasio 0014f48079 refactor: migrated to ace from monaco-editor 2020-12-21 11:06:41 +01:00
Fabio Di Stasio fc35f271d7 feat: better security connections credentials storage 2020-12-18 18:44:32 +01:00
Fabio Di Stasio 206597e5b8 feat: foreign keys management 2020-12-15 17:08:36 +01:00
Fabio Di Stasio c5458159d1 fix: unable to switch tabs when no table selected 2020-12-11 18:22:07 +01:00
Fabio Di Stasio 1476e899d1 feat: auto focus on first input in modals 2020-12-11 18:09:17 +01:00
Fabio Di Stasio 797ab70e7c chore: update links 2020-12-11 16:05:32 +01:00
Fabio Di Stasio f81312aeb0 feat: query tabs auto focus 2020-12-11 15:55:18 +01:00
Fabio Di Stasio 3ed5ea023e fix: some properties do not reset after fields changes 2020-12-11 12:57:24 +01:00
Fabio286 9291a7a7b4 fix: file field editor not show 2020-12-10 15:15:32 +01:00
Fabio Di Stasio 5cfdc9b92d fix: wrong field type detection 2020-12-09 18:22:46 +01:00
Fabio Di Stasio 15b08d7ea8 fix: data tab sort not maintained at refresh 2020-12-08 18:41:08 +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 d38583262e fix: deletion of rows with non-numeric ID 2020-12-07 15:07:59 +01:00
Fabio Di Stasio 33d1fa2290 feat: unsaved changes reminder 2020-12-04 11:19:16 +01:00
Fabio Di Stasio a4122b4eaa feat: drop and truncate tables 2020-12-03 16:15:10 +01:00
Fabio Di Stasio e6602d1bfa feat: create new tables 2020-12-03 13:00:54 +01:00
Fabio Di Stasio f8cf90a89e fix: index deletion issue 2020-12-01 17:29:16 +01:00
Fabio Di Stasio 41505bde65 feat: index management 2020-12-01 16:48:20 +01:00
Fabio Di Stasio e95d29c7c3 feat: approximate totals in table tata tab 2020-11-25 11:47:35 +01:00
Fabio Di Stasio e954f04828 refactor: improved structure for table options modal 2020-11-23 12:25:44 +01:00
Fabio Di Stasio 27769f204f feat: display all keys in properties tab 2020-11-20 17:24:02 +01:00
Fabio Di Stasio 0fe71572a5 fix: some problems with properties and data tabs when changing database from sidebar 2020-11-18 18:21:15 +01:00
Fabio Di Stasio 0805b96a75 feat: tables options edit 2020-11-16 17:16:39 +01:00
Fabio Di Stasio 76351005b4 chore: update dependencies 2020-11-13 17:49:09 +01:00
Fabio Di Stasio 242ddec744 feat: table fields deletion 2020-11-13 16:19:59 +01:00
Fabio Di Stasio 07654039b6 feat: table fields addition 2020-11-13 15:04:51 +01:00
Fabio Di Stasio 249926b8e0 feat: ability to edit table fields 2020-11-13 12:39:40 +01:00
Fabio c9ba2e5962 fix: F9 key shortcut refresh all query tabs instead of just selected one 2020-10-27 17:04:39 +01:00
Fabio 2e49d86677 refactor(core): improved how application gets query fields and keys 2020-10-27 16:41:00 +01:00
Fabio c393f86947 fix: issue with tabs horizontal scroll with wheel 2020-10-26 09:28:29 +01:00
Fabio 2dc16e8ea8 feat(ui): display table properties tab 2020-10-24 14:47:35 +02:00
Fabio cef6f681c8 refactor(ui): improve scss 2020-10-23 13:58:47 +02:00
Fabio ea9b489f5f fix: duplicate header fields on join result tables 2020-10-21 14:58:22 +02:00
Fabio 1658432fd3 feat: support to aliased tables 2020-10-20 13:30:36 +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 053418ee90 refactor(mysql): moved specific queries inside MySQLClient class 2020-10-16 17:26:47 +02:00
Fabio 426628f268 feat: pie chart with table size in database explore bar 2020-10-15 17:22:19 +02:00
Fabio d4ecaf65e5 fix: context menu outside window when near bottom or right edge 2020-10-14 19:32:36 +02:00
Fabio 936de04cd3 refactor: remap of table data object 2020-10-12 18:45:15 +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 9ecd88870d feat: data table autorefresh, closes #36 2020-10-08 18:51:08 +02:00
Fabio 07d1e82325 perf: improved refresh of data tables 2020-10-07 20:42:04 +02:00
Fabio ce25cd0a31 fix: no connection passed to connection's edit modal 2020-10-05 09:21:33 +02:00
Fabio ed5cf0a8e4 refactor: improvements to edit connection modal 2020-10-04 18:32:54 +02:00
Fabio c70e5b422c fix: missing connection name when "ask for crendential" selected 2020-10-04 18:31:40 +02:00
Fabio 0bf2c8dc9d feat: query and data tabs keyboard shortcuts (F5, F9) 2020-10-04 17:32:15 +02:00