gecko/browser/components/loop/ui
Nicolas Perriault 2c390faa97 Bug 1093620 - Using a single root store for Loop rooms. r=Standard8
--HG--
rename : browser/components/loop/content/shared/js/localRoomStore.js => browser/components/loop/content/shared/js/activeRoomStore.js
rename : browser/components/loop/content/shared/js/roomListStore.js => browser/components/loop/content/shared/js/roomStore.js
rename : browser/components/loop/test/shared/localRoomStore_test.js => browser/components/loop/test/shared/activeRoomStore_test.js
rename : browser/components/loop/test/shared/roomListStore_test.js => browser/components/loop/test/shared/roomStore_test.js
2014-11-05 13:59:46 +00:00
..
sample-img Bug 1048938 - Part 1 of visual uplift, patch by loop frontend-ers; r=dmose 2014-08-27 10:46:44 -07:00
fake-l10n.js Bug 974873 - Add feedback form to Loop standalone conversation window. r=Standard8 2014-09-22 13:40:57 +01:00
fake-mozLoop.js Bug 1074680 - Create a Loop room, r=Standard8. 2014-10-31 16:28:33 +01:00
index.html Bug 1093620 - Using a single root store for Loop rooms. r=Standard8 2014-11-05 13:59:46 +00:00
README.md
ui-showcase.css Bug 1074676 - Allow deleting a Loop room. r=Standard8 2014-11-03 21:53:56 +00:00
ui-showcase.js Bug 1093620 - Using a single root store for Loop rooms. r=Standard8 2014-11-05 13:59:46 +00:00
ui-showcase.jsx Bug 1093620 - Using a single root store for Loop rooms. r=Standard8 2014-11-05 13:59:46 +00:00

Loop UI Components Showcase

This app file showcases all Loop's view components.

If you want to modify the app, launch the following command:

browser/components/loop/build-jsx --watch

And start editing the ui-showcase.jsx file.