Talin
Talin
> > The inline code sections don't stand out against the page background, they are nearly invisible > > This was actually the point. The difference between a "code section"...
> 1. Increase the size of the surrounding block to make it more prominent Please don't do this - there's already too much padding in inline code blocks, look at...
I have been doing these flags as separate components rather than as one component with multiple flags. There are a number of reasons for this: 1) Not every widget cares...
As a further example, let's dive deep into checkboxes for a second. There are two ways you can make a checkbox. The "simple" way is that checkboxes toggle their state...
Here's an updated proposal. `Interaction` gets replaced by a set of components that represent various widget states. These consist of: * `Hovered(bool)` (possible alternate spelling: `Hovering`). * `ButtonPressed(bool)` * `Checked(bool)`...
I would argue against this, although I could be convinced otherwise. "up" and "down" are used widely in HTML events and their meanings are unambiguous. Generally, I use the words...