galadrim-feedback 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/assets/icons/copy.svg +3 -0
- package/dist/assets/icons/users.svg +3 -0
- package/dist/index.cjs +1886 -221
- package/dist/index.es +1889 -224
- package/dist/styles.css +0 -1
- package/dist/types/libs/backend-client/api.d.ts +313 -6
- package/dist/types/src/components/atoms/loader/SimpleLoader.d.ts +3 -1
- package/dist/types/src/components/atoms/toast/Toast.d.ts +2 -0
- package/dist/types/src/components/molecules/forms/ResetPasswordForm.d.ts +11 -0
- package/dist/types/src/components/molecules/forms/SignInForm.d.ts +1 -0
- package/dist/types/src/components/molecules/modals/CollaboratorsModal.d.ts +4 -0
- package/dist/types/src/components/molecules/modals/ResetPasswordModal.d.ts +1 -0
- package/dist/types/src/components/organisms/Collaborators.d.ts +1 -0
- package/dist/types/src/services/api.d.ts +2 -1
- package/dist/types/src/services/auth.d.ts +4 -1
- package/dist/types/src/services/collaborator.d.ts +6 -0
- package/dist/types/src/services/project.d.ts +4 -2
- package/dist/types/src/services/trello.d.ts +4 -3
- package/dist/types/src/services/user.d.ts +4 -3
- package/dist/types/src/utils/showToast.d.ts +1 -0
- package/libs/backend-client/api.ts +560 -6
- package/package.json +2 -1
- package/src/assets/icons/copy.svg +3 -0
- package/src/assets/icons/users.svg +3 -0
- package/src/components/atoms/inputs/SearchInput.tsx +3 -0
- package/src/components/atoms/loader/SimpleLoader.tsx +2 -2
- package/src/components/atoms/toast/Toast.tsx +55 -0
- package/src/components/molecules/ConnectedUser.tsx +12 -42
- package/src/components/molecules/feedbacks/item/FeedbackItemHovered.tsx +2 -0
- package/src/components/molecules/feedbacks/item/FeedbackListItem.tsx +7 -1
- package/src/components/molecules/feedbacks/menu/FastAccessButtons.tsx +9 -3
- package/src/components/molecules/feedbacks/shared/FeedbackTextArea.tsx +1 -0
- package/src/components/molecules/forms/ResetPasswordForm.tsx +154 -0
- package/src/components/molecules/forms/SignInForm.tsx +31 -3
- package/src/components/molecules/kanban/CreateCardModal.tsx +1 -0
- package/src/components/molecules/modals/CollaboratorsModal.tsx +16 -0
- package/src/components/molecules/modals/ResetPasswordModal.tsx +27 -0
- package/src/components/molecules/replies/ReplyItem.tsx +3 -0
- package/src/components/molecules/trello/TrelloProjectModal.tsx +2 -0
- package/src/components/organisms/Collaborators.tsx +184 -0
- package/src/components/organisms/ConnectedPanel.tsx +2 -0
- package/src/components/organisms/ConnectionPanel.tsx +2 -0
- package/src/components/organisms/Settings.tsx +85 -0
- package/src/contexts/feedback/FeedbackProvider.tsx +11 -0
- package/src/contexts/kanban/KanbanProvider.tsx +0 -1
- package/src/index.css +0 -1
- package/src/index.tsx +13 -0
- package/src/services/api.ts +2 -0
- package/src/services/auth.ts +28 -1
- package/src/services/collaborator.ts +56 -0
- package/src/services/notion.ts +0 -2
- package/src/services/project.ts +10 -2
- package/src/services/trello.ts +19 -3
- package/src/services/user.ts +14 -3
- package/src/utils/showToast.tsx +13 -0
- package/src/utils/triggerEvents.tsx +0 -2
package/README.md
CHANGED
|
@@ -212,20 +212,20 @@ Once it's installed, you can sign up and then in the Galadmin, you add yourself
|
|
|
212
212
|
|
|
213
213
|
A Model Context Protocol (MCP) server for the Galadrim feedback system. This server provides tools to fetch and manage feedbacks from a project via the backend API.
|
|
214
214
|
|
|
215
|
-
Copy the project ID and the authToken by clicking on the MCP Icon in the sidebar. Then ask Cursor to get the feedbacks
|
|
216
|
-
|
|
217
215
|
### Cursor Configuration
|
|
218
216
|
|
|
219
217
|
To add this MCP server to Cursor, you need to configure it in your Cursor settings.
|
|
220
218
|
|
|
221
|
-
|
|
219
|
+
Click on the MCP Icon in the Galadrim Feedback Sidebar to get the MCP Payload
|
|
220
|
+
|
|
221
|
+
Add it to your Cursor MCP settings:
|
|
222
222
|
|
|
223
223
|
```json
|
|
224
224
|
{
|
|
225
225
|
"mcpServers": {
|
|
226
226
|
"galadrim-feedback": {
|
|
227
227
|
"command": "npx",
|
|
228
|
-
"args": ["galadrim-feedback-mcp@latest"]
|
|
228
|
+
"args": ["galadrim-feedback-mcp@latest", "--authToken", "my-jwt-token"]
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.5 3H14.6C16.8402 3 17.9603 3 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C21 6.03969 21 7.15979 21 9.4V16.5M6.2 21H14.3C15.4201 21 15.9802 21 16.408 20.782C16.7843 20.5903 17.0903 20.2843 17.282 19.908C17.5 19.4802 17.5 18.9201 17.5 17.8V9.7C17.5 8.57989 17.5 8.01984 17.282 7.59202C17.0903 7.21569 16.7843 6.90973 16.408 6.71799C15.9802 6.5 15.4201 6.5 14.3 6.5H6.2C5.0799 6.5 4.51984 6.5 4.09202 6.71799C3.71569 6.90973 3.40973 7.21569 3.21799 7.59202C3 8.01984 3 8.57989 3 9.7V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.0799 21 6.2 21Z" stroke="#fff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="#fff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|