Files
send/app
Donovan Preston 16224b3c02 Fix #1108 Hide email input on signup page so that it doesn't hide par… (#1140)
* Fix #1108 Hide email input on signup page so that it doesn't hide part of the bottom of the page

* Fix #1115 Prevent clicking on the button more than once in a row.

* Show the email input on desktop
2019-02-08 09:44:21 -08:00
..
2018-12-13 11:12:06 -08:00
2018-12-21 11:40:52 -08:00
2018-11-26 10:36:49 -08:00
2018-12-18 13:55:46 -08:00
2018-09-04 10:41:45 -07:00
2019-01-29 12:06:23 -08:00
2018-12-18 13:55:46 -08:00
2018-08-31 11:43:56 -07:00
2018-03-07 15:01:08 -08:00
2018-12-18 13:55:46 -08:00
2019-01-23 15:10:09 -08: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