Skip to content

Commit fd12dcd

Browse files
docs: remove password manager mention from README
1 parent 3f2fe2c commit fd12dcd

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
- 💬 Internal chats and collaboration tools
66
- ☁️ Private file cloud (via `vault-cloud`)
7-
- 🔐 Built-in password manager
87
- 🧑‍💻 User and session management
98

109
## Project Structure

frontend/src/app/pages/cloud/cloud.component.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<div class="cloud-container bg-gray-50 min-h-screen p-2 sm:p-3">
22
<!-- Header -->
33
<div class="flex justify-between items-center mb-1 sm:mb-2">
4-
<h1 class="text-base sm:text-lg font-semibold text-gray-800">
5-
Cloud Page
6-
</h1>
4+
<h1 class="text-base sm:text-lg font-semibold text-gray-800">Cloud Page</h1>
75
<button
86
(click)="reloadRootFolder()"
97
class="px-1.5 py-0.5 sm:px-2 sm:py-1 bg-gray-300 text-gray-800 text-xxs sm:text-xs rounded hover:bg-gray-400 transition"

0 commit comments

Comments
 (0)