Dennis Loose

Results 11 issues of Dennis Loose

I found some more alignment problems with RTL text directionality: ![Screenshot from 2023-04-04 15-24-02](https://user-images.githubusercontent.com/113362648/229807396-36da79aa-92ee-4859-8d1e-8954f977a7f4.png) ![Screenshot from 2023-04-04 15-23-49](https://user-images.githubusercontent.com/113362648/229807422-2028e342-7903-4fed-b50a-ee33cea5e59f.png) ![Screenshot from 2023-04-04 15-23-14](https://user-images.githubusercontent.com/113362648/229807425-0c176a7b-c267-4a6b-a301-244922400824.png) ![Screenshot from 2023-04-04 15-23-03](https://user-images.githubusercontent.com/113362648/229807433-6553c9d8-2349-4476-a888-02f7baed7a9b.png)

bug
widgets
accessibility

There's no support for dealing with local packages yet. However 'snap-store' is supposed to handle those by default: ``` $ grep debian /usr/share/applications/defaults.list application/vnd.debian.binary-package=snap-store_ubuntu-software-local-file.desktop application/x-debian-package=snap-store_ubuntu-software-local-file.desktop ``` Do we have an...

jira
UI/UX

We should ask the user for information before performing certain actions like uninstalling an app.

jira
UI/UX

Currently, active snap changes are only being tracked on the snap page. To take better advantage of snapd's capabilities, those changes should be monitored in an application-wide scope. This would...

feature request
task

When the ratings backend responds, the voting data is dynamically added to the snap page. However, the transition is far from smooth (added an artificial delay to emphasize the issue):...

UI/UX

We had to disable translations for the Kabyle language [here](https://github.com/ubuntu/app-center/pull/1413/commits/fc68b5ea8362b38160d617a3649ed3430b606266) since there's still an issue with three letter language codes in Flutter (see https://github.com/canonical/ubuntu-desktop-installer/pull/520 and https://github.com/flutter/flutter/issues/92818)). I was able to...

l10n
task

We need to define how/if errors are presented to the user. The most common case we need to handle is the failure of a user-initiated action (i.e. error during installation/refresh/removal...

jira

### Plugin connectivity_plus ### Use case connectivity_plus currently relies solely on network-manager to check for a connection under linux. If network-manager isn't available or the network is managed in a...

enhancement
triage

Depending on whether its style is `round` or not, the button is wrapped in a `Center()` widget (see #531). Consequently, https://github.com/ubuntu/app-center/pull/1622 lead to a misalignment in the App Center's search...

@anasereijo we can go over design and copy for all of those next week: Error message when refreshing a single snap or switching the channel while it is running: ![Screenshot...