Martin Kavík
Martin Kavík
Basic `TextArea` has been merged in the PR https://github.com/MoonZoon/MoonZoon/pull/92 (based on the PR https://github.com/MoonZoon/MoonZoon/pull/90). Todos / things to consider: - Autoresize. Both horizontal and vertical? (See previous comments.) - Vertical...
@databasedav > expose lower level event handle on `.on_key_down_event` so we can call `event.prevent_default()` to prevent [this behavior](https://discordapp.com/channels/797429007683158046/797429007683158051/974854745539899422) You can access the lower level event from Zoon's `KeyboardEvent`: https://github.com/MoonZoon/MoonZoon/blob/5a1e6dc84c22f3a6e885f36b9c322c9ded6aeed7/crates/zoon/src/element/ability/keyboard_event_aware.rs#L30-L33 It's...
I see OKLab for the first time - probably because it wasn't existing while I was starting with the MZ development. _oklch_ really looks like a better _hsluv_ (based on...
I'm just working on the last missing big part of Zoon API - animations. Then I would like to improve tooling for MZ frontend (build only Zoon app, get rid...
I need to try more different approaches to handling migrations and defining schemas/models/tables to get an idea what really works in practice but don't worry - everything will be defined...
Seed is a "classic" frontend framework - it helps you to manage HTML, CSS and browser APIs in a reasonable way. It follows the Elm architecture and it isn't opinionated...
> Would you say zoon is worth using even if its just managing UI? `@avi` on Discord has written a chat app with Zoon and his custom backend APIs. It's...
> I'm fairly certain this is included in Point 4, but such a huge and important task I'd like to bring it to attention: Document all structs and enums. Perhaps...
UPDATE: `WheelEvent` added - https://github.com/MoonZoon/MoonZoon/pull/28
I was planning to write something similar with [MoonZoon](https://github.com/MoonZoon/MoonZoon), but it no longer looks like a good idea... I see some loading problems and many articles "Article created by Cypress...