Skip to content

Commit

Permalink
fix(frontend): style /analysis (not finished)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Oct 2, 2024
1 parent b0d8cb7 commit e5540ba
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions frontend/app/analysis/index/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@

{{#if this.appliedFilters.length}}
{{#if (and (not this._dataCache.length) this.data.isRunning)}}
<div class="empty">
<Empty>
<LoadingIcon />
</div>
</Empty>
{{else}}
{{#if this.data.lastSuccessful.value.length}}
{{#let this.data.lastSuccessful.value as |reports|}}
Expand Down Expand Up @@ -464,22 +464,18 @@
</div>
{{/let}}
{{else}}
<div class="empty" data-test-widen-filters>
<div>
<Empty data-test-widen-filters>
<FaIcon @icon="magnifying-glass" @prefix="fas" />
<h3>0 Results</h3>
<p>Maybe widen your filters</p>
</div>
</div>
</Empty>
{{/if}}
{{/if}}
{{else}}
<div class="empty" data-test-apply-filters>
<div>
<Empty data-test-apply-filters>
<FaIcon @icon="magnifying-glass" @prefix="fas" />
<h3>Apply filters to display reports</h3>
</div>
</div>
</Empty>
{{/if}}
</PagePermission>
{{/if}}

0 comments on commit e5540ba

Please sign in to comment.