aboutsummaryrefslogtreecommitdiff
path: root/cmd/hdrwtch
AgeCommit message (Collapse)AuthorFilesLines
2025-04-26chore: set up semantic-releaseXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-04-26chore: reformat the world, set up autoformat on commitXe Iaso2-62/+186
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-04-26chore: run go mod generateXe Iaso6-2470/+1394
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-01-21refactor out fly.io registry from CIXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-12-22build(deps): bump micromatch from 4.0.7 to 4.0.8 in /cmd/hdrwtch (#625)dependabot[bot]1-4/+3
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xe Iaso <me@xeiaso.net>
2024-12-22build(deps): bump nanoid from 3.3.7 to 3.3.8 in /cmd/hdrwtch (#631)dependabot[bot]1-4/+3
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xe Iaso <me@xeiaso.net>
2024-12-22build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /cmd/hdrwtch (#630)dependabot[bot]1-4/+3
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02Created with HTMXXe Iaso2-0/+2
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-08-24cmd/hdrwtch: don't double-print the breadcrumbsXe Iaso4-27/+33
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-08-22cmd/mimi: make the catgirl less cookedXe Iaso4-72/+115
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-08-22cmd/hdrwtch: fix a buttonXe Iaso3-3/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-08-21cmd/hdrwtch: yoloXe Iaso8-9/+548
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-08-21cmd/hdrwtch: make this readyXe Iaso25-155/+3742
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-08-21cmd/hdrwtch: don't minify CSSXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-08-21cmd/hdrwtch: closer to implementationXe Iaso12-199/+489
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-08-21get started on htmx funXe Iaso15-0/+3383
Signed-off-by: Xe Iaso <me@xeiaso.net>