[PR #2310] [MERGED] feat(mobile): create new edit screen and path #2062

Closed
opened 2026-03-02 12:00:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2310
Author: @colado
Created: 12/27/2025
Status: Merged
Merged: 12/29/2025
Merged by: @MohamedBassem

Base: mainHead: edit-list-mobile


📝 Commits (10+)

  • aa29c6c feat(mobile): create new edit screen and path
  • 55a41e7 refactor(mobile): use correct import for back navigation
  • b429079 refactor(mobile): remove set state for list type
  • 8f0d55b feat(mobile): handle loading state
  • eb20fb3 feat(mobile): add error handling
  • ad48dad feat(mobile): add local validation for empty list name
  • cb35b2c refactor(mobile): use correct param name in edit path
  • ce46ad0 feat(mobile): handle all pending state cases
  • aeb0399 refactor(mobile): remove unnecessary return
  • e597d33 refactor(mobile): move type validation to top of the file

📊 Changes

3 files changed (+178 additions, -2 deletions)

View changed files

📝 apps/mobile/app/dashboard/_layout.tsx (+9 -0)
apps/mobile/app/dashboard/lists/[slug]/edit.tsx (+152 -0)
📝 apps/mobile/app/dashboard/lists/[slug]/index.tsx (+17 -2)

📄 Description

Adds edit list feature to mobile.

Closes https://github.com/karakeep-app/karakeep/issues/2271


🔄 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/2310 **Author:** [@colado](https://github.com/colado) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 12/29/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `edit-list-mobile` --- ### 📝 Commits (10+) - [`aa29c6c`](https://github.com/karakeep-app/karakeep/commit/aa29c6c7ceb72ddb0cbff610561bfa8cee949d56) feat(mobile): create new edit screen and path - [`55a41e7`](https://github.com/karakeep-app/karakeep/commit/55a41e78491dab4682046c262f0a6d7e910e41e5) refactor(mobile): use correct import for back navigation - [`b429079`](https://github.com/karakeep-app/karakeep/commit/b4290798c61f123891e925424eac8e719392d111) refactor(mobile): remove set state for list type - [`8f0d55b`](https://github.com/karakeep-app/karakeep/commit/8f0d55b16dd26863077d685339b8e7ff40b86f58) feat(mobile): handle loading state - [`eb20fb3`](https://github.com/karakeep-app/karakeep/commit/eb20fb3742185f90c4129f0e36b00a95d153d345) feat(mobile): add error handling - [`ad48dad`](https://github.com/karakeep-app/karakeep/commit/ad48dadbde453e1fe4f4789b567825dc0bee38df) feat(mobile): add local validation for empty list name - [`cb35b2c`](https://github.com/karakeep-app/karakeep/commit/cb35b2c2ea7ae65b4b1e1a8b8e8914792fc4e974) refactor(mobile): use correct param name in edit path - [`ce46ad0`](https://github.com/karakeep-app/karakeep/commit/ce46ad0a7f7234b21d6f8103147fab88eb0b5c1c) feat(mobile): handle all pending state cases - [`aeb0399`](https://github.com/karakeep-app/karakeep/commit/aeb0399fddb10dfa488e099468c17e480615fea7) refactor(mobile): remove unnecessary return - [`e597d33`](https://github.com/karakeep-app/karakeep/commit/e597d33f9b4069434b84b04ceb4bbe2101713dc8) refactor(mobile): move type validation to top of the file ### 📊 Changes **3 files changed** (+178 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/app/dashboard/_layout.tsx` (+9 -0) ➕ `apps/mobile/app/dashboard/lists/[slug]/edit.tsx` (+152 -0) 📝 `apps/mobile/app/dashboard/lists/[slug]/index.tsx` (+17 -2) </details> ### 📄 Description Adds edit list feature to mobile. Closes https://github.com/karakeep-app/karakeep/issues/2271 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:24 +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#2062
No description provided.