This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
pgadmin4
Watch
3
Star
0
Fork
0
You've already forked pgadmin4
mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced
2025-02-25 18:55:31 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eb89998dc0b5ad461058fb389b4e45245f014032
pgadmin4
/
web
/
pgadmin
/
tools
/
sqleditor
History
Joao Pedro De Almeida Pereira
eb89998dc0
From a visual standpoint, grey highlight makes selection look deselected rather than selected. A brighter color would quickly provide visual feedback on an action.
...
With this patch the color of selected rows look more highlighted.
2017-03-30 22:56:13 -04:00
..
static
/css
From a visual standpoint, grey highlight makes selection look deselected rather than selected. A brighter color would quickly provide visual feedback on an action.
2017-03-30 22:56:13 -04:00
templates
/sqleditor
Modify the web code to allow the Query Tool and Debugger to be opened in new tabs, per settings in Preferences.
Fixes
#1344
2017-03-24 14:43:56 +00:00
__init__.py
Modify the web code to allow the Query Tool and Debugger to be opened in new tabs, per settings in Preferences.
Fixes
#1344
2017-03-24 14:43:56 +00:00
command.py
Fix deletion of rows where the primary key isn't at ordinal zero.
Fixes
#2274
2017-03-24 13:32:56 +00:00