pgAdmin 4 commit: - Add feature to allow collection header form using C

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: - Add feature to allow collection header form using C
Дата
Msg-id [email protected]
обсуждение исходный текст
Список pgadmin-hackers
- Add feature to allow collection header form using CustomControl. - Framework stability and bug fixes.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9bfef1f6e52f94322f53dea22a4253a2862e19b4
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
web/pgadmin/static/js/SchemaView/DataGridView.jsx  | 68 +++++++++++----
web/pgadmin/static/js/SchemaView/FieldSetView.jsx  |  2 +-
web/pgadmin/static/js/SchemaView/FormView.jsx      | 96 ++++++++++++++--------
web/pgadmin/static/js/SchemaView/base_schema.ui.js |  5 ++
web/pgadmin/static/js/SchemaView/index.jsx         | 32 +++++---
.../js/helpers/DataGridViewWithHeaderForm.jsx      | 92 +++++++++++++++++++++
6 files changed, 231 insertions(+), 64 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed minor issue with merging
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Integer and Numeric inputs fixes.