-
Notifications
You must be signed in to change notification settings - Fork 3
Updated session dashboard #26
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
Merge pull request #16 from techdiary-dev/main
…mprove textarea handling. Replace useAutoResizeTextarea with useAutosizeTextArea, enhancing functionality with initial height support. Update textarea properties for better user experience.
…roved framework selection. Update styles in MultipleSelector for better visibility. Remove unused TagInput component.
… framework selection options. Enhance form functionality with MultipleSelector for better keyword management.
…ore descriptive generic type parameters for improved clarity and maintainability.
… for cleaner code.
…s, enhancing link structure for articles.
…ink structure for profiles.
…usernames across all links, improving overall link structure for user profiles and articles.
…ith schema-dts dependency
…ntax for improved display.
… management and reduce project size.
…ntax removal to 300 characters for improved display and performance.
…d function and update useMarkdownEditor to support onChange callback for improved state management.
…ticle URLs and replace anchor tags with Link component for improved routing.
…ensuring consistent '@' prefix in article URLs and improve routing with Link component.
- Introduced Series and SeriesItem interfaces in domain models. - Updated persistence repositories to include series and series items. - Added corresponding database schema for series and series items. - Enhanced journal migration with new entries for reflective masque, pink selene, and small yellow claw.
…docParser instead of markdownToHtml, enhancing content rendering. Update ArticleEditor to reflect the same change. Remove obsolete markdownToHtml function from utils.
…eliminate the use of dangerouslySetInnerHTML, enhancing security and performance by directly rendering parsed content.
…r handling by renaming and restructuring the input options, enhancing code clarity and maintainability.
…dle cases without a cover image, ensuring consistent title and description output.
… for cases without a cover image, ensuring consistent title and description output.
…eplacing the h2 element with a div for better structure, and adjusting styles for improved visual presentation of the article title.
… of article title.
…UUIDs for IDs - Altered the "user_socials" table to change the "id" column type to UUID and set the default to generate a random UUID. - Altered the "user_follows" table to change the "id" column type to UUID and set the default to generate a random UUID. - Updated migration snapshots to reflect changes in the database schema.
feat(migrations): update user_socials and user_follows tables
…port unique handles with optional article ID. Update ArticleEditor to use debounced save functions for title and body, improving performance and user experience. Add error display in ArticleEditorDrawer for better form validation feedback.
Refactor article handle generation logic in article.actions.ts to sup…
…unced save functionality for title and body. Update type definitions for props and enhance editor mode toggling. Adjust textarea references for better handling of null values.
Refactor ArticleEditor component to improve state management and debo…
kingRayhan
reviewed
Jun 9, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job
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.