Workbench icon indicating copy to clipboard operation
Workbench copied to clipboard

Code playground for GNOME 🛠️

Results 118 Workbench issues
Sort by recently updated
recently updated
newest added

It would be nice to have an option to open the preview in a separate window. This can be useful when testing a responsive layout and seeing how the UI...

enhancement

Problem: I've defined a widget `MyBin` but using it inside a UI file brings up an error. JS code ``` import GObject from "gi://GObject"; import Gtk from "gi://Gtk?version=4.0"; import Adw...

bug

Add auto-completion for GTK class names, properties and styles.

enhancement

if I search for `header bar` or `headerbar` all demos with a headerbar should appear. See https://github.com/sonnyp/Workbench/pull/260#issuecomment-1566199029

enhancement

Since Workbench rewrites the object id of the top level object it's not possible to reference it somewhere else in the UI See https://matrix.to/#/!kDBZrVKCdhrVuWxbGe:matrix.org/$VtK9MHm6bj_rjO_s5272z_AuUfQOu0s1UE0z4vE5zLw?via=gnome.org&via=matrix.org&via=catgirl.cloud

bug

After https://github.com/sonnyp/Workbench/pull/220 In https://github.com/sonnyp/Workbench/pull/220 we added a safe mode. But it has to be manually updated. It can't be enabled if the app is in crash loop. Let's add a...

enhancement

The Platform Tools module found in the Library says, at the bottom of its rendered output: > As with most GTK applications, you can use the keyboard shortcut > to...

gtk

Workbench is going to move from “play with anything” to “play securely” model. I'm going to remove the following permission `--socket=session-bus` introduced in https://github.com/sonnyp/Workbench/issues/42 The code won't fail silently, but...

We could encode the code into a `x-workbench://` URI to make examples/test case/... easy to share. But first we should probably add some warning to warn users that running arbitrary...

We should be able to preview the following: ``` using Gtk 4.0; template Foo : Widget { } ``` by creating an instance