diff --git a/changelog.md b/changelog.md
index 5e8d1f5..cd89601 100644
--- a/changelog.md
+++ b/changelog.md
@@ -15,6 +15,21 @@ Update multiple components with shadcn-aligned styling and improved animations
- Added visual separators between tabs for better distinction
- Added subtle hover backgrounds for improved interactivity
- Refactored tabs component code for better maintainability and elegance
+- Updated dees-appui-activitylog with shadcn-aligned styling:
+ - Updated background and text colors to match shadcn palette
+ - Enhanced topbar with better spacing and typography
+ - Improved activity entries with subtle hover states and better spacing
+ - Added activity type icons with color-coded backgrounds (login, logout, view, create, update)
+ - Added date separators ("Today", "Yesterday") for better temporal organization
+ - Enhanced streaming indicators with animated pulse effect
+ - Redesigned searchbox with modern input styling, search icon, and focus states
+ - Added custom scrollbar styling for consistency
+ - Updated timestamps to be more subtle with tabular number formatting
+ - Refined shadow effects for better visual hierarchy
+ - Added subtle box shadow to component for depth
+ - Added fade-in animation for new activity entries
+ - Improved user name highlighting with better typography
+ - Updated context menu with more relevant actions
- Improved overall spacing and visual consistency across components
## 2025-06-27 - 1.10.1 - fix(modal)
diff --git a/ts_web/elements/dees-appui-activitylog.ts b/ts_web/elements/dees-appui-activitylog.ts
index 68defd8..d7d9a32 100644
--- a/ts_web/elements/dees-appui-activitylog.ts
+++ b/ts_web/elements/dees-appui-activitylog.ts
@@ -11,27 +11,46 @@ import {
import * as domtools from '@design.estate/dees-domtools';
import { DeesContextmenu } from './dees-contextmenu.js';
+import './dees-icon.js';
@customElement('dees-appui-activitylog')
export class DeesAppuiActivitylog extends DeesElement {
// STATIC
- public static demo = () => html`