pgadmin4/web/pgadmin/static
Ashesh Vashi 15c37b620e
Fixed issues reported in #7958
* Fixed issues reported in #7954

- Search wasn't working as we were using the wrong row-index, while
  rendering it.
- Fixed the CSS issue with the alignment of the search input box.
- Pass the row object while rendering the 'DataRow' component, to
  improve the performance as it repeatedly calls the filtering function for each row.
- Changed the order of the validators on a field to prioritize the
  'empty' string validator over the unique-id validator in a
  collection.
- Use 'row.index' instead of rowId, while rendering a grid row
2024-10-01 12:06:59 +05:30
..
bundle Added support for viewing PostgreSQL Server Logs in Text, CSV and JSON formats. #3981 2024-07-03 16:17:29 +05:30
css Upgrade xterm realted packages to the latest @xterm based namespace. 2024-08-14 18:15:03 +05:30
fonts Improvements in the UI for both default and dark themes. Fixes #5133 2020-02-24 14:11:00 +05:30
img Provide an option to set the theme based on the OS theme. #5932 2024-06-12 16:18:37 +05:30
js Fixed issues reported in #7958 2024-10-01 12:06:59 +05:30
vendor/require Fixed code smell 'Prefer using an optional chain expression instead, as it's more concise and easier to read'. 2024-01-25 16:51:40 +05:30
favicon.ico Update the UI logo. Artwork by Chethana Kumar. Fixes #4208 2019-05-23 16:39:10 +01:00