github jmasarweh/UniFi-Insights-Plus v1.2.2
v1.2.2 - Persistent Log Type Filters

latest releases: v3.7.0, v3.6.3, v3.6.2...
3 months ago

What's New

Persistent Log Type Filters

Log type filter toggles (firewall, dns, dhcp, wifi, system) now persist across page refreshes. Previously, all toggles reset to enabled on every page load — now your selection is saved to localStorage and restored automatically.

  • Toggle off the log types you don't need — they stay off when you refresh or reopen the tab
  • Clicking Reset clears the saved preference and re-enables all types
  • Gracefully degrades in private/incognito mode: filters work normally during the session but don't persist (no errors)

Note: This feature uses browser localStorage. Filter preferences are per-browser and per-device — they won't sync across different browsers or machines. In incognito/private browsing mode, preferences are not persisted.

Closes #2

Minor Fixes & Housekeeping

  • Fix unused variable warning in backfill.py (direction_backfilled was assigned but never read)
  • Bug report template — corrected OS example from "iOS" to "Windows, macOS, Linux"
  • .gitignore — added ui/package-lock.json
  • CI — added Claude Code GitHub Action for @claude mentions in issues/PRs

Files Changed

  • ui/src/components/LogStream.jsx — localStorage read/write for log_type filter state
  • receiver/backfill.py — remove unused variable
  • .github/ISSUE_TEMPLATE/bug_report.md — fix OS examples
  • .gitignore — ignore package-lock.json

Don't miss a new UniFi-Insights-Plus release

NewReleases is sending notifications on new releases.