-
Notifications
You must be signed in to change notification settings - Fork 0
Carpeater Filter #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Carpeater Filter #177
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ee4b680
Add carpeater filter UI and functionality to ignore specific repeaters
MrAlders0n efdff74
Enhance carpeater filter UI with additional information modal and imp…
MrAlders0n 9e8bad8
Refactor carpeater filter UI: enhance checkbox styling and input beha…
MrAlders0n 8a05f00
Refactor carpeater filter UI: update label text and improve checkbox …
MrAlders0n 103aeda
Enhance carpeater filter UI: improve checkmark visibility on load and…
MrAlders0n d5a1e6c
Update MAX_RX_RSSI_THRESHOLD to improve filtering of close/interferin…
MrAlders0n 3cfa201
Add RSSI validation for carpeater failsafe and enhance carpeater info…
MrAlders0n 6721b1a
Fix carpeater error log to use RSSI drop count instead of packet drop…
MrAlders0n 3aa9df1
Update MAX_RX_RSSI_THRESHOLD to enhance filtering of close/interferin…
MrAlders0n cefc593
Update carpeater info link to enhance functionality and styling
MrAlders0n 9a6124a
Add event listeners for Carpeater Info modal interactions
MrAlders0n fbca45e
Enhance Carpeater Info Modal styling for improved visibility and user…
MrAlders0n 6e4bd88
Refactor modal display logic and improve styling
MrAlders0n 3ac3b18
Update MAX_RX_RSSI_THRESHOLD to improve filtering of close/interferin…
MrAlders0n 74daf70
Rename function to improve clarity in carpeater RSSI error logging
MrAlders0n e4e909f
Update version badge in README to reflect version 1.8.4
MrAlders0n 8a02b45
Update MAX_RX_RSSI_THRESHOLD to enhance filtering of close/interferin…
MrAlders0n File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,3 @@ | ||
| @import "tailwindcss"; | ||
| @import "tailwindcss/base"; | ||
| @import "tailwindcss/components"; | ||
| @import "tailwindcss/utilities"; | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This represents a major version downgrade from Tailwind CSS v4.1.18 to v3.4.19. The import syntax has been changed from the v4-style single import to the v3-style triple import pattern. While this change appears intentional and the generated CSS file has been updated to match, this is a significant infrastructure change that could affect future styling. Consider documenting the reason for this downgrade in the PR description or commit message, especially if it's related to compatibility issues or build tool constraints.