mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 00:36:08 +03:00
[PR #1545] [MERGED] Access log dark mode font #1332
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/0xJacky/nginx-ui/pull/1545
Author: @0xJacky
Created: 2/6/2026
Status: ✅ Merged
Merged: 2/7/2026
Merged by: @0xJacky
Base:
dev← Head:cursor/access-log-dark-mode-font-dfdc📝 Commits (5)
37dba3cfix: adapt access log dashboard font color for dark modea917f8bfix: adapt ECharts map color schemes for dark mode294c600fix: adapt ECharts tooltip popup container for dark modec40c894fix: improve visualMap color bar visibility in dark modef6378c1fix: adapt ApexCharts tooltip popup for dark mode in UV/PV charts📊 Changes
4 files changed (+88 additions, -8 deletions)
View changed files
📝
app/src/views/nginx_log/dashboard/components/ChinaMapChart/ChinaMapChart.vue(+42 -4)📝
app/src/views/nginx_log/dashboard/components/DailyTrendsChart.vue(+1 -0)📝
app/src/views/nginx_log/dashboard/components/HourlyChart.vue(+1 -0)📝
app/src/views/nginx_log/dashboard/components/WorldMapChart/WorldMapChart.vue(+44 -4)📄 Description
Fix dark mode font color for map chart titles in the access log dashboard.
The previous
text-gray-800class was hardcoded, preventing the "Top 10 Countries / Regions" and "Top 10 Provinces / Regions" titles from adapting to dark mode. The new.table-titleclass usesvar(--ant-color-text)to ensure proper theme adaptation.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.