You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add a button to copy pull URL (#118)
Since links in the table are not real links, it is not possible to copy
the URL using a right click. This adds a button to copy the URL to the
clipboard. This button appears when hovering a row.
Manage redirection of SPA with a simpler server backend based on SWS (#……55)
This new implementation solves the case where the backend returns 404 if
the page loaded is `/settings` or `/stars`.
Additionally, this brings a very light server, with less CVE and build
on top of distroless image.
Closes#51