diff --git a/AGENTS.md b/AGENTS.md index 438f931..26a579c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -330,7 +330,7 @@ The project uses a base template system at `labhelper/templates/base.html`. All - Cards: White with subtle shadows **Components:** -- **Navigation**: Glassmorphism effect with blur backdrop +- **Navigation**: Glassmorphism effect with blur backdrop. Desktop (≥769px) shows horizontal menu with dropdown for authenticated user (contains Box Management, Resources, Admin, Logout) - **Buttons**: Gradient backgrounds with hover lift effect - **Cards**: White with rounded corners and box shadows - **Tables**: Gradient headers with hover row effects @@ -352,7 +352,7 @@ The project uses a base template system at `labhelper/templates/base.html`. All - Grid layouts with `repeat(auto-fill, minmax(250px, 1fr))` - Flexbox for component layouts - Breakpoints handled by grid and flex-wrap -- **Navigation**: Responsive navbar with hamburger menu on mobile (≤768px) and full horizontal menu on desktop (≥769px) +- **Navigation**: Responsive navbar with hamburger menu on mobile (≤768px) and horizontal menu with user dropdown on desktop (≥769px). Mobile keeps all items in the dropdown list ### CSS Guidelines @@ -439,6 +439,13 @@ The project uses a base template system at `labhelper/templates/base.html`. All
``` +7. **Icon alignment in lists**: When using icons in list items, use fixed width containers to ensure proper alignment + ```django + + + + ``` + ### Markdown Support The `Thing.description` field supports Markdown formatting with HTML sanitization for security. diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 8bae886..d086e5f 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -27,7 +27,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.054 + image: git.baumann.gr/adebaumann/labhelper:0.055 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/boxes/templates/boxes/resources_list.html b/boxes/templates/boxes/resources_list.html index a939bbd..734f28d 100644 --- a/boxes/templates/boxes/resources_list.html +++ b/boxes/templates/boxes/resources_list.html @@ -18,11 +18,13 @@