aboutsummaryrefslogtreecommitdiff
path: root/pkg/ext/router.go
AgeCommit message (Collapse)Author
2025-03-25feat: Add ref pageGabriel A. Giovanini
Now there is page more tailored to a single ref.
2024-12-13ref: Better log errorsv0.0.18Gabriel A. Giovanini
Some error were being ignored and not logged, making debugging what failed impossible.
2024-12-11feat: Add UI/Handler login processGabriel A. Giovanini
It adds the whole workflow to store and handle login on both UI and handler level. With that the login information should be available at any point given the context.
2024-06-23ref: User correct err namingGabriel A. Giovanini
2024-06-08feat: Add error handlingGabriel A. Giovanini