Skip to content

Conversation

@February30th
Copy link
Contributor

@February30th February30th commented Oct 24, 2025

Listeners not being closed

Fix home view listeners by moving every listener function into a variable so that it can be later used to remove/close the listener (see https://www.electronjs.org/docs/latest/api/ipc-renderer#ipcrendereroffchannel-listener) for more documentation.

DumpTableV2 Performance

Improve performance by moving the window.Sfdump call into a mouseover event, so that when rendering multiple components it does not hang the main thread while mounting.

Fixes
#487
#488

@luanfreitasdev
Copy link
Member

That was brilliant. Maybe we can improve and put this concept into other places later

@luanfreitasdev luanfreitasdev merged commit a6f43f1 into laradumps:4.x Oct 26, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants