pgadmin4/web/pgadmin/static/scss
Yosry Muhammad 710d520631 Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. Fixes #1760
When a query is run in the Query Tool, check if the source of the columns
can be identified as being from a single table, and that we have all
columns that make up the primary key. If so, consider the resultset to
be editable and allow the user to edit data and add/remove rows in the
grid. Changes to data are saved using SAVEPOINTs as part of any
transaction that's in progress, and rolled back if there are integrity
violations, without otherwise affecting the ongoing transaction.

Implemented by Yosry Muhammad as a Google Summer of Code project.
2019-07-17 11:45:20 +01:00
..
resources Update the UI logo. Artwork by Chethana Kumar. Fixes #4208 2019-05-23 16:39:10 +01:00
_aci_tree.overrides.scss Fixed alignment of tree arrow icons for Internet Explorer. Fixes #3871 2019-01-21 17:40:05 +05:30
_alert.scss Handle backend errors properly and display them correctly on GUI for Grant Wizard 2019-01-30 16:39:34 +05:30
_alertify.overrides.scss Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. Fixes #1760 2019-07-17 11:45:20 +01:00
_backform.overrides.scss Set the background colour for backform notes, and add an icon. Fixes #3948 2019-02-18 16:59:39 +00:00
_backgrid.overrides.scss Allow keyboard navigation of all controls on subnode grids. Partially fixes #3919 2019-07-11 10:14:01 +01:00
_bootstrap.overrides.scss Allow the UI layout to be fully locked or to prevent docking changes. Fixes #2653 2019-05-31 11:51:30 -04:00
_bootstrap4-toggle.overrides.scss 1) Fix alignment of import/export toggle switch. Fixes #3963 2019-02-06 16:49:36 +05:30
_codemirror.overrides.scss Change the CodeMirror active line background colour to $color-danger-lighter so it doesn't conflict with the selection colour. Fixes #4073 2019-03-13 16:04:26 +00:00
_pgadmin.grid.scss Fixed controls alignment responsiveness to docker size change. 2019-01-17 18:20:12 +05:30
_pgadmin.style.scss Fix some minor UI issues on IE11. Fixes #4462 2019-07-12 10:06:30 +01:00
_select2.overrides.scss Fix alignment of submenu for Internet Explorer. Fixes #3932 2019-02-01 17:55:38 +05:30
_webcabin.pgadmin.scss Enlarge the grab handles for resizing dialogs etc. Fixes #4063 2019-03-25 07:50:55 -04:00
pgadmin.scss Replace Bootstrap switch with Bootstrap4 toggle to improve the performance. Fixes #3051 2019-02-04 11:31:48 +05:30