ready and render signals #16
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
'ready' is a command the front end should call to the backend. The backend should not send javascript events until it is ready, it should queue them.
'render' is a flag in pinia which a rust message will turn on. It should stay off until rust has uploaded all of its changes. It disables taking any action on pinia changes that are subscribed to... but it itself is subscribed to and when it goes on the actions then occur.
These should improve performance and responsiveness.
The javascript_is_ready half of this has been implemented.
We have a provisional commit for this, but it didn't seem to make a difference.
Closing.