🎉 leptos-book-l10n is published!
🚀 Preview:
https://projects.localizethedocs.org/leptos-book-l10n
🌐 Crowdin:
https://localizethedocs.crowdin.com/leptos-book-l10n
🐙 GitHub:
🎉 leptos-book-l10n is published!
🚀 Preview:
https://projects.localizethedocs.org/leptos-book-l10n
🌐 Crowdin:
https://localizethedocs.crowdin.com/leptos-book-l10n
🐙 GitHub:
I'm working to build accessibility into my new PALchemy app from release 0.1.0.
I'm using the Stylance crate to make composable themes - the plan is to support a few different palettes for different kinds of color blindness, but also follow the rule of never indicating state by color alone.
Since we are rendering our DIP chip interface as SVG, we can arbitrarily scale it as large as the user wants with an overall UI scale factor. The position and size of the DOM control elements to the sides of the pins is now dynamically calculated from the base DIP scale.
Keyboard navigation is also supported, with tab and shift-tab working as expected to move you through the interactable controls.
@dcz @slint OK, something I tries in #Leptos.
You need to follow some examples or implement something based on `GridLayout`. Oliver gave some hints in https://github.com/slint-ui/slint/discussions/5147
I gave #agentic #vibe coding a go today.🤔
Free Copilot models are useless, beyond repair...
Had chance to run GPT 5.2 Extended... once (burnt my free credits with one prompt). I got 70% of what I wanted in #Leptos, but it created doubtful code I need to understand. It needed good several minutes to generate. I fixed one slop already - unnecessary nested complication in view implementation, it looks there's more to look after.
I'd like to check #Claude #Opus, but I don't want burn #money. 1/2
There's #ratatui #dioxus #yew #leptos and so on and so forth...
You know what I wonder? Why are there no libraries for full views for any of those? Like... A complete thing I can import to have a view to analyze the logging of my app (there's only one for Ratatui, but I haven't found something like that for the others).
Or a View for analyzing traces, something like Tracy, that I can import and embed in my app.
Or a view that I can embed to have a full WYSIWYG editor?
For all of these, there are only some component libraries for dropdown elements or whatever, but nothing that gives me a whole view of something.
🦀🌱 We continue to work on ArkSync and the grid collision detection.
We're building an environmental monitoring and regulation system.