No description
  • Go 57.4%
  • templ 37.7%
  • TypeScript 1.5%
  • Dockerfile 1.2%
  • CSS 0.9%
  • Other 1.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
JD Crawford 06ae5659dd
feat(ui): redesign task pages and add print view
- Introduce `docs/STYLE.md` as the source of truth for Tailwind/layout conventions
- Standardize page shells, headers, and card system across all templates
- Add print view for task list with auto-print and close behavior
- Implement initials fallback for users without profile pictures
- Update task list and detail views with consistent styling and dark mode support
- Refactor form components with improved error display and layout
2026-09-07 22:16:58 -04:00
.vscode feat(app): implement task creation with database persistence and user assignment 2026-01-08 23:06:48 -05:00
cmd/brownie refactor(app): migrate templ to go tool and update sqlc to v1.31.1 2026-09-07 18:33:46 -04:00
config Update conf 2026-01-29 13:08:16 -05:00
db refactor(app): migrate templ to go tool and update sqlc to v1.31.1 2026-09-07 18:33:46 -04:00
docs feat(ui): redesign task pages and add print view 2026-09-07 22:16:58 -04:00
internal feat(ui): redesign task pages and add print view 2026-09-07 22:16:58 -04:00
scripts fix(scripts): correct script syntax and set executable permissions 2026-03-13 08:55:12 -04:00
web feat(ui): redesign task pages and add print view 2026-09-07 22:16:58 -04:00
.example.env build(build): migrate build to bun and redesign user info 2026-03-07 14:31:06 -05:00
.gitignore refactor(app): migrate templ to go tool and update sqlc to v1.31.1 2026-09-07 18:33:46 -04:00
.golangci.yml refactor(ui): move OrderedMap to unixtime package and enhance time groupings 2026-01-24 19:19:10 -05:00
.goreleaser.yaml build(release): add gitea_urls configuration 2026-01-29 15:22:51 -05:00
.sql-formatter.json Add SQL formatter and sqlc configuration 2026-01-05 00:31:30 -05:00
AGENTS.md feat(ui): redesign task pages and add print view 2026-09-07 22:16:58 -04:00
app.go feat(ui): redesign task pages and add print view 2026-09-07 22:16:58 -04:00
docker-compose.yml feat(auth): implement OIDC authentication and core application structure 2026-01-05 05:50:28 -05:00
Dockerfile build(docker): replace dumb-init with tini entrypoint 2026-03-12 20:53:31 -04:00
go.mod refactor(app): migrate templ to go tool and update sqlc to v1.31.1 2026-09-07 18:33:46 -04:00
go.sum refactor(app): migrate templ to go tool and update sqlc to v1.31.1 2026-09-07 18:33:46 -04:00
helpers.go fix(auth): remove hardcoded redirect path configuration 2026-08-11 02:47:58 -04:00
LICENSE Initial commit 2026-01-05 05:28:24 +00:00
Makefile refactor(app): migrate templ to go tool and update sqlc to v1.31.1 2026-09-07 18:33:46 -04:00
mise.toml refactor(app): migrate templ to go tool and update sqlc to v1.31.1 2026-09-07 18:33:46 -04:00
README.md Initial commit 2026-01-05 05:28:24 +00:00
sqlc.yaml refactor(deps): migrate unixtime to simple-auth package 2026-03-08 23:20:14 -04:00
start.go refactor(deps): migrate unixtime to simple-auth package 2026-03-08 23:20:14 -04:00

brownie