Skip to content
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

Enhance word editor with resizing and responsiveness #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants