feat: Node page - List Auto Hide when not in view | Auto hide battery & hop labels#274
Open
ItsLimitlezz wants to merge 16 commits intomeshtastic:masterfrom
Open
feat: Node page - List Auto Hide when not in view | Auto hide battery & hop labels#274ItsLimitlezz wants to merge 16 commits intomeshtastic:masterfrom
ItsLimitlezz wants to merge 16 commits intomeshtastic:masterfrom
Conversation
Added a description emphasizing the faster and more streamlined nature of the library.
Add additional information about T-DECK and credits.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This modification enables the nodes to be hidden when they are not visible in MUI. This optimization helps in conserving resources and enhancing the speed of the nodes’ pages. Additionally, it includes automatic hiding for battery and Hop Data. This modification has been tested on the T-Deck Plus running Firmware 2.7.19. After restoring messages and loading the nodes, it significantly speeds up the device by approximately 1 minute. The modification was primarily vibe coded, but it was tested across three users with the T-Deck Plus running MUI. All users were using the same firmware version. The only difference was that these users also had the virtual keyboard removed and other MUI modifications.
I attempted deleting nodes, and the results were incredibly fast. It eliminated all lag, but that caused MUI to crash because other pages were accessing the nodes page instead of a separate list. Although it now fully hides out of view the issues still prevails of lag due the sheer number of objects that exist on the nodes pages. Between Long name, short name, icon, and border that accounts for 1000 objects it has on that page.