ZcashFoundation / zebra-launcher

This repo holds a Tauri app for Zebra to provide a GUI with webviews and a multi-platform installer
0 stars 0 forks source link

Use Tauri v2-beta and SolidJS #1

Closed arya2 closed 9 months ago

arya2 commented 9 months ago

Motivation

We want to use Tauri v2 beta so that the closure we pass to run() receives a RunEvent::Exit before the process restarts where the zebrad process can be killed as cleanup.

We also want to use JS frontend to use the @tauri-apps/api package without wasm-bindings.

Closes https://github.com/ZcashFoundation/zebra/issues/8331. Closes https://github.com/ZcashFoundation/zebra/issues/8332. Closes https://github.com/ZcashFoundation/zebra/issues/8333.

arya2 commented 9 months ago

Styled logs appearance:

image