♻️(frontend) generalize transcript notification for all recording types

Convert transcript-specific toast notification into a flexible component
that works with any recording type. Create extensible design that can
accommodate screen recordings and future recording formats. Implementation
is functional though not perfect, with room for future enhancement.
This commit is contained in:
lebaudantoine
2025-04-07 11:08:55 +02:00
committed by aleb_the_flash
parent 32956f495f
commit f596aae1e8
8 changed files with 43 additions and 7 deletions
@@ -25,5 +25,9 @@
"transcript": {
"started": "{{name}} started the meeting transcription.",
"stopped": "{{name}} stopped the meeting transcription."
},
"screenRecording": {
"started": "{{name}} started the meeting recording.",
"stopped": "{{name}} stopped the meeting recording."
}
}