Use bottom sheet for More menu and add copy-button feedback.
Deploy Ladill Meet / deploy (push) Successful in 1m13s

Shared copy-button component shows Copied state on meeting details; mobile More is icon-only and opens the same panel pattern as chat.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 14:56:46 +00:00
co-authored by Cursor
parent 322f96b367
commit 8b43b01dfa
5 changed files with 176 additions and 100 deletions
+2
View File
@@ -1,7 +1,9 @@
import Alpine from 'alpinejs';
import collapse from '@alpinejs/collapse';
import { registerLadillClipboard } from './ladill-clipboard';
Alpine.plugin(collapse);
registerLadillClipboard(Alpine);
// In-app notification bell + dropdown.
Alpine.data('notificationDropdown', (config = {}) => ({