Danielle Foré
Danielle Foré
There might be a better word but “Pin” is what I thought of immediately. The idea being that you can take an action and put it on the application’s menu...
Todo: - [ ] Fix right click menus - [ ] Fix Drag n Drop - [ ] Fix keyboard nav row between pages
It looks like we always use the app icon, even if the action specifies its own icon. We should probably use the specified icon and only fall back to the...
Backend.App has its own launch method here: https://github.com/elementary/applications-menu/blob/master/src/Backend/App.vala#L105 But Synapse also has a launch method: https://github.com/elementary/applications-menu/blob/master/src/synapse-core/Actions/RunnerAction.vala
We store result types in two places right now: https://github.com/elementary/applications-menu/blob/master/src/Backend/App.vala#L24 https://github.com/elementary/applications-menu/blob/master/src/synapse-core/Matches/Match.vala#L24 We probably should get rid of one of these enums
It sounds like it would be useful for bilingual speakers to consider English strings when searching. For example, searching for "Calculator" or "Screenshot" should return results even while in another...
We should: - [ ] Put together a list of all the GitHub APIs we rely on - [ ] Make sure those APIs have equivalents on GitLab - [...
https://developer.elementary.io/api/newest/release Isn't showing the most recently updated apps. I know we've had releases of older, non-trending apps like Vocal and GoForIt! more recently than some of the apps in the...
There was a user who named their repository foo.bar making their RDNN com.github.baz.foo.bar. In this case Houston failed to file issued against the repo foo.bar. My guess is that in...
Looking at [Our Dep11 components](http://packages.elementary.io/appcenter/dists/xenial/main/dep11/) it seems that we only build packages for `icons-64x64` and `icons-128x128`. If possible, we should: - [x] Build 64px@2 icons - [x] Build 128px@2 icons...