BareRTC/src/components
Noah d8cb1c7c11 Refactor more Vue components
Spin out components for:
* MessageBox: draw a chat message in the chat history panel as well as reused
  in the Report Modal.
* WhoListRow: provides a consistent UX for the Who List and Watching tab. On
  the Watching tab, the video button is replaced with the boot from video.

Other changes:
* Move VideoFlag into its own separate ES module.
* Emoji available reactions are moved into MessageBox.
* On WhoListRow: usernames are clickable to also open their profile page.
* On WhoListRow: the Watching tab is now sortable and follows the user's
  sort selection like the Online tab does.
2023-09-07 19:24:26 -07:00
..
icons Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
ExplicitOpenModal.vue Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
HelloWorld.vue Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
LoginModal.vue Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
MessageBox.vue Refactor more Vue components 2023-09-07 19:24:26 -07:00
ReportModal.vue Refactor more Vue components 2023-09-07 19:24:26 -07:00
TheWelcome.vue Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
WelcomeItem.vue Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
WhoListRow.vue Refactor more Vue components 2023-09-07 19:24:26 -07:00