Project

General

Profile

« Previous | Next » 

Revision 58552

[Library|Trunk]

Search:

-Entities Selection: add check if route is enabled
-Delay in result types checkboxes to 2 s
-Use breadcrumb component
-add connect background
-remove space between names in showAuthors component
-Filters:
-message about top 100 always visible
-rename to view all
-change css for search input
-show 100 if results > 95
-view less under the 2nd list
-Search bar:
-select contains all avaliable entities not only search results
-

Landing pages:

-correct issue with pmid in landing
-correct issue with date in cite this
-Hide Addthis:
value in properties

View differences:

result-preview.component.html
6 6
    <span class="uk-width-expand uk-flex-right">
7 7
        <a *ngIf="result.websiteURL && promoteWebsiteURL" href="{{result.websiteURL}}" target="_blank" type="submit"
8 8
           class="uk-float-right uk-button portal-button uk-padding uk-padding-remove-vertical uk-margin-small-left">
9
          <span><span>Go to website</span><span uk-icon="arrow-right"></span></span>
9
          <span><span>Visit repository to deposit</span><span uk-icon="arrow-right"></span></span>
10 10
        </a>
11 11
    </span>
12 12
    <div class="uk-text-small">
......
267 267
</div>
268 268
<!-- Description -->
269 269
<div *ngIf="result.description" class="uk-margin-small-bottom multi-line-ellipsis lines-3">
270
  <p class="uk-text-small">
270
  <p class="uk-text-small uk-text-muted">
271 271
    {{result.description}}
272 272
  </p>
273 273
</div>

Also available in: Unified diff