Skip to content

Restructure node filters#4020

Merged
jamesarich merged 1 commit into
mainfrom
node_filters
Dec 16, 2025
Merged

Restructure node filters#4020
jamesarich merged 1 commit into
mainfrom
node_filters

Conversation

@poliver

@poliver poliver commented Dec 16, 2025

Copy link
Copy Markdown
Member

In addition to not being type safe, the current implementation is causing inference issues with Kotlin 2.3.0. This PR breaks up the Flow collection a bit to keep things working, but it has its limits (combines are limited to 5 Flows). This screen would be well-suited for Molecule.

@jamesarich jamesarich enabled auto-merge December 16, 2025 21:54
@codecov

codecov Bot commented Dec 16, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.56%. Comparing base (3783a1e) to head (b37b7af).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
.../meshtastic/feature/node/list/NodeListViewModel.kt 0.00% 24 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main   #4020      +/-   ##
========================================
- Coverage   0.56%   0.56%   -0.01%     
========================================
  Files        404     404              
  Lines      24116   24135      +19     
  Branches    3098    3098              
========================================
  Hits         136     136              
- Misses     23959   23978      +19     
  Partials      21      21              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Dec 16, 2025
Merged via the queue into main with commit a4148c9 Dec 16, 2025
8 checks passed
@jamesarich jamesarich deleted the node_filters branch December 16, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants