pgadmin4/web/pgadmin/static/vendor/backgrid
Akshay Joshi 9f836f5433 Fixed following code smells reported by SonarQube:
1) Immediately return this expression instead of assigning it to the temporary variable.
 2) Extract this nested ternary operation into an independent statement.
 3) Expected a `for-of` loop instead of a `for` loop with this simple iteration.
2022-01-18 14:49:54 +05:30
..
backgrid-select-all.css 1) Added labels and titles after parsing and validating all the pgAdmin4 web pages for accessibility. Fixes #4770 2020-01-31 14:21:35 +05:30
backgrid-select-all.js Fixed the SoanrQube code smell 'Variables should not be shadowed'. 2020-07-03 14:33:30 +05:30
backgrid.css Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
backgrid.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30