Problem description
Customize the Search page /search following the TUL design manual and Vanilla DSpace default Search page.
Comparison:
Vanilla DSpace Search page looks like this:

CLARIN-DSpace Item View like this:

The main difference is that searched Items are wrapped into custom component clarin-item-view-box component instead of standard Vanilla result view.
Actual TUL Item View:

Changed components
During upgrading Vanilla DSpace Item View to CLARIN-DSpace Item View these components was changed:
src/app/shared/object-list/object-list.component.html
search-page.component.html
PRs where the changes were done:
Problem description
Customize the Search page
/searchfollowing the TUL design manual and Vanilla DSpace default Search page.Comparison:
Vanilla DSpace Search page looks like this:

CLARIN-DSpace Item View like this:

The main difference is that searched Items are wrapped into custom component
clarin-item-view-boxcomponent instead of standard Vanilla result view.Actual TUL Item View:

Changed components
During upgrading Vanilla DSpace Item View to CLARIN-DSpace Item View these components was changed:
src/app/shared/object-list/object-list.component.htmlsearch-page.component.htmlPRs where the changes were done: