Chip
Chip
 Title! Newly created identities show 0 energy in the http API and in the CLI as a result. I do not know if this is purely visual, or if...
This should be relatively easy to do with a simple rewrite of the zIndex system. Currently when an element is selected by a guest, it calls `UpdateElementZIndex` on the server....
We need to URLEncode the Authentication Key when being set, and used, throughout Pogly. If you use any of the below special characters in your AuthenticationKey, the streamer's `/overlay` url...
Currently it's not possible to mutate the transform when selecto has a group selected. Flip, transparency, resize, rotate, etc. This will require reworking the context menu a bit though.
In order to make this change without breaking, we need to: 1. Read httpOnly cookie for Token, check LocalStorage if no cookie exists 2. Set a httpOnly cookie, remove setting...
You are currently unable to use the `custom` feature in the connection modal if your custom url/ip is not configured with SSL/TLS. If we add a non-SSL version of the...
The lifecycle reducer `Update` is present in the [rust module codegen](https://github.com/clockworklabs/SpacetimeDB/blob/74661be0c296e52afb32c7a3669d56e536558875/crates/bindings-macro/src/reducer.rs#L19), but missing in the [csharp module codegen](https://github.com/clockworklabs/SpacetimeDB/blob/74661be0c296e52afb32c7a3669d56e536558875/crates/bindings-csharp/Codegen/Module.cs#L628). Not sure which version this was removed in, however I'm fairly sure...
Requested by @mattipv4 in discord! Our font system is a little more difficult to navigate than it could be- should investigate google fonts and see if there's an easy way...
Currently, to move the camera, it's middle click + drag. Trackpad users don't have that luxury! Let's look at two finger swiping or ctrl+right click to drag. Will need to...
If a streamer is not forcing a specific layout, it's obvious that the layout showing on stream is the active one. Designated by a ✔ in the layout section. ...