Enhanced pgAdmin 4 with support for Workspace layouts. #7708

This commit is contained in:
Akshay Joshi
2024-12-16 14:52:56 +05:30
committed by GitHub
parent 4e2fd404c0
commit fe6e21a08b
125 changed files with 4052 additions and 611 deletions
+6 -4
View File
@@ -17,10 +17,12 @@ const Browser = {
Events: new EventBus(),
get_preferences_for_module: ()=>({}),
docker: {
eventBus: new EventBus(),
find: ()=>{},
openTab: ()=>{},
focus: ()=>{},
default_workspace: {
eventBus: new EventBus(),
find: ()=>{},
openTab: ()=>{},
focus: ()=>{},
}
},
onPreferencesChange: ()=>{/*This is intentional (SonarQube)*/},
utils: {