You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@
7
7
- Do not include any document-specific implementation, the system is generic and must support arbitrary workloads
8
8
- Changes to files must pass any linting and formatting checks. If there are any errors, fix them before submitting the code for review.
9
9
10
+
## Frontend Implementation Guidelines
11
+
- Use React functional components and hooks for state management and side effects.
12
+
- Use Mantine components for UI elements and styling consistency.
13
+
- Use Tanstack React Query for data fetching and mutations, with proper error handling and loading states.
14
+
- Ensure all API interactions are typed correctly using TypeScript interfaces and types.
15
+
- Write unit tests for components and hooks using React Testing Library and Vitest, covering various states and edge cases.
16
+
- Follow accessibility best practices, including proper use of ARIA attributes and keyboard navigation.
10
17
11
18
## Backend Implementation Guidelines
12
19
- Functions in js/ts and jsx/tsx files should be documented with JSDoc comments, including parameter and return types, and a description of the function's purpose.
0 commit comments