Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Font Awesome Icons from Web Font to SVG #2395

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e6a8e5d
fingers crossed
saxamaphone69 Aug 4, 2019
b122568
make icons an object
saxamaphone69 Aug 10, 2019
600a8bb
add more icons and start implementing them
saxamaphone69 Aug 10, 2019
1d500b8
hearts now inherit colour so this can be removed
saxamaphone69 Aug 10, 2019
f014a64
switch the hiding and showing svgs accordingly
saxamaphone69 Aug 10, 2019
070142a
downloads, fix up some text on hover, stubs
saxamaphone69 Aug 10, 2019
3b7e304
don't need the span, less html change the better
saxamaphone69 Aug 10, 2019
a23dbfc
shrink the header icons a little
saxamaphone69 Aug 10, 2019
e86c2d2
revert embed html changes
saxamaphone69 Aug 11, 2019
079d1a5
close icons in settings and thread watcher
saxamaphone69 Aug 11, 2019
4c74733
Merge remote-tracking branch 'origin/master' into svgicons
saxamaphone69 Aug 12, 2019
8c1980b
remove mention of fa in make
saxamaphone69 Aug 12, 2019
819ef45
Merge branch 'master' of https://github.com/ccd0/4chan-x into svgicons
saxamaphone69 Aug 12, 2019
fc34476
add icons folder
saxamaphone69 Aug 12, 2019
15537fe
Merge remote-tracking branch 'saxamaphone69/svgicons' into svgicons
saxamaphone69 Aug 12, 2019
3fdec93
add some svgs as a test and move credit mention
saxamaphone69 Aug 12, 2019
1013073
add the rest of the svg icons manually
saxamaphone69 Aug 12, 2019
15ef0fe
also update for prefetching change
saxamaphone69 Aug 12, 2019
b6c4c22
account for new menu icon in catalog
saxamaphone69 Aug 12, 2019
df4dd8f
switch quick md5 filter to use svg too
saxamaphone69 Aug 24, 2019
1156566
account for announcement hiding
saxamaphone69 Aug 30, 2019
e9251be
Merge remote-tracking branch 'ccd0/master' into svgicons
saxamaphone69 Aug 30, 2019
d3a863f
Merge remote-tracking branch 'ccd0/master' into svgicons
saxamaphone69 Sep 14, 2019
287f43f
update
saxamaphone69 Apr 14, 2020
d4689da
revert to eba07e7
saxamaphone69 Apr 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = $(shell node -p "JSON.parse(require('fs').readFileSync('version.json')

source_directories := \
globals config css platform classes site \
Archive Filtering General Images Linkification \
Archive Filtering General Icons Images Linkification \
Menu Miscellaneous Monitoring Posting Quotelinks \
main

Expand All @@ -51,8 +51,6 @@ uses_tests_enabled := \

imports_src/globals/globals.js := \
version.json
imports_src/css/CSS.js := \
node_modules/font-awesome/fonts/fontawesome-webfont.woff
imports_src/Monitoring/Favicon.coffee := \
src/meta/icon128.png

Expand Down
Loading