BareRTC/src/lib
Noah 8906e89a51 Refactor some modals and features into components
Move some chat modals into external components:
* LoginModal
* ExplicitOpenModal
* ReportModal
* The Photo Modal was hoisted into the main index.html page, because it is not
  a Vue component and relied on global onclick handlers and the DOM.

Spin off some external JS modules:
* isAppleWebkit moved to lib/browsers.js
* Local Storage management centralized and moved to lib/LocalStorage.js
2023-09-06 23:03:12 -07:00
..
LocalStorage.js Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
browsers.js Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
sounds.js Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00