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:

navigationBar.component.html
29 29
       <div   *ngIf="enableSearch && isEnabled([searchRoute], showPage)"
30 30
              class=" uk-width-large ">
31 31
         <search-bar  [searchPlaceHolder]="searchPlaceHolder"
32
                      [searchRoute]="searchRoute" [properties]="properties"></search-bar>
32
                      [searchRoute]="searchRoute" [properties]="properties" [communityId]="communityId"></search-bar>
33 33
       </div>
34 34
     </div>
35 35
      <div class="uk-navbar-center">
......
152 152
              <div   *ngIf="enableSearch && isEnabled([searchRoute], showPage)"
153 153
                     class="  uk-margin-left uk-width-xlarge ">
154 154
                  <search-bar  [searchPlaceHolder]="searchPlaceHolder"
155
                              [searchRoute]="searchRoute" [properties]="properties"></search-bar>
155
                              [searchRoute]="searchRoute" [properties]="properties" [communityId]="communityId"></search-bar>
156 156
              </div>
157 157
            </div>
158 158
            <div class="uk-navbar-left  uk-visible@m uk-hidden@l ">
......
172 172
              <div   *ngIf="enableSearch && isEnabled([searchRoute], showPage)"
173 173
                     class="uk-width-large  ">
174 174
                <search-bar  [searchPlaceHolder]="searchPlaceHolder"
175
                             [searchRoute]="searchRoute" [properties]="properties"></search-bar>
175
                             [searchRoute]="searchRoute" [properties]="properties" [communityId]="communityId" ></search-bar>
176 176
              </div>
177 177
            </div>
178 178

  

Also available in: Unified diff