[PR #3730] [MERGED] Update admin interface #20162

Closed
opened 2026-04-25 22:22:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3730
Author: @BlackDex
Created: 7/27/2023
Status: Merged
Merged: 8/31/2023
Merged by: @dani-garcia

Base: mainHead: update-admin-interface


📝 Commits (1)

📊 Changes

16 files changed (+9168 additions, -7742 deletions)

View changed files

📝 src/api/web.rs (+36 -7)
📝 src/static/scripts/admin.js (+78 -7)
📝 src/static/scripts/admin_diagnostics.js (+2 -2)
📝 src/static/scripts/admin_users.js (+9 -5)
src/static/scripts/bootstrap-native.js (+0 -5991)
src/static/scripts/bootstrap.bundle.js (+6313 -0)
📝 src/static/scripts/bootstrap.css (+1789 -604)
📝 src/static/scripts/datatables.css (+27 -20)
📝 src/static/scripts/datatables.js (+59 -34)
📝 src/static/scripts/jquery-3.7.0.slim.js (+788 -1049)
📝 src/static/templates/admin/base.hbs (+51 -7)
📝 src/static/templates/admin/diagnostics.hbs (+3 -3)
📝 src/static/templates/admin/login.hbs (+5 -5)
📝 src/static/templates/admin/organizations.hbs (+2 -2)
📝 src/static/templates/admin/settings.hbs (+3 -3)
📝 src/static/templates/admin/users.hbs (+3 -3)

📄 Description

  • Updated the admin interface dependencies.
  • Replace bootstrap-native with bootstrap
  • Added auto theme with an option to switch to dark/light
  • Some small color changes
  • Added a dev only function to always load static files from disk

🔄 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/3730 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 7/27/2023 **Status:** ✅ Merged **Merged:** 8/31/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-admin-interface` --- ### 📝 Commits (1) - [`83d5432`](https://github.com/dani-garcia/vaultwarden/commit/83d5432cbf89bdf8d6af533ec734785391d61a6b) Update admin interface ### 📊 Changes **16 files changed** (+9168 additions, -7742 deletions) <details> <summary>View changed files</summary> 📝 `src/api/web.rs` (+36 -7) 📝 `src/static/scripts/admin.js` (+78 -7) 📝 `src/static/scripts/admin_diagnostics.js` (+2 -2) 📝 `src/static/scripts/admin_users.js` (+9 -5) ➖ `src/static/scripts/bootstrap-native.js` (+0 -5991) ➕ `src/static/scripts/bootstrap.bundle.js` (+6313 -0) 📝 `src/static/scripts/bootstrap.css` (+1789 -604) 📝 `src/static/scripts/datatables.css` (+27 -20) 📝 `src/static/scripts/datatables.js` (+59 -34) 📝 `src/static/scripts/jquery-3.7.0.slim.js` (+788 -1049) 📝 `src/static/templates/admin/base.hbs` (+51 -7) 📝 `src/static/templates/admin/diagnostics.hbs` (+3 -3) 📝 `src/static/templates/admin/login.hbs` (+5 -5) 📝 `src/static/templates/admin/organizations.hbs` (+2 -2) 📝 `src/static/templates/admin/settings.hbs` (+3 -3) 📝 `src/static/templates/admin/users.hbs` (+3 -3) </details> ### 📄 Description - Updated the admin interface dependencies. - Replace bootstrap-native with bootstrap - Added auto theme with an option to switch to dark/light - Some small color changes - Added a dev only function to always load static files from disk --- <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-04-25 22:22:14 -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#20162