From 13a251250c1a1e015367e304a87dff46e44f1065 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 1 Jul 2026 16:18:21 +0000 Subject: [PATCH] Use icon buttons for mobile leave/end and dashboard meeting actions. Add meet-icons for leave, end, personal, and schedule; dashboard quick actions sit inline with the Meetings heading on small screens. Co-authored-by: Cursor --- public/images/meet-icons/end.svg | 2 ++ public/images/meet-icons/leave.svg | 4 +++ public/images/meet-icons/personal.svg | 2 ++ public/images/meet-icons/schedule.svg | 2 ++ resources/views/meet/dashboard.blade.php | 32 ++++++++++++++++--- .../meet/room/partials/meet-icon.blade.php | 9 ++++-- resources/views/meet/room/show.blade.php | 19 +++++++++-- 7 files changed, 62 insertions(+), 8 deletions(-) create mode 100644 public/images/meet-icons/end.svg create mode 100644 public/images/meet-icons/leave.svg create mode 100644 public/images/meet-icons/personal.svg create mode 100644 public/images/meet-icons/schedule.svg diff --git a/public/images/meet-icons/end.svg b/public/images/meet-icons/end.svg new file mode 100644 index 0000000..2c85809 --- /dev/null +++ b/public/images/meet-icons/end.svg @@ -0,0 +1,2 @@ + + diff --git a/public/images/meet-icons/leave.svg b/public/images/meet-icons/leave.svg new file mode 100644 index 0000000..13c8187 --- /dev/null +++ b/public/images/meet-icons/leave.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/images/meet-icons/personal.svg b/public/images/meet-icons/personal.svg new file mode 100644 index 0000000..885c92b --- /dev/null +++ b/public/images/meet-icons/personal.svg @@ -0,0 +1,2 @@ + + diff --git a/public/images/meet-icons/schedule.svg b/public/images/meet-icons/schedule.svg new file mode 100644 index 0000000..f20ba08 --- /dev/null +++ b/public/images/meet-icons/schedule.svg @@ -0,0 +1,2 @@ + + diff --git a/resources/views/meet/dashboard.blade.php b/resources/views/meet/dashboard.blade.php index e69a223..d69a0bb 100644 --- a/resources/views/meet/dashboard.blade.php +++ b/resources/views/meet/dashboard.blade.php @@ -1,10 +1,34 @@ -
-
-

Meetings

+
+ -
+