Chip

Results 12 issues of Chip

![image](https://github.com/user-attachments/assets/bfd3b630-0f56-434b-af26-89e51ef668a3) 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....

New Feature
QoL

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...

bug
wontfix
breaking

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.

enhancement
QoL

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...

enhancement

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...

bug

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...

New Feature
QoL

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...

enhancement
good first issue
QoL

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. ![Image](https://github.com/user-attachments/assets/27a3fc21-f15c-4400-ac2e-d7cf392dddf7)...

New Feature
QoL
breaking