Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issues reported in #7958 #7959

Merged
merged 4 commits into from
Oct 1, 2024
Merged

Commits on Sep 23, 2024

  1. Fixed issues reported in pgadmin-org#7954

    - Search wasn't working as we were using 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 was calling the filtering function
      repeatedly for each row.
    - Changed the order of the validators on a field to priortize the
      'empty' string validator over the unique-id validator in a
      collection.
    asheshv committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e33c017 View commit details
    Browse the repository at this point in the history
  2. Fixed the linter issue

    asheshv committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e242884 View commit details
    Browse the repository at this point in the history
  3. Fixed a typo

    asheshv committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2b9f5d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    7efbaa5 View commit details
    Browse the repository at this point in the history