[PR #2548] feat(mobile): add external browser default bookmark view (#2516) #2157

Open
opened 2026-03-02 12:00:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2548
Author: @xingzihai
Created: 3/2/2026
Status: 🔄 Open

Base: mainHead: feat/2516-mobile-external-browser


📝 Commits (3)

  • 9369de8 feat(mobile): add external browser default bookmark view (#2516)
  • 30700ed fix(mobile): handle external link open failures (#2516)
  • 91caa95 fix(mobile): avoid redundant route push when external open fails

📊 Changes

6 files changed (+65 additions, -20 deletions)

View changed files

📝 apps/mobile/app/dashboard/(tabs)/(settings)/index.tsx (+7 -3)
📝 apps/mobile/app/dashboard/bookmarks/[slug]/index.tsx (+3 -1)
📝 apps/mobile/app/dashboard/settings/bookmark-default-view.tsx (+13 -3)
📝 apps/mobile/components/bookmarks/BookmarkCard.tsx (+26 -9)
📝 apps/mobile/components/bookmarks/BottomActions.tsx (+15 -3)
📝 apps/mobile/lib/settings.ts (+1 -1)

📄 Description

Summaryn- add external browser as a bookmark view option in mobile settingsn- persist selection in mobile settings storagen- update bookmark list/detail screens to honor default viewnn## Verificationn- pnpm -C karakeep --filter @karakeep/mobile typecheckn- local pre-commit format gate failed due missing oxfmt, so commit used --no-verifyn`nCloses #2516


🔄 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/2548 **Author:** [@xingzihai](https://github.com/xingzihai) **Created:** 3/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/2516-mobile-external-browser` --- ### 📝 Commits (3) - [`9369de8`](https://github.com/karakeep-app/karakeep/commit/9369de84bdf06b68dbba1a8384df7782c8617277) feat(mobile): add external browser default bookmark view (#2516) - [`30700ed`](https://github.com/karakeep-app/karakeep/commit/30700ed419866d4c28471d2ff3c89ff3a52593c4) fix(mobile): handle external link open failures (#2516) - [`91caa95`](https://github.com/karakeep-app/karakeep/commit/91caa95321b6381d678cced9efd892dafb9ea507) fix(mobile): avoid redundant route push when external open fails ### 📊 Changes **6 files changed** (+65 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/app/dashboard/(tabs)/(settings)/index.tsx` (+7 -3) 📝 `apps/mobile/app/dashboard/bookmarks/[slug]/index.tsx` (+3 -1) 📝 `apps/mobile/app/dashboard/settings/bookmark-default-view.tsx` (+13 -3) 📝 `apps/mobile/components/bookmarks/BookmarkCard.tsx` (+26 -9) 📝 `apps/mobile/components/bookmarks/BottomActions.tsx` (+15 -3) 📝 `apps/mobile/lib/settings.ts` (+1 -1) </details> ### 📄 Description ## Summary`n- add external browser as a bookmark view option in mobile settings`n- persist selection in mobile settings storage`n- update bookmark list/detail screens to honor default view`n`n## Verification`n- pnpm -C karakeep --filter @karakeep/mobile typecheck`n- local pre-commit format gate failed due missing oxfmt, so commit used --no-verify`n`nCloses #2516 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#2157
No description provided.