feat(teams): fix checkbox multi-select and improve batch operations UI
- Fix checkbox binding using :model-value instead of :checked - Change selectedIds from Set to reactive array for proper Vue reactivity - Move batch refresh/delete buttons to top bar (matching CardKeysPage layout) - Buttons show selection count like 'Refresh (2)' when items selected - Swap position of 'Add Team' and 'Random Invite' buttons - Remove unused isIndeterminate computed property
This commit is contained in:
2
backend/internal/static/dist/index.html
vendored
2
backend/internal/static/dist/index.html
vendored
@@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>mygo Team</title>
|
||||
<script type="module" crossorigin src="/assets/index-BIETROXK.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-B0FmaMuw.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-C_xOPDav.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user