send/app
2018-11-05 15:00:35 -08:00
..
ui style updated for chrome 2018-11-05 15:00:35 -08:00
.eslintrc.yml
api.js fixed getFileList when the response isn't OK 2018-09-24 12:23:46 -07:00
archive.js a new approach for the ui 2018-11-01 10:43:43 -07:00
capabilities.js disable capabilities.account when no FXA_CLIENT_ID is set 2018-09-19 12:54:27 -07:00
dragManager.js removed unused code 2018-11-01 10:44:47 -07:00
ece.js
experiments.js
fileManager.js styled dl password input a bit 2018-11-01 10:44:46 -07:00
fileReceiver.js
fileSender.js
fxa.js
keychain.js
main.css style updated for chrome 2018-11-05 15:00:35 -08:00
main.js removed unused code 2018-11-01 10:44:47 -07:00
metrics.js
ownedFile.js
pasteManager.js added password to upload form 2018-11-01 10:44:45 -07:00
readme.md
routes.js style updated for chrome 2018-11-05 15:00:35 -08:00
serviceWorker.js
storage.js
streams.js
user.js removed keys_jwe from local storage 2018-10-08 11:16:06 -07:00
utils.js a new approach for the ui 2018-11-01 10:43:43 -07:00
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