BareRTC/src
Noah Petherbridge 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
..
assets Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
components Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
lib Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
App.vue Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
main.js Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00