Files
send/app
Donovan Preston 71ea4e74f6 Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server (#918)
* Merge branch 'vnext' of https://github.com/mozilla/send into android-preferences

Fix conflicts

* Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server

* Use a try/catch in case localStorage isn't available, which it isn't in a ServiceWorker
2018-09-06 18:56:04 -04:00
..
2018-08-31 15:15:25 -07:00
2018-08-30 22:10:08 -07:00
2018-08-30 22:10:08 -07:00
2018-08-09 15:58:02 -07:00
2018-08-03 16:11:13 -07:00
2018-08-31 14:30:50 -07:00
2018-08-31 14:30:50 -07:00
2018-08-30 22:10:08 -07:00
2018-09-04 10:41:45 -07:00
2018-08-03 16:10:00 -07:00
2018-08-30 22:10:08 -07:00
2018-08-31 11:43:56 -07:00
2018-08-03 16:11:13 -07:00
2018-03-07 15:01:08 -08:00
2018-08-30 22:10:08 -07:00
2018-08-30 22:10:08 -07:00
2018-08-30 22:10:08 -07:00
2018-07-27 16:40:52 -07:00

Application Code

app/ contains the browser code that gets bundled into app.[hash].js. It's got all the logic, crypto, and UI. All of it gets used in the browser, and some of it by the server for server side rendering.

The main entrypoint for the browser is main.js and on the server routes/index.js gets imported by /server/routes/pages.js

  • pages contains display logic an markup for pages
  • routes contains route definitions and logic
  • templates contains ui elements smaller than pages