heapwolf/levelui

first screen looks funky

Closed this issue · 7 comments

CSS issues. Should be pretty easy to fix. Thanks!

screen shot 2014-12-01 at 09 01 01

It actually looks like a javascript error. Can you check to see if there is
console output by launching the inspector from the menu?

Just this:

[27289:1201/153120:INFO:CONSOLE(59)] "Uncaught LevelUPError: Installed version of LevelDOWN (1.0.0) does not match required version (~0.10.0)", source: /Users/yoshuawuyts/src/hij1nx/levelui/node_modules/levelup/lib/util.js (59)
[27293:1201/153136:INFO:renderer_main.cc(204)] Renderer process started

Ah! Ok, I know what's wrong. I need to fork levelup.

hahaha, oh god.

so much for a 'css fix'

ok, so basically, it was just that the levelup module was not requiring the correct leveldown module. This should be fixed now. Thanks for opening the issue! 👍

Oooh, it looks pretty. Thanks!