pgAdmin 4 commit: Additional Bootstrap 4 fixes:

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Additional Bootstrap 4 fixes:
Date: 2018-10-11 12:24:02
Message-ID: E1gAa0Y-00026y-VC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Additional Bootstrap 4 fixes:

- Calendar control
- Query Tool's Sort/Filter drop down
- Backform hidden controls
- Debugger toolbar

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6991c06937e89ba668d9a41b49febbe4f4e78c6c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/package.json | 4 +-
web/pgadmin/browser/static/js/browser.js | 2 +-
web/pgadmin/browser/static/js/node.js | 4 +-
web/pgadmin/static/css/style.css | 2 +-
web/pgadmin/static/js/backform.pgadmin.js | 22 ++++++----
web/pgadmin/static/js/backgrid.pgadmin.js | 10 ++++-
web/pgadmin/static/scss/_bootstrap.overrides.scss | 5 +++
web/pgadmin/static/scss/_pgadmin.style.scss | 2 +
.../tools/datagrid/templates/datagrid/index.html | 16 ++++---
.../tools/debugger/templates/debugger/direct.html | 4 +-
web/webpack.config.js | 2 +
web/webpack.shim.js | 3 +-
web/webpack.test.config.js | 5 ++-
web/yarn.lock | 49 ++++++++++++++--------
14 files changed, 89 insertions(+), 41 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-10-11 12:24:30 Re: [pgAdmin4][RM3562] Migrate Bootstrap 3 to Bootstrap 4
Previous Message Dave Page 2018-10-11 12:13:18 Re: process_executor.py error