mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
Merge pull request #1295 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
eb0c8e02bb
3 changed files with 1 additions and 3 deletions
BIN
public/js/compose.js
vendored
BIN
public/js/compose.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -67,9 +67,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item" v-for="(filter, index) in filters">
|
<li class="nav-item" v-for="(filter, index) in filters">
|
||||||
<div class="p-1 pt-3">
|
<div class="p-1 pt-3">
|
||||||
<div :class="filter[1]" v-on:click.prevent="toggleFilter($event, filter[1])">
|
<img :src="media[carouselCursor].url" width="100px" height="60px" :class="filter[1]" v-on:click.prevent="toggleFilter($event, filter[1])">
|
||||||
<img :src="media[carouselCursor].url" width="100px" height="60px" class="">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<a :class="[media[carouselCursor].filter_class == filter[1] ? 'nav-link text-white active' : 'nav-link text-muted']" href="#" v-on:click.prevent="toggleFilter($event, filter[1])">{{filter[0]}}</a>
|
<a :class="[media[carouselCursor].filter_class == filter[1] ? 'nav-link text-white active' : 'nav-link text-muted']" href="#" v-on:click.prevent="toggleFilter($event, filter[1])">{{filter[0]}}</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue