feat: Enhance LogsTable component with mobile support and date handling improvements

- Added mobile-specific date pickers for start and end timestamps in the LogsTable component, improving user experience on mobile devices.
- Updated the input handling for date values to ensure valid date formats are maintained.
- Introduced a new translation key for "时间范围" (Time range) in the English locale file to support localization efforts.
This commit is contained in:
CalciumIon
2024-12-24 15:44:11 +08:00
parent be0c240e97
commit 2ec5eafbce
2 changed files with 54 additions and 18 deletions

View File

@@ -1234,5 +1234,6 @@
"应用更改": "Apply changes",
"更多": "Expand more",
"个模型": "models",
"可用模型": "Available models"
"可用模型": "Available models",
"时间范围": "Time range"
}