send/app
2019-09-05 19:04:03 -07:00
..
ui updated tailwindcss to 1.0 2019-06-14 11:37:30 -07:00
.eslintrc.yml
api.js handle websocket construction exceptions 2019-08-09 11:47:44 -07:00
archive.js
capabilities.js disable streaming download on mobile firefox 2019-08-26 10:49:19 -07:00
controller.js updated sentry libs from raven to @sentry 2019-08-09 11:06:21 -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 added download hang detection and error reporting 2019-08-08 13:54:02 -07:00
fileSender.js added size and duration to connection error reporting 2019-08-08 09:52:22 -07:00
fxa.js
keychain.js
locale.js updated deps 2019-07-29 15:26:11 -07:00
main.css updated tailwindcss to 1.0 2019-06-14 11:37:30 -07:00
main.js updated deps 2019-08-26 08:58:34 -07:00
metrics.js added size and duration to connection error reporting 2019-08-08 09:52:22 -07:00
ownedFile.js
pasteManager.js
readme.md
routes.js updated deps 2019-08-26 08:58:34 -07:00
serviceWorker.js wait until serviceWorker activate to precache 2019-09-05 19:04:03 -07:00
storage.js added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
streams.js updated eslint config 2019-08-02 12:03:53 -07:00
user.js added survey dialog. closes #1307 2019-05-01 09:47:04 -07:00
utils.js added survey dialog. closes #1307 2019-05-01 09:47:04 -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