mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
Add temperature chart filtering (#430)
- Refactored ContainerFilterBar to accept a dynamic store prop. - Updated filtering logic in ContainerChart to be case-insensitive.
This commit is contained in:
@@ -38,6 +38,9 @@ $userSettings.subscribe((value) => {
|
||||
/** Container chart filter */
|
||||
export const $containerFilter = atom("")
|
||||
|
||||
/** Temperature chart filter */
|
||||
export const $temperatureFilter = atom("")
|
||||
|
||||
/** Fallback copy to clipboard dialog content */
|
||||
export const $copyContent = atom("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user