[PR #252] [MERGED] Move layout control to main screen #1578

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/252
Author: @mdsaban
Created: 6/23/2024
Status: Merged
Merged: 6/23/2024
Merged by: @MohamedBassem

Base: mainHead: global-layout


📝 Commits (1)

  • 9f126ec fix: move layout to main screen

📊 Changes

9 files changed (+99 additions, -100 deletions)

View changed files

📝 apps/web/app/dashboard/archive/page.tsx (+18 -8)
📝 apps/web/app/dashboard/bookmarks/page.tsx (+7 -9)
📝 apps/web/app/dashboard/favourites/page.tsx (+7 -1)
📝 apps/web/app/dashboard/search/page.tsx (+5 -3)
apps/web/components/dashboard/ChangeLayout.tsx (+50 -0)
📝 apps/web/components/dashboard/bookmarks/Bookmarks.tsx (+1 -1)
apps/web/components/dashboard/bookmarks/TopNav.tsx (+0 -5)
📝 apps/web/components/dashboard/lists/ListHeader.tsx (+10 -6)
📝 apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx (+1 -67)

📄 Description

  • Move layout control on top of bookmarks grid.
  • Currently, it’s hidden in the settings menu at the bottom left, and people sometimes don’t notice it

https://github.com/hoarder-app/hoarder/assets/45597394/9fa6a7da-d55a-4caa-b87e-b4543e6affaa


🔄 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/252 **Author:** [@mdsaban](https://github.com/mdsaban) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `global-layout` --- ### 📝 Commits (1) - [`9f126ec`](https://github.com/karakeep-app/karakeep/commit/9f126ecce60eed050ee2755076d0da250c5738a5) fix: move layout to main screen ### 📊 Changes **9 files changed** (+99 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/dashboard/archive/page.tsx` (+18 -8) 📝 `apps/web/app/dashboard/bookmarks/page.tsx` (+7 -9) 📝 `apps/web/app/dashboard/favourites/page.tsx` (+7 -1) 📝 `apps/web/app/dashboard/search/page.tsx` (+5 -3) ➕ `apps/web/components/dashboard/ChangeLayout.tsx` (+50 -0) 📝 `apps/web/components/dashboard/bookmarks/Bookmarks.tsx` (+1 -1) ➖ `apps/web/components/dashboard/bookmarks/TopNav.tsx` (+0 -5) 📝 `apps/web/components/dashboard/lists/ListHeader.tsx` (+10 -6) 📝 `apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx` (+1 -67) </details> ### 📄 Description - Move layout control on top of bookmarks grid. - Currently, it’s hidden in the settings menu at the bottom left, and people sometimes don’t notice it https://github.com/hoarder-app/hoarder/assets/45597394/9fa6a7da-d55a-4caa-b87e-b4543e6affaa --- <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:15 +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#1578
No description provided.