Project

General

Profile

« Previous | Next » 

Revision 58326

[Trunk | Library]:
1. rangeFilter.component.html: Disable button if form is invalid or not dirty (unchanged).
2. loading.component.ts: Added loading gif and <ng-content>.
3. searchResult.component.html: Add class "uk-margin-top" in <ul> (in order to align filters and results).
4. searchFilter.component.html: [Bug fix] class in <ng-container> does nothing. Move class="uk-animation-fade filterItem searchFilterItem uk-text-small" to <div> element (in view more).
5. newSearchPage.component.ts: Close offcanvas for filters (in small screens) when query changes.
6. newSearchPage.component.html: Align filters and results | Use same code for filters in all screens (<ng-template #filters_column>).

View differences:

loading.component.ts
11 11
        <div class="uk-modal-body">
12 12
          <div >
13 13
          <h4 class="text-center" >{{message}}</h4>
14
          <div class="uk-modal-spinner"></div>
14
<!--          <div class="uk-spinner"></div>-->
15
            <div class="uk-animation-fade uk-margin-top  uk-width-1-1" role="alert">
16
              <span class="loading-gif  uk-align-center" ></span>
17
            </div>
18
            <ng-content></ng-content>
19

  
15 20
          </div>
16 21
        </div>
17 22

  

Also available in: Unified diff