send/app
Aaron 827a35f73e
main.css: Use ::marker to avoid browser console warning
Signed-off-by: Aaron <admin@datahoarder.dev>
2021-05-03 00:13:24 +02:00
..
ui Remove metrics #4 2021-03-15 19:56:51 +01:00
.eslintrc.yml
api.js Remove metrics #4 2021-03-15 19:56:51 +01:00
archive.js
capabilities.js
controller.js Merge branch 'remove-fxa-dialog-on-big-file' into 'master' 2021-03-15 20:15:27 +00:00
dragManager.js
ece.js
experiments.js
fileReceiver.js
fileSender.js
fxa.js
keychain.js
locale.js
main.css main.css: Use ::marker to avoid browser console warning 2021-05-03 00:13:24 +02:00
main.js Remove metrics #4 2021-03-15 19:56:51 +01:00
ownedFile.js
pasteManager.js
qrcode.js added qr code to copyDialog 2020-10-16 18:16:14 +02:00
readme.md
routes.js Remove legal page, add no affiliation text in footer 2021-01-09 19:14:42 +01:00
serviceWorker.js
storage.js
streams.js
user.js Remove obsolete anonymous limits 2021-04-12 15:19:02 +02: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.js is 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