feat: improve video conference UI in EventModal
- Replace 'Meeting link generated' text with 'Join Visio conference' button - Button opens video conference link in new tab when clicked - Use contained variant styling to match Save button appearance - Maintain copy and delete functionality for meeting links
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { useCallback } from "react";
|
||||
import { CalendarApi } from "@fullcalendar/core";
|
||||
import {
|
||||
createEventHandlers,
|
||||
EventHandlersProps,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { useCallback } from "react";
|
||||
import { CalendarApi } from "@fullcalendar/core";
|
||||
import {
|
||||
createViewHandlers,
|
||||
ViewHandlersProps,
|
||||
|
||||
Reference in New Issue
Block a user