[PR #1225] [MERGED] feat(web): Optionally add short description to lists #1765

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1225
Author: @ekambains
Created: 4/9/2025
Status: Merged
Merged: 4/12/2025
Merged by: @MohamedBassem

Base: mainHead: web-list-description


📝 Commits (2)

  • 36f6f7a feat(web): Optionally add short description to lists
  • 111290f regenerate openapi spec

📊 Changes

10 files changed (+1743 additions, -1 deletions)

View changed files

📝 apps/web/components/dashboard/lists/EditListModal.tsx (+22 -0)
📝 apps/web/components/dashboard/lists/ListHeader.tsx (+5 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+2 -1)
packages/db/drizzle/0043_puzzling_blonde_phantom.sql (+1 -0)
packages/db/drizzle/meta/0043_snapshot.json (+1677 -0)
📝 packages/db/drizzle/meta/_journal.json (+7 -0)
📝 packages/db/schema.ts (+1 -0)
📝 packages/open-api/hoarder-openapi-spec.json (+15 -0)
📝 packages/shared/types/lists.ts (+11 -0)
📝 packages/trpc/models/lists.ts (+2 -0)

📄 Description

Fix: #1017
Now we can add short description(100 chars max) to lists.
Also, i am attaching pictures showing how the description in UI looks. Please inform me, if you need any changes to the ui.

Screenshot 2025-04-09 002749

Screenshot 2025-04-09 002842


🔄 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/1225 **Author:** [@ekambains](https://github.com/ekambains) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/12/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `web-list-description` --- ### 📝 Commits (2) - [`36f6f7a`](https://github.com/karakeep-app/karakeep/commit/36f6f7aea92a5955bf78467293cf23352affd10c) feat(web): Optionally add short description to lists - [`111290f`](https://github.com/karakeep-app/karakeep/commit/111290f18bb35d0c8ec7297899ce9b1ca0bb5c44) regenerate openapi spec ### 📊 Changes **10 files changed** (+1743 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/lists/EditListModal.tsx` (+22 -0) 📝 `apps/web/components/dashboard/lists/ListHeader.tsx` (+5 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+2 -1) ➕ `packages/db/drizzle/0043_puzzling_blonde_phantom.sql` (+1 -0) ➕ `packages/db/drizzle/meta/0043_snapshot.json` (+1677 -0) 📝 `packages/db/drizzle/meta/_journal.json` (+7 -0) 📝 `packages/db/schema.ts` (+1 -0) 📝 `packages/open-api/hoarder-openapi-spec.json` (+15 -0) 📝 `packages/shared/types/lists.ts` (+11 -0) 📝 `packages/trpc/models/lists.ts` (+2 -0) </details> ### 📄 Description Fix: #1017 Now we can add short description(100 chars max) to lists. Also, i am attaching pictures showing how the description in UI looks. Please inform me, if you need any changes to the ui. ![Screenshot 2025-04-09 002749](https://github.com/user-attachments/assets/f8acd932-5806-4538-9e34-bf772c0d000c) ![Screenshot 2025-04-09 002842](https://github.com/user-attachments/assets/55c7a20b-1e94-4541-8929-96fae482535c) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:05 +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#1765
No description provided.