You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
corrected maximum size of the response to 500 (686303f)
correctly show empty descriptions in DescriptionWidget (73d8bfd), closes #10
DataContentWidget: Fixed the integration of the frontend variable. Now the DataContentWidget shows the correct amount of data for a specific frontend instance. Also added a second example to the file DataContentWidget.stories.tsx. (74178bb)
DataContentWidget: Fixed the integration of the frontend variable. Now the DataContentWidget shows the correct amount of data for a specific frontend instance. Also added a second example to the file DataContentWidget.stories.tsx. (9e96394)
DescriptionWidget: handle unexpected API response (17e5110)
DescriptionWidget: handle unexpected API response (3fc74d6)
display short_form instead of obo_id in breadcrumbs (d7ddb72)
EntityInfoWidget: make iri prop optional, since ontologies do not need it (890793e)
HierarchyWidget: encode all IRI components (d1e322c)
add number of terms, properties and individuals to data content widget (7bab254)
api: Adapted code for AutocompleteWidget. Also changed the parameter split from ',' to '&'. Additionally added a AutocompleteWidget story with German as a multilinguality use case. Removed unnecessary code(e.g. the variable 'ontology'). Replaced 'parameters' with 'parameter'. (fb84227)
AutocompleteWidget: add onSearchChange and onSearchButtonClick arguments (27e62d1)
AutocompleteWidget: add onSearchChange, onSearchButtonClick and prefill arguments (920f0fc)
AutocompleteWidget: added missing information for the ontology_prefix and the type. This information is important to redirect to the correct resource at the terminology service. (7312299)
AutocompleteWidget: added missing information(ontology_name, type). differ between the label of the suggestion list and the label of the response. Also changed API call to axios. (f646e5a)
AutocompleteWidget: added render Option to show some metadata information in the suggestion list. (0678710)
construct JsonApiWidget, a button that shows the user a query's response JSON (b877060)
SearchResultsListWidget: added a 'targetLink' parameter to the EuiCard. Now it is possible to set and to pass a target link to make a EuiCard clickable. (de1cb59)
SearchResultsListWidget: use new search bar widget (6490c15)
SearchResults: remove empty information and use correct links for ontology results (784ec76)
SearchResults: remove not available ontology iri (1a3ccb7)
styling of OntologyInfoWidget item paragraphs (c916ce3)
TermInfo: add optional show title parameter (c9ea409)
TermInfoWidget: add api call for term infos and display information (001d88c)
TermInfoWidget: replace with EntityInfoWidget, which covers properties and individuals as well (f2792e6)
TermInfoWidget: replace with EntityInfoWidget, which covers properties and individuals as well (1e7a4f5)
TermWidget: specify ontologyID in query and use olsApi (cc456cb)
TitleWidget: also allow usage for ontologies, properties and individuals (6cb58eb)