There was an error while loading. Please reload this page.
1 parent 3f2fe2c commit fd12dcdCopy full SHA for fd12dcd
2 files changed
README.md
@@ -4,7 +4,6 @@
4
5
- 💬 Internal chats and collaboration tools
6
- ☁️ Private file cloud (via `vault-cloud`)
7
-- 🔐 Built-in password manager
8
- 🧑💻 User and session management
9
10
## Project Structure
frontend/src/app/pages/cloud/cloud.component.html
@@ -1,9 +1,7 @@
1
<div class="cloud-container bg-gray-50 min-h-screen p-2 sm:p-3">
2
<!-- Header -->
3
<div class="flex justify-between items-center mb-1 sm:mb-2">
- <h1 class="text-base sm:text-lg font-semibold text-gray-800">
- Cloud Page
- </h1>
+ <h1 class="text-base sm:text-lg font-semibold text-gray-800">Cloud Page</h1>
<button
(click)="reloadRootFolder()"
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