24
1
Fork 0
drop.chapril.org-firefoxsend/app
Danny Coates 787d227761
got webpack production mode running
2018-07-13 11:13:09 -07:00
..
pages adjusted selectbox styles 2018-03-27 23:19:07 -07:00
routes improved background rendering slightly 2018-06-21 11:28:31 -07:00
templates updated to webpack 4 2018-07-12 13:16:02 -07:00
.eslintrc.yml a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
api.js fix download workflow tests 2018-07-11 16:52:46 -07:00
base.css added striped box 2018-06-21 10:32:31 -07:00
dragManager.js ignore some lint warnings 2018-03-01 21:36:45 -08:00
ece.js fix download workflow tests 2018-07-11 16:52:46 -07:00
experiments.js exclude fxios from fxPromo banner. fixes #753 2018-02-15 11:49:41 -08:00
fileManager.js saves stream to file 2018-07-06 15:49:50 -07:00
fileReceiver.js got webpack production mode running 2018-07-13 11:13:09 -07:00
fileSender.js sw 2018-07-05 12:40:49 -07:00
keychain.js saves stream to file 2018-07-06 15:49:50 -07:00
main.css added background image 2018-06-19 12:58:42 -07:00
main.js updated to webpack 4 2018-07-12 13:16:02 -07:00
metrics.js reinstate the 'exited' metric. fixes #653 2018-01-19 15:07:05 -08:00
ownedFile.js some frontend unit tests 2018-02-24 11:21:48 -08:00
readme.md updated docs 2018-03-07 15:01:08 -08:00
serviceWorker.js got webpack production mode running 2018-07-13 11:13:09 -07:00
storage.js sender no longer needs file nonce 2018-01-31 11:12:36 -08:00
utils.js saves stream to file 2018-07-06 15:49:50 -07:00

readme.md

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