Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces mobile-responsive UI enhancements across several views, adds a searchable sidebar navigation, and includes a new standard column (organizationid) in the generator metadata.
- Introduce a search bar with entity filtering and text highlighting in the sidebar
- Update responsive styling and typography for Relationships, Keys, and Attributes components
- Add
organizationidfield to default metadata descriptions and adjust release workflow to commit version changes
Reviewed Changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Website/components/datamodelview/SidebarDatamodelView.tsx | Added a search input, group auto-expansion, and highlighting |
| Website/components/datamodelview/Relationships.tsx | Updated filter bar and table header styling for mobile |
| Website/components/datamodelview/Keys.tsx | Updated key search bar and table column styling |
| Website/components/datamodelview/Attributes.tsx | Updated attribute search/filter bar and table styling |
| Website/components/attributes/*.tsx | Standardized typography and responsive classes throughout |
| Generator/MetadataExtensions.cs | Added organizationid to default English and localized fields |
| .github/workflows/release.yml | Switched from PR-based to commit-based manual release workflow |
Comments suppressed due to low confidence (2)
Website/components/datamodelview/SidebarDatamodelView.tsx:36
- New search filtering logic in the sidebar isn't covered by existing tests. Consider adding unit or integration tests to verify search term handling, group expansion, and highlighting behavior.
const handleSearch = (term: string) => {
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…/DataModelViewer into patch/misc-changes-01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes