[PR #247] [MERGED] feature: Enhance the bookmark textarea in the list layout #1575

Closed
opened 2026-03-02 11:58:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/247
Author: @ahmadmucom
Created: 6/21/2024
Status: Merged
Merged: 6/22/2024
Merged by: @MohamedBassem

Base: mainHead: make-new-bookmark-expandable


📝 Commits (5)

  • 2dad01c Allow the user to expand the textarea in the list mode to support larger notes
  • 1e153e5 Expand the textarea to a max of half the screen size in the list layout only
  • 9cd8f9d Move onInput to a separate method
  • 9e15056 Restoring the textfield to its original state after submitting
  • 08d492c Moving the reset form to the mutate onSuccess event to not reset the height on a fail request

📊 Changes

1 file changed (+29 additions, -2 deletions)

View changed files

📝 apps/web/components/dashboard/bookmarks/EditorCard.tsx (+29 -2)

📄 Description

This PR contains 2 fixes:
1- Allow resizing the textfield in the list layout only, it does not break the UI and it gives a better experince when writing notes because the area for writing in the list mode is so small
2- Auto resizing the textfield to fit the content to a max of half the screen height


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/247 **Author:** [@ahmadmucom](https://github.com/ahmadmucom) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 6/22/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `make-new-bookmark-expandable` --- ### 📝 Commits (5) - [`2dad01c`](https://github.com/karakeep-app/karakeep/commit/2dad01ceb946f302f32c9eeb6af3aac6eb39e6df) Allow the user to expand the textarea in the list mode to support larger notes - [`1e153e5`](https://github.com/karakeep-app/karakeep/commit/1e153e5649409e37cc67831233474ff950b2f1ac) Expand the textarea to a max of half the screen size in the list layout only - [`9cd8f9d`](https://github.com/karakeep-app/karakeep/commit/9cd8f9d002af2f7ae3b966615e0dd06ad6a777c0) Move onInput to a separate method - [`9e15056`](https://github.com/karakeep-app/karakeep/commit/9e15056601ab20af1619d9da34924de18152ad35) Restoring the textfield to its original state after submitting - [`08d492c`](https://github.com/karakeep-app/karakeep/commit/08d492c175a762370c617813240f6bee8ccc609e) Moving the reset form to the mutate onSuccess event to not reset the height on a fail request ### 📊 Changes **1 file changed** (+29 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/bookmarks/EditorCard.tsx` (+29 -2) </details> ### 📄 Description This PR contains 2 fixes: 1- Allow resizing the textfield in the list layout only, it does not break the UI and it gives a better experince when writing notes because the area for writing in the list mode is so small 2- Auto resizing the textfield to fit the content to a max of half the screen height --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1575
No description provided.