mathew-kurian / Scribe.js

:scroll: Node.js logging made simple! Online access to logs and more...
https://mathew-kurian.github.io/Scribe.js/
MIT License
284 stars 45 forks source link

Fix main key in package.json that caused node to fail at importing scribe #19

Closed guillaumewuip closed 9 years ago

guillaumewuip commented 9 years ago

See title

mathew-kurian commented 9 years ago

Thanks. Good catch. I have also updated the interface a bit more. Still needs work but I think it should be cleaner now. Take a look and let me know if you have any problems with it.

guillaumewuip commented 9 years ago

The new UI looks amazing ! It's much cleaner and it has an "hacker" style which is very pleasant.

guillaumewuip commented 9 years ago

Maybe just add space between tags. It's not easy to read.

.bck-tag {
   /*...*/
   margin-tag : 2px;
}
mathew-kurian commented 9 years ago

Thanks! I'll add the spacing asap. Can you add the toggle feature? I have posted an issue. I am not good with angular.

— Sent from Mailbox

On Sun, Dec 21, 2014 at 3:56 PM, Guillaume Wuip notifications@github.com wrote:

Maybe just add space between tags. It's not easy to read.

.bck-tag {
   /*...*/
   margin-tag : 2px;
}

Reply to this email directly or view it on GitHub: https://github.com/bluejamesbond/Scribe.js/pull/19#issuecomment-67786533

mathew-kurian commented 9 years ago

@guillaumewuip I have addressed the tag readability like you wanted.

guillaumewuip commented 9 years ago

Thanks @bluejamesbond. You think of #22 for the toggle feature ?