Helmut K. C. Tessarek
Helmut K. C. Tessarek
> P.S: As an aside, I've long envisioned (at the suggestion of a colleague) a UI tool for Rocket that visually shows you the chain from request to response through...
If somebody takes care of the frontend stuff, I'll create a backend function and API endpoint `DELETE /:id/image`. see #568 Update: The endpoint does exist now. If someone could work...
It's typsescript and react - the 2 files that need changing are: https://github.com/gotify/server/blob/master/ui/src/application/Applications.tsx and https://github.com/gotify/server/blob/master/ui/src/application/AppStore.ts (although I can do this one).
Ah, nice. Is there a way to not use a separate column and icon, but create an overlay image when the mouse hovers over the icon? I am really bad...
Hmm, can you point me to the code changes you made to [Applications.tsx](https://github.com/gotify/server/blob/master/ui/src/application/Applications.tsx)?
@xavier-GitHub76 thx. Yes, this is usually how it is done. Because now I can also add commits to any PRs you create from that specific fork. However, I have noticed...
One more thing for me to add to my Mermaid tests: exporting to png/svg. I am sorry that I missed this. I totally forgot about this feature. Update: Although I...
Yes, I think that would make sense. Please do. P.S.: If the origin point is negative, doesn't it mean we should add those values ABS(x, y) numbers to x' and...
Why are you telling us this? ;-) Just make sure that you read the contribution guidelines and create a PR.
~~The way this is implemented now means that this is a breaking change. If vw follows semantic versioning, the next release will have to be `2.0.0`.~~ ~~Even if vw didn't...