Junichi Sugiura
Junichi Sugiura
- [x] Design ## Setting up project - [x] Generate website with [Zola](https://github.com/getzola/zola) - [x] Configure Tailwind CSS - Markup & Style - [x] Header - [x] Navigation - [x]...
- [x] Batches - [x] Link to docs - [ ] Link to website (book) - [x] Tryout example - [x] Cheers to Bevy and Dioxus ! - [x] Why...
[MouseEvent | MDN](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent) - Add event lister for mouse event from [initialization script](https://github.com/JunichiSugiura/bevy_dioxus/blob/ff428b75137fc814fb1aa8c0719808e4a5afb784/packages/desktop/src/window.rs#L432) - Add `MouseEvent` struct with json parser to [event](https://github.com/JunichiSugiura/bevy_dioxus/blob/ff428b75137fc814fb1aa8c0719808e4a5afb784/packages/desktop/src/event.rs) mod - Handle `mouse_event` ipc message in [window]("https://github.com/JunichiSugiura/bevy_dioxus/blob/ff428b75137fc814fb1aa8c0719808e4a5afb784/packages/desktop/src/window.rs#L357)...
### Type Feature ### Context [LIVE-784](https://ledgerhq.atlassian.net/browse/LIVE-784) It's the same as https://github.com/LedgerHQ/ledger-live-desktop/pull/4361 but for mobile. ### Parts of the app affected / Test plan 1. Start the [platform-app-test-exchange](https://github.com/LedgerHQ/platform-app-test-exchange) locally (yarn dev)...
### Tasks - [x] Receive `authToken` from `login` widget and store it on Live - [x] Pass `authToken` to `kyc` widget on preload (store inside local storage within WebView) -...
close #87 - [x] List - [ ] Add ## Criteria - Where to store tailwindcss bin? - Where to store config file? ## Resource - https://github.com/mehcode/config-rs - https://github.com/dirs-dev/dirs-rs -...
## Criteria - #80 - #98 - #101 - #108 - #110 - #102 ## Resources - [Clap Tutorial](https://github.com/clap-rs/clap/tree/master/examples/tutorial_derive)
@## Criteria - #75 - #78 - easy to demonstrate how to configure CLI to a project #76 - removes npm dependency by installing [standalone Tailwind CLI](https://tailwindcss.com/blog/standalone-cli) - `build.rs` can...