Skip to content

Commit 35483fd

Browse files
committed
refactored code
1 parent 4c455e6 commit 35483fd

24 files changed

Lines changed: 24 additions & 0 deletions

client/src/components/ui/backend/organization_call_backend.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/hooks/organization_call_backend.ts
23
// Change this URL to match your backend API endpoint
34

client/src/components/ui/backend/organization_clean_backend_calls.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/hooks/organization_clean_backend_calls.ts
23
import useSWR, { KeyedMutator } from "swr";
34

client/src/components/ui/button_quick_actions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/components/button_quick_actions.tsx
23

34
import Link from "next/link";

client/src/components/ui/card_organization_inventory_details_modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/components/card_organization_inventory_details_modal.tsx
23

34
/*

client/src/components/ui/card_organization_inventory_status_card.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/components/card_organization_inventory_status_card.tsx
23

34
/*

client/src/components/ui/card_organization_inventory_status_data.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/components/ui/card_organization_inventory_status_data.tsx
23

34
/*

client/src/components/ui/card_organization_member_details_modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/components/card_organization_inventory_details_modal.tsx
23

34
/*

client/src/components/ui/card_organization_member_management.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
import React from "react";
23

34
import { Member_Details_Interface } from "./card_organization_member_details_modal";

client/src/components/ui/card_organization_recent_activities_item.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/components/card_organization_recent_activities_item.tsx
23

34
import React from "react";

client/src/components/ui/card_organization_recent_activities_panel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @author sylee212
12
// src/components/card_organization_recent_activities_panel.tsx
23

34
/*

0 commit comments

Comments
 (0)