Open opencoca opened 3 years ago
wouldn't this go on the API side?
okay. app endpoint done. working on creating the QR Code. will make pull request later
wouldn't this go on the API side?
As we already expose the apps via the API, it's expedient to generate the QR codes client-side rather than send them as images.
Also added support for multiple meeting platforms is: https://github.com/opencoca/lt2d_school/blob/e29692798f1ab4560052b2d6203aaba6695b7c3b/src/pages/meeting/index.vue#L132
We will wait until our TODO on our style framework and our standardized modals is complete.
Modal is almost finished being added to the style framework just running into a minor issue with everything above the button triggering the button https://codepen.io/openco/pen/BjqVEo?editors=1100
that's because its height is set to 100% The button is within the modal container and is taking up the full height of the modal container
I think I might wrap the modal opening and closing into the menu toggles system I'm currently using for simplicity and flexibility
Create a dedicated route to a given room's app
Expose URL to rooms apps and provide QR code for quick access.