webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.37k stars 214 forks source link

Use fontawesome icon for timeline zoom out, remove unused static files #895

Closed tw4l closed 5 months ago

tw4l commented 6 months ago

Fixes #876

Description

This fixes a problem where the path to a zoom out icon was hardcoded to /static by replacing that icon entirely with a fontawesome icon, consistent with the other icons in the Vue header.

Additionally, a few unused static images that are not being used in the app are removed.

Screenshots (if appropriate):

New fontawesome icon:

Screen Shot 2024-04-04 at 2 00 08 PM

Types of changes

Checklist:

tw4l commented 6 months ago

One more quick patch release change for you to review, @ikreymer :)

Quirinus commented 5 months ago

Thanks!