tylp / dairanotes

Dairanotes notes taking app using Tauri
0 stars 0 forks source link

#45 Implement local and remote state #46

Closed tylp closed 1 month ago

tylp commented 1 month ago

Closes #45.

tylp commented 1 month ago

@adrien-nf PR ready. I changed some of the logic to the AppState. Now the network mode is stored in the struct. This removes the use of Arcs and self-referential struct.