Mar 1921 save manual search history and results frontend#1636
Draft
william-schlegel wants to merge 15 commits into
Draft
Mar 1921 save manual search history and results frontend#1636william-schlegel wants to merge 15 commits into
william-schlegel wants to merge 15 commits into
Conversation
…ingFreeformSearchDto structure
- Introduced new components for string, email, phone, country, link, and date visualizations. - Enhanced the StringCountryComponent to conditionally display country names. - Added a PropertyContainer component in EntityProperties for better property handling. - Updated property metadata to include formats for various data types. - Added a new 'dot' icon to the icon library for UI enhancements.
… and UI - Updated DataField components to support optional children in StringCodeComponent and added monospaced formatting in DateDatetimeComponent. - Refactored EntityProperties to utilize a new IconDot component for better visual consistency. - Improved MatchDetails and FamilyDetail components to handle family relationships more effectively, including deduplication of relationships. - Introduced isDisplayableTopic utility in TopicTag to filter out non-displayable topics. - Adjusted layout in FreeformMatchCard and MemberShip components for better responsiveness. - Enhanced ExpandableGroupTagLine to manage item visibility more effectively based on container width.
* openapi for the new results save & get endpoints * add missing rows in core api yaml * rework dtos * openapi clarification * openapi clarification * last fix on filter dto for manual searches
…tiple languages. - Work on ViewSavedResults to display search inputs and filter
truncate urls in the cards to improve readability
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.
Free form search API change
Match details update