Enhance word editor with resizing and responsiveness#134
Open
The-CodeINN wants to merge 1 commit intojargonsdev:mainfrom
Open
Enhance word editor with resizing and responsiveness#134The-CodeINN wants to merge 1 commit intojargonsdev:mainfrom
The-CodeINN wants to merge 1 commit intojargonsdev:mainfrom
Conversation
Implement a resizable pane functionality for the word editor. * Add a custom hook `useResizablePanes` in `src/lib/hooks/use-resizable-panes.js` to handle resizing functionality. * Import the custom hook in `src/components/islands/word-editor.jsx` and use it to manage the resizing functionality. * Add a draggable handle between the Editor and Preview panes in `src/components/islands/word-editor.jsx`. * Update the CSS in `src/base.css` to style the draggable handle and ensure proper resizing behavior.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
babblebey
reviewed
Dec 23, 2024
Member
babblebey
left a comment
There was a problem hiding this comment.
Hi @The-CodeINN,
Once again 😃, you should request to work on an issue before starting work on it. Plus, you have already been assigned to an issue, you can only work on another after completing one, you cannot work on 2 issues at the same time 😃
Kindly conclude the initial one you were working on, before moving to this next 😉
Author
|
I can't remember making a pull request for this. I only worked on it and committed to my fork |
Author
|
So sorry... I will ensure the other one is concluded |
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
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.
Implement a resizable pane functionality for the word editor.
useResizablePanesinsrc/lib/hooks/use-resizable-panes.jsto handle resizing functionality.src/components/islands/word-editor.jsxand use it to manage the resizing functionality.src/components/islands/word-editor.jsx.src/base.cssto style the draggable handle and ensure proper resizing behavior.