humane-js icon indicating copy to clipboard operation
humane-js copied to clipboard

First cut at an 'additional messages' display

Open harold opened this issue 11 years ago • 3 comments

test like

humane.showAdditional = true
for( var i=0; i<3; i++ ) humane.log("メッセージ")

harold avatar Jun 13 '14 19:06 harold

tada --- I didn't have much time to absorb the code, but what's here works for us, and we'll likely move forward with it for the time being. Apologies if I violated any mores of the codebase, and thanks again!

harold avatar Jun 13 '14 19:06 harold

The concept works great, thanks for this. Although I don't think this would work with multiple instances and the inline styles could be moved to the themes themselves.

attila avatar Mar 26 '15 12:03 attila

Hi @attila,

You're welcome. It has worked well for us too (for almost a year now, wow time goes fast).

I don't know what "multiple instances" is, but hopefully for someone with more familiarity with the internals of humane it would not be hard to adapt the changes.

The inline styles were indeed a quick hack to make the commit small-as-possible and should be amended to play nicely with themes.

Thanks for your feedback. Take care.

harold avatar Apr 16 '15 21:04 harold