[PR #7051] [MERGED] Fix Send icons #36994

Closed
opened 2026-07-13 21:31:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/7051
Author: @BlackDex
Created: 4/2/2026
Status: Merged
Merged: 4/5/2026
Merged by: @dani-garcia

Base: mainHead: fix-send-display


📝 Commits (1)

📊 Changes

1 file changed (+11 additions, -0 deletions)

View changed files

📝 src/db/models/send.rs (+11 -0)

📄 Description

Send uses icons to display if it is protected by password or not. Bitwarden has added a feature to use email with an OTP for newer versions. Vaultwarden does not yet support this, but this commit adds an Enum with all 3 the options.

The email option currently needs a feature-flag and newer web-vault/clients.

For now, this will at least fix the display of icons.

Fixes #6976


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/7051 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 4/2/2026 **Status:** ✅ Merged **Merged:** 4/5/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-send-display` --- ### 📝 Commits (1) - [`eb2bce3`](https://github.com/dani-garcia/vaultwarden/commit/eb2bce306d6a9e69100ede6fe31fe1db7cf944aa) Fix Send icons ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/send.rs` (+11 -0) </details> ### 📄 Description Send uses icons to display if it is protected by password or not. Bitwarden has added a feature to use email with an OTP for newer versions. Vaultwarden does not yet support this, but this commit adds an Enum with all 3 the options. The email option currently needs a feature-flag and newer web-vault/clients. For now, this will at least fix the display of icons. Fixes #6976 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-13 21:31:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#36994