dashboard improvement

This commit is contained in:
2025-05-31 12:53:41 +02:00
parent 36695c1398
commit 90bca4c93b
6 changed files with 71 additions and 48 deletions

View File

@@ -23,6 +23,7 @@
{% from 'components/starred_files.html' import starred_files %}
{% from 'components/trash.html' import trash %}
{% from 'components/trash_type.html' import trash_type %}
{% from 'components/recent_activity.html' import recent_activity %}
<style>
.masonry {
@@ -45,6 +46,7 @@
<div class="masonry">
{{ storage_overview(room_count, file_count, folder_count, total_size) }}
{{ storage_usage(storage_by_type) }}
{{ recent_activity(recent_events, is_admin) }}
{% if current_user.is_admin %}
{{ contacts(recent_contacts) }}