send/app
2019-05-03 13:10:56 -04:00
..
ui added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
.eslintrc.yml a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
api.js Really switch the android beta to use send.firefox.com. 2019-03-12 13:59:30 -04:00
archive.js
capabilities.js
controller.js added survey dialog. closes #1307 2019-05-01 09:47:04 -07:00
dragManager.js
ece.js
experiments.js added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
fileReceiver.js
fileSender.js
fxa.js
keychain.js
locale.js reimplemented l10n using dynamic import() (#1012) 2018-11-20 09:50:59 -05:00
main.css added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
main.js added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
metrics.js added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
ownedFile.js
pasteManager.js
readme.md
routes.js
serviceWorker.js
storage.js added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
streams.js
user.js added survey dialog. closes #1307 2019-05-01 09:47:04 -07:00
utils.js
zip.js

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