GabLeRoux / webextensions-history-browser

🕘 Browse your firefox history like a boss.
https://addons.mozilla.org/en-US/firefox/addon/webextensions-history-browser/
MIT License
20 stars 1 forks source link

WIP: replace bower with webpack for #2 #5

Closed GabLeRoux closed 6 years ago

GabLeRoux commented 6 years ago

Todo

I think there's something wrong with my webpack config right now, I can't manage to load fonts. I don't get any failing requests in inspector.

screen shot 2018-02-03 at 11 08 51

I think that is because bootstrap isn't there anymore and all I have is the slate theme manually placed. Once I get this working, I can merge and will submit a version.

GabLeRoux commented 6 years ago

ok I found the problem with loading font with webpack and bootstrap, I need to get bootstrap fonts to be placed in addon/fonts somehow.

GabLeRoux commented 6 years ago

Only one small thing, I don't exactly know why, but the css I use right now breaks the table:

image

I'll just remove the class on the link for now and publish.

GabLeRoux commented 6 years ago

Looks good now:

image