-
Notifications
You must be signed in to change notification settings - Fork 4
merge from prod(main) #72
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refactor article handle generation logic in article.actions.ts to sup…
Refactor ArticleEditor component to improve state management and debo…
… clarity in database connection handling.
Updated session dashboard
Remove local database driver to sqlkit totally
Remove unused files: deleted bun.lock, package-lock.json, get_tags_wi…
Update comment in ArticleEditor to clarify onSave implementation
…pository imports; remove unused user.repository.ts
…feature - Renamed RepositoryException to ActionException for clarity and consistency. - Updated all service files to use the new ActionException for error handling. - Introduced bookmarks functionality with a new bookmarks table and related service actions. - Added input validation for bookmark actions. - Updated session actions to use authID instead of getSessionUserId for better clarity. - Cleaned up article and user profile update inputs to allow optional fields. - Created migration for the new bookmarks table and related schema changes.
…nd integrate with backend services
… update reaction actions
- Updated REACTION_TYPE in domain-models.ts to include comments for each reaction type. - Simplified the ReactionStatus component by removing hardcoded reactions and utilizing dynamic rendering for reactions in ArticleCard. - Improved the styling of reaction buttons in ArticleCard for better user experience. - Added SVG files for new reaction types: CRY, FIRE, HAHA, LOVE, UNICORN, WOW.
- Implemented set, get, del, exists, and keys functions for managing key-value pairs in the KV store. - Added error handling for each function to ensure robustness. - Utilized jsonb for value storage, allowing for flexible data types. - Created a new migration snapshot for the database schema including the kv table.
…ed user verification display
…ove obsolete error page component
…ag-and-drop functionality - Added direct image upload handling in the Markdown editor, allowing users to upload images via drag-and-drop or paste. - Updated the editor to display a loading state during image uploads. - Improved the overall user experience with visual feedback during drag-and-drop actions.
…on-drag-n-page feat: enhance Markdown editor with direct image upload support and drag-and-drop functionality
feat: update profile page layout and enhance Markdown rendering
Claude encountered an error —— View job I'll analyze this and get back to you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.