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:

searchPageTableView.module.ts
26 26
import { SearchDataproviderMapModule } from './searchDataproviderMap.module';
27 27
import {AdvancedSearchFormModule} from "./advancedSearchForm.module";
28 28
import {EntitiesSelectionModule} from "./entitiesSelection.module";
29
import {BreadcrumbsModule} from "../../utils/breadcrumbs/breadcrumbs.module";
29 30

  
30 31

  
31 32
@NgModule({
......
33 34
    CommonModule, FormsModule, RouterModule, SearchFormModule, SearchResultsModule, LoadingModalModule,
34 35
    ReportsServiceModule, SearchPagingModule, SearchDownloadModule, ModalModule, PagingModule,
35 36
    DataTablesModule, SearchFilterModule, PiwikServiceModule, HelperModule, ErrorMessagesModule,
36
    Schema2jsonldModule, SEOServiceModule, SearchResultsPerPageModule, SearchDataproviderMapModule, AdvancedSearchFormModule, EntitiesSelectionModule
37
    Schema2jsonldModule, SEOServiceModule, SearchResultsPerPageModule, SearchDataproviderMapModule, AdvancedSearchFormModule, EntitiesSelectionModule, BreadcrumbsModule
37 38
  ],
38 39
  declarations: [
39 40
    SearchPageTableViewComponent

Also available in: Unified diff