mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2c390faa97
--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 |
||
---|---|---|
.. | ||
sample-img | ||
fake-l10n.js | ||
fake-mozLoop.js | ||
index.html | ||
README.md | ||
ui-showcase.css | ||
ui-showcase.js | ||
ui-showcase.jsx |
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.