(frontend) add meeting info side panel with copy functionality

Implement new side panel that provides easy access to meeting information
with copy/paste capabilities. Introduces xs text size to accommodate longer
URLs. Panel includes space for future documentation links about meeting
functionality. Addresses direct user requests for simpler sharing of meeting
details.
This commit is contained in:
lebaudantoine
2025-04-17 22:00:56 +02:00
committed by aleb_the_flash
parent d1a17d2aa9
commit a5fb3b910f
11 changed files with 214 additions and 8 deletions

View File

@@ -397,6 +397,12 @@ const config: Config = {
lineHeight: '1.25rem',
},
},
xs: {
value: {
fontSize: '0.825rem',
lineHeight: '1.15rem',
},
},
badge: {
value: {
fontSize: '0.75rem',