renamed to Sprint

This commit is contained in:
Oliver Bryan
2026-01-16 11:15:38 +00:00
parent b4601a7595
commit 385b85bdb4
95 changed files with 324 additions and 253 deletions

View File

@@ -1,4 +1,4 @@
import type { ApiError } from "@issue/shared";
import type { ApiError } from "@sprint/shared";
export * as issue from "@/lib/server/issue";
export * as organisation from "@/lib/server/organisation";

View File

@@ -1,4 +1,4 @@
import type { IssueCreateRequest, IssueRecord } from "@issue/shared";
import type { IssueCreateRequest, IssueRecord } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { SuccessResponse } from "@issue/shared";
import type { SuccessResponse } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { IssuesReplaceStatusRequest, ReplaceStatusResponse } from "@issue/shared";
import type { IssuesReplaceStatusRequest, ReplaceStatusResponse } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { IssueRecord } from "@issue/shared";
import type { IssueRecord } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { OrgAddMemberRequest, OrganisationMemberRecord } from "@issue/shared";
import type { OrgAddMemberRequest, OrganisationMemberRecord } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { OrganisationResponse } from "@issue/shared";
import type { OrganisationResponse } from "@sprint/shared";
import { getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { OrganisationRecord, OrgCreateRequest } from "@issue/shared";
import type { OrganisationRecord, OrgCreateRequest } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { OrganisationMemberResponse } from "@issue/shared";
import type { OrganisationMemberResponse } from "@sprint/shared";
import { getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { OrgRemoveMemberRequest, SuccessResponse } from "@issue/shared";
import type { OrgRemoveMemberRequest, SuccessResponse } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { OrganisationRecord } from "@issue/shared";
import type { OrganisationRecord } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { OrganisationMemberRecord, OrgUpdateMemberRoleRequest } from "@issue/shared";
import type { OrganisationMemberRecord, OrgUpdateMemberRoleRequest } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { ProjectCreateRequest, ProjectRecord } from "@issue/shared";
import type { ProjectCreateRequest, ProjectRecord } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { SprintRecord } from "@issue/shared";
import type { SprintRecord } from "@sprint/shared";
import { getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { SprintRecord } from "@issue/shared";
import type { SprintRecord } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { TimerEndRequest, TimerState } from "@issue/shared";
import type { TimerEndRequest, TimerState } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { TimerState } from "@issue/shared";
import type { TimerState } from "@sprint/shared";
import { getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { TimerState } from "@issue/shared";
import type { TimerState } from "@sprint/shared";
import { getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { TimerState, TimerToggleRequest } from "@issue/shared";
import type { TimerState, TimerToggleRequest } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { UserRecord } from "@issue/shared";
import type { UserRecord } from "@sprint/shared";
import { getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";

View File

@@ -1,4 +1,4 @@
import type { UserRecord, UserUpdateRequest } from "@issue/shared";
import type { UserRecord, UserUpdateRequest } from "@sprint/shared";
import { toast } from "sonner";
import { getCsrfToken, getServerURL } from "@/lib/utils";
import type { ServerQueryInput } from "..";