daniele
daniele
> I think it's a mistake to try to specify an affordance for every use case, because that's how you end up with giant unusable specs. I definitely agree. But...
I pushed an updated that fix some typos/errors and remove the requirement clauses.
> I just don't think this is true. What would a client have to do differently based on type if there's no additional data to show? Show the real intention...
I'm also investigating how to add macos keybinding support to my app, that uses gotk4. This works fine: ``` gtkutil.AddActionShortcuts(&w, map[string]string{ "K": "win.quick-switcher", "Q": "win.quit", }) ``` But I'm unable...
Thank you for the reply. I already found that article, and it seems proposing something similar to `AddActionShortcuts` method, but I'm not able to apply it to a single `adw.EntryRow`:...
Testing warm background for content/active areas. /cc @staab    
@elidyweaver thank you for taking the time to write this in-depth feedback! > If you think of the last websites you have visited, where you have had to login, you'll...
We should probably add the case of an unsuccessful submission (e.g. network error) or one with a high percentage of missing relays, giving the user the option of retrying the...
I would keep the bottom bar always visible, this should solve the problem permitting the user to jump easily to a different area. I think we should review and/or optimize...
@staab > Why overload kind 0 instead of creating a new kind? It seems very weird to give a product an identity. If using a different kind was the first...