ashuntu

Results 6 issues of ashuntu

Allows Snaps to have their pids "mapped" if each pid app info matches, namely for use cases such as [this](https://github.com/FeralInteractive/gamemode/pull/385).

The workflow that builds the Snap only actually uploads the artifact on manual runs. It would be useful to produce an artifact every build to aid in testing ability, especially...

This PR adds an ordered list of snaps based on their rating to the Games tab. Doing this required adding support for the top charts endpoints from the ratings service...

(some context in this comment: https://github.com/ubuntu/yaru.dart/issues/979#issuecomment-3486102612) This adds a `YaruFocusBorder` wrapper around most Yaru widgets, which can be disabled by passing `hasFocusBorder: false` to the widget. Alternatively, we might be...

accessibility

Temporary workaround for the missing combo box role: https://github.com/flutter/flutter/issues/172918. This uses my fork of Flutter: https://github.com/ashuntu/flutter/tree/combo-box-role-tmp As well as a small fix for Yaru (because of the Flutter fork): https://github.com/ashuntu/yaru.dart/tree/combo-box-role-tmp...

The items in the search combobox have no selected or group semantics, this adds a selected state to the search results as you arrow key through them and containerizes the...