How to use the HTML element <dialog>? In my work, I often create custom UI components or use pre-existing ones. The challenge with such components is that they are often tied to a specific framework, ...
To summarize the recent series of commits, all user interactions that used to use prompt/confrim are now replaced with html dialogs. This allows for improved ergonomics. For example, we use the ...