haushinka2dx / atmosphere-web

1 stars 2 forks source link

enabled to cancel(remove) messages that are sent just before #34

Closed haushinka2dx closed 10 years ago

haushinka2dx commented 10 years ago

Overview

Added the function to cancel(remove) messages that are sent just before.

Explanation

Sent notification and canceled message notification

The color of mark is GREEN means Success.

atmosphere-sent-and-cancelled

Error notification

The color of mark is RED means Error.

atmosphere-send-failed

Remarks

The library to show notification was changed from jGrowl into Messenger, so the design of notification was also changed.

kannokanno commented 10 years ago

ほえー面白いですね。 動作は問題ありませんでした。

コードはsuccesserrorを文字列で渡しているところをshowSuccessNotifyみたいにして 関数で分けてもいいかなと思いましたが、強いこだわりはないです。

haushinka2dx commented 10 years ago

確かにそうですね。 というか myutil.js に実装すべきな気がしてきました。

haushinka2dx commented 10 years ago

ということで移動しました。 error, success も渡さないようにしてます。

kannokanno commented 10 years ago

あざっす!おっけーです!

haushinka2dx commented 10 years ago

thanks