Skip to content

[LOCKLITE-71] Add users multiselect in create vault modal#148

Merged
vbetsch merged 4 commits intodevelopfrom
ui/feat/71-create-vault-with-members
Aug 21, 2025
Merged

[LOCKLITE-71] Add users multiselect in create vault modal#148
vbetsch merged 4 commits intodevelopfrom
ui/feat/71-create-vault-with-members

Conversation

@vbetsch
Copy link
Owner

@vbetsch vbetsch commented Aug 21, 2025

No description provided.

@vbetsch vbetsch requested a review from Copilot August 21, 2025 22:14
@vbetsch vbetsch self-assigned this Aug 21, 2025
@vbetsch vbetsch added the ui About templating and styling label Aug 21, 2025
@vercel
Copy link

vercel bot commented Aug 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
locklite Ready Ready Preview Comment Aug 21, 2025 10:20pm

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a user multiselect feature to the create vault modal, allowing users to select members when creating a new vault. The implementation includes UI updates, data model changes, and mock gateway modifications to support the new functionality.

  • Extends the create vault payload to include a members array
  • Adds an AvatarMultiSelect component to the vault creation modal
  • Updates the mock gateway to use the provided members instead of an empty array

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
create-vault.payload.dto.ts Adds members field to the CreateVaultPayloadDto type
AddVaultModal.tsx Integrates AvatarMultiSelect component and member selection logic
mock.vaults.gateway.ts Updates mock implementation to use provided members

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@vbetsch vbetsch merged commit 3fd75e4 into develop Aug 21, 2025
6 checks passed
@vbetsch vbetsch deleted the ui/feat/71-create-vault-with-members branch August 21, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui About templating and styling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants