Skip to content

Conversation

The-CodeINN
Copy link

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.

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.
Copy link

vercel bot commented Dec 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jargons-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2024 6:58am

Copy link
Member

@babblebey babblebey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 😉

@The-CodeINN
Copy link
Author

The-CodeINN commented Dec 23, 2024

I can't remember making a pull request for this. I only worked on it and committed to my fork

@The-CodeINN
Copy link
Author

So sorry... I will ensure the other one is concluded

@babblebey babblebey added the stale This PR is no longer worked on label Sep 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This PR is no longer worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants