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
- Added to the shotgrid implementation
- First pass on UI components
---------
Signed-off-by: James Spadafora <spadjv@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .cursor/rules/always-update-tests.mdc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ alwaysApply: true
7
7
8
8
# Overview
9
9
10
-
Always run tests when making changes to the code. For the Frontend, use npm run test. For the Backend, use make test.
10
+
Always run tests when making changes to the code. For the Frontend, use npm run test. For the Backend, use make test. For the frontend use npm run test-ci.
description: Use styled components for the frontend framework.
4
+
---
5
+
6
+
# Overview
7
+
8
+
When working in the frontend, use styled components for the frontend framework. Only create custom components if absolutely necessary. Always check the latest styled components documentation for the best practices. Use a common file for variables and mixins but keep component specific styles in the component file.
description: Always use radix themes and primitives for the frontend framework.
4
+
---
5
+
6
+
# Overview
7
+
8
+
Always use radix themes and primitives for the frontend framework. Only create custom components if absolutely necessary. Always check the latest radix themes and primitives documentation for the best practices.
0 commit comments