v1.92.0
Feature
Add isEditable prop to CardFullEditableReact for enhanced note editing control
- Introduced an `isEditable` prop in `CardFullEditableReact.astro` to determine if a note is editable based on user permissions.
- Updated the usage of `CardFullEditableReact` in `[...slug].astro` to set `isEditable` based on the authenticated user's ID, allowing for dynamic editing capabilities.
