Skip to content

Fix admin activity log feed rendering#2314

Merged
glennjacobs merged 6 commits intolunarphp:1.xfrom
shanebrightbulb:fix-admin-activity-log-feed-rendering
Nov 11, 2025
Merged

Fix admin activity log feed rendering#2314
glennjacobs merged 6 commits intolunarphp:1.xfrom
shanebrightbulb:fix-admin-activity-log-feed-rendering

Conversation

@shanebrightbulb
Copy link
Contributor

This PR fixes 2 issues when rendering the 'Activity Log' component on the order screen in the admin.

The first issue is visible when using Filament Notifications. The z-index of the comment form in the activity log is set to 20 which brings it in front of the Filament notifications sidebar when it is opened.

The second issue is when using dark mode. The date heading in the activity log is using the 'text-gray-300' Tailwind class, however this class isn't generated so the 'date' heading in the activity log is black and cannot be read.

text-gray-300 is omitted from the Tailwind CSS generation for some unknown reason, so it appears black and cannot be seen when in dark mode.
@glennjacobs glennjacobs merged commit a09de92 into lunarphp:1.x Nov 11, 2025
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants