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

Conversation

asheshv
Copy link
Contributor

@asheshv asheshv commented Sep 23, 2024

  • 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.

- 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 asheshv changed the title Fixed issues reported in #7954 Fixed issues reported in #7958 Sep 23, 2024
@anilsahoo20
Copy link
Contributor

The search box result is wrong.

Expected search box width
Screenshot 2024-09-23 at 3 46 49 PM

Current search box width
Screenshot 2024-09-23 at 3 46 36 PM

@asheshv
Copy link
Contributor Author

asheshv commented Sep 23, 2024

The search box result is wrong.

Expected search box width Screenshot 2024-09-23 at 3 46 49 PM

Current search box width Screenshot 2024-09-23 at 3 46 36 PM

It is not a side effect or bug, but - It has been changed like that intentionally.

@anilsahoo20
Copy link
Contributor

The search box result is correctly displayed.

One remaining issue still not fixed i.e. Note is missing in Existing table>Edit dialog>Partitions tab.

@akshay-joshi akshay-joshi merged commit 15c37b6 into pgadmin-org:master Oct 1, 2024
31 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants