max status length of 24

This commit is contained in:
Oliver Bryan
2026-01-10 17:00:39 +00:00
parent 593e155755
commit b315020b37
3 changed files with 65 additions and 24 deletions

View File

@@ -42,4 +42,6 @@ export {
UserSelectSchema,
} from "./schema";
export const ISSUE_STATUS_MAX_LENGTH = 24;
export { calculateBreakTimeMs, calculateWorkTimeMs, isTimerRunning } from "./utils/time-tracking";