pgadmin4/web/pgadmin/static
Joao De Almeida Pereira bc4d16eb83 Initial version of the new tree implementation.
This is the first version of our Tree implementation. At this point is a
very simple tree without no abstractions and with code that eventually
is not very performant, but this is only the first iteration and we are
trying to follow the 'Last Responsible Moment Principle' [1].

Implemention details:
- Creation of PGBrowser.treeMenu
- Initial version of the Tree Adaptor 'pgadmin/static/js/tree/tree.js'
- TreeFake test double that can replace the Tree for testing purposes
- Tests, As an interesting asside because Fake’s need to behave like
  the real object you will noticed that there are tests for this type
  of double and they the same as of the real object.

[1] https://medium.com/@aidanjcasey/guiding-principles-for-an-evolutionary-software-architecture-b6dc2cb24680

Patched by: Victoria && Joao
Reviewed by: Khushboo & Ashesh
2018-05-14 18:00:23 +05:30
..
bundle Refactor server dialogue validation for better unit testing. 2018-03-13 14:47:32 -04:00
css Add the ability to enable/disable UI animations. Fixes #1978 2018-04-03 14:52:13 +01:00
fonts Bundle fonts with pgAdmin so we have a standard set for all platforms. 2017-09-13 16:01:14 +01:00
img Improvements to the Query Results grid: 2017-06-08 13:31:36 +01:00
js Initial version of the new tree implementation. 2018-05-14 18:00:23 +05:30
jsx Add keyboard navigation in Query tool module via Tab/Shift-Tab key. Fixes #2896 2018-01-25 12:27:13 +00:00
scss Fixed layout of the alertify error message in the query tool. Fixes #3310 2018-05-07 16:04:47 +05:30
vendor Un-vendorise React, now that it contains bug fixes we need. 2018-02-19 10:53:54 +00:00
favicon.ico Put the favicon in the right place. 2015-01-20 12:32:44 +00:00