Martin Zurowietz
Martin Zurowietz
Implement 2D workspace display in the overview (see comment in `workspacesView.js`). What's missing is a correct implementation of the animation. Also, the viewport sometimes seems to move to the wrong...
When dragging and dropping a window from and to the same workspace thumbnail in the overview the window disappears (behind the wallpaper?). You can still DnD them, though.
The animation of the active workspace indicator at the top of the overview is wrong when switching to a lower row.
The following translations are incomplete: - [ ] `cs` - [ ] `es` - [x] `fr` (https://github.com/mzur/kirby-uniform/pull/248) - [x] `it` (https://github.com/mzur/kirby-uniform/pull/260) - [ ] `ja` - [ ] `nl` -...
The Helm chart of v0.8 requires K8s
References #257
- [x] Fix drag and drop - [ ] Fix select Resolves https://github.com/mzur/gnome-shell-wsmatrix/issues/177 Note: There is a full fix for GNOME 46 proposed here https://github.com/mzur/gnome-shell-wsmatrix/issues/177#issuecomment-2375221557
fyi: extensions.gnome.org now supports donate buttons for extensions. You can add a section like [this](https://github.com/mzur/gnome-shell-wsmatrix/blob/3985d8e57762b45111884e57d96d66c6ff51b7f2/wsmatrix%40martin.zurowietz.de/metadata.json#L13-L16) to the metadata.json and you get a button/dropdown like [this](https://extensions.gnome.org/extension/1485/workspace-matrix/). Supported keys are `buymeacoffee`, `github`,...
**Describe the bug** I installed a fresh setup of Laravel 11 (PHP 8.2) with `composer create-project laravel/laravel example-app`. Then I downgraded PHPUnit (because of #384) with `composer require --dev -W...