pgadmin4/web/pgadmin/browser
Akshay Joshi 30d2d1b23e Fixed the following code smells:
1) useState call is not destructured into value + setter pair.
2) A fragment with only one child is redundant.
3) Unnecessary '.apply()' and '.call()'.
4) Expected the Promise rejection reason to be an Error.
2024-04-09 19:18:56 +05:30
..
server_groups Fixed the following code smells: 2024-04-09 19:18:56 +05:30
static Fixed the following code smells: 2024-04-09 19:18:56 +05:30
templates/browser - Update MUI v4 to v5 2024-04-09 08:21:14 +05:30
tests Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
__init__.py - Update MUI v4 to v5 2024-04-09 08:21:14 +05:30
collection.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
register_browser_preferences.py 1) Fix the tabbed panel backward/forward shortcut for tabs. #6808 2024-02-09 16:33:30 +05:30
utils.py Fixed an issue where dependencies and dependents were not showing if a composite type is used as an attribute in another composite type. #7027 2024-02-21 11:18:44 +05:30