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:

quick-selections.component.ts
123 123
      });
124 124
    }
125 125
    this.resultTypesObs  = this.clicks.pipe(
126
      debounceTime(1000)
126
      debounceTime(2000)
127 127
    ).subscribe(e =>{this.actuallyChanged()} );
128 128

  
129 129
  }

Also available in: Unified diff