aboutsummaryrefslogtreecommitdiff
path: root/pkg/view/settings.go
AgeCommit message (Collapse)Author
2023-07-19feat: Move settings from `html/template` to qtplGabriel Arakaki Giovanini
2023-06-29ref: Move away other repositoriesGabriel Arakaki Giovanini
Finish moving all repositories to a repository package. This should reduce the amount of packages.
2023-06-29ref: Refactor how repository is defineGabriel Arakaki Giovanini
To make things easier and reduce the number of package I'll move all repository to one folder, starting with auth and user repository. Also implements all testing on top of the repository interface with a im memory implementation. This will later make mescling unit and integration easier.
2023-06-25feat: Add user list UIGabriel Arakaki Giovanini
Fill user settings UI with actual data.
2023-06-18feat: Inicial commitGabriel Arakaki Giovanini
It contains rough template for the server and runners. It contains rough template for the server and runners.