nothing significant. just docs and comments and cleanup. slowly making progress planning wise into loading the history at launch.
the idea is to use a custom Tauri IPC Channel for incrementally streaming data to the frontend on app start. channels are supposedly faster for this and are meant for continuous messages like this in comparison to events. from the Tauri docs:
Channels are designed to be fast and deliver ordered data. They are used internally for streaming operations such as download progress, child process output and WebSocket messages.
i may implement a lazy loading system if i feel like it.
i have nothing interesting to show so have a squirrel again
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.