Skip to content

Commit

Permalink
Use fontawesome icon for timeline zoom out, remove unused static files (
Browse files Browse the repository at this point in the history
#895)

* Replace zoomout image in timeline with fontawesome icon
* Remove unused icons from static directory
  • Loading branch information
tw4l authored Apr 17, 2024
1 parent 5712945 commit fee14d7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Binary file removed pywb/static/calendar-icon.png
Binary file not shown.
Binary file removed pywb/static/timeline-icon.png
Binary file not shown.
8 changes: 3 additions & 5 deletions pywb/static/vue/vueui.js

Large diffs are not rendered by default.

Binary file removed pywb/static/zoom-out-icon-333316.png
Binary file not shown.
2 changes: 1 addition & 1 deletion pywb/vueui/src/components/TimelineBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@keyup.enter="changePeriod(parents[0])"
:title="getPeriodZoomOutText(parents[0])"
tabindex="1">
<img src="/static/zoom-out-icon-333316.png" /> {{parents[0].getReadableId(true)}}
<i class="fa fa-search-minus"></i> {{parents[0].getReadableId(true)}}
</span>
</span>
&gt;
Expand Down

0 comments on commit fee14d7

Please sign in to comment.