Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity attachment #52

Merged
merged 6 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 6 additions & 37 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,11 @@
### 🛠 Description
## Description

<!-- Please include a summary of the change and what issue is fixed. Include relevant motivation and context. List any dependencies that are required for this change. -->
<!-- Provide a brief summary of the changes in this PR. Include the problem you're solving and why this solution works. -->

### ✨ Type of change
## Changes Made

<!-- Please delete options that are not relevant. -->
<!-- List the main changes made in this PR. Use bullet points for clarity. -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
## Additional Notes

### 🧠 Rationale behind the change

Why did you choose to make these changes? Were there any trade-offs you had to consider?

### ✅ How Has This Been Tested?

<!-- Please describe the tests that you ran to verify your changes. Provide instructions so others can reproduce. Include details about your testing environment, and the tests you ran. List any relevant details for your test configuration. -->

- [ ] Test A
- [ ] Test B

### 📝 Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules

### 📸 Screenshots (optional)

If you made UI changes, what are the before an afters?

### 💬 Further Comments:

<!-- If this is a large or complex change, explain why you chose the implementation approach you did, and provide any other context or resources that may be helpful. -->
<!-- Add any other context or information that reviewers may need. -->
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
Expand All @@ -39,29 +39,29 @@
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.15",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.64.0",
"@tanstack/react-table": "^8.20.6",
"@tiptap/core": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/react": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"@tiptap/core": "^2.11.2",
"@tiptap/extension-link": "^2.11.2",
"@tiptap/pm": "^2.11.2",
"@tiptap/react": "^2.11.2",
"@tiptap/starter-kit": "^2.11.2",
"@types/qs": "^6.9.17",
"@xyflow/react": "^12.3.6",
"auth": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"framer-motion": "^11.15.0",
"framer-motion": "^11.17.0",
"htmlparser2": "^9.1.0",
"immer": "^10.1.1",
"install": "^0.13.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.469.0",
"nanoid": "^5.0.9",
"next": "^15.1.3",
"next": "^15.1.4",
"next-auth": "5.0.0-beta.25",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.4.4",
Expand All @@ -78,18 +78,18 @@
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.24.1",
"zustand": "^5.0.2"
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.4",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand All @@ -99,8 +99,8 @@
"prettier": "3.4.2",
"qs": "^6.13.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
Loading
Loading