Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 794cbed57c7dfbdc680e7f1c073edc0be6e247dd https://github.com/pgadmin-org/pgadmin4/commit/794cbed57c7dfbdc680e7f1c073edc0be6e247dd Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths: M docs/en_US/erd_tool.rst M docs/en_US/images/erd_tool_toolbar.png M web/pgadmin/static/css/style.css M web/pgadmin/static/js/Theme/index.jsx A web/pgadmin/static/js/Theme/overrides/pickr.override.js M web/pgadmin/static/js/components/FormComponents.jsx A web/pgadmin/static/js/helpers/withColorPicker.js M web/pgadmin/static/js/utils.js R web/pgadmin/static/scss/_pickr.overrides.scss M web/pgadmin/static/scss/pgadmin.scss M web/pgadmin/tools/erd/static/js/erd_tool/ERDConstants.js M web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx M web/pgadmin/tools/erd/static/js/erd_tool/components/MainToolBar.jsx M web/pgadmin/tools/erd/static/js/erd_tool/nodes/TableNode.jsx M web/regression/javascript/erd/fake_item.js M web/regression/javascript/erd/ui_components/ERDTool.spec.js Log Message: ----------- Added support to specify the background fill color to the table nodes in the ERD tool. #4392