[PR #1422] [MERGED] Add query param view for smart view views #1335

Closed
opened 2026-03-03 00:25:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1422
Author: @Komediruzecki
Created: 1/3/2022
Status: Merged
Merged: 1/18/2022
Merged by: @Davy-c

Base: feat/default-view-inselectorHead: feature/add-smart-view-query


📝 Commits (3)

  • 0257de1 Add query param view for smart view views
  • 05a1639 Add shallow URL replace when user clicks on view
  • 9a2571b Add view query for link copy in desktop app

📊 Changes

3 files changed (+40 additions, -6 deletions)

View changed files

📝 src/cloud/components/FolderPage/NewFolderContextMenu.tsx (+10 -2)
📝 src/cloud/components/Views/index.tsx (+20 -1)
📝 src/cloud/components/WorkspacePage/WorkspaceContextMenu.tsx (+10 -3)

📄 Description

Add query param view for smart view views

Tested with invalid queries and valid view IDs, like:
http://localhost:3001/testspace/dashboard?view=20 after creating the views with those IDs.

Tested with folder/workspace as well:
http://localhost:3001/testspace/Sprint-meeting-fDdf3f8586d2004bba9b1bf5df0b423ce2?view=26

Short video showcase:

https://user-images.githubusercontent.com/18196945/148118036-847ae133-18e4-4905-8229-768518615066.mp4


🔄 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/BoostIO/BoostNote-App/pull/1422 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 1/3/2022 **Status:** ✅ Merged **Merged:** 1/18/2022 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `feat/default-view-inselector` ← **Head:** `feature/add-smart-view-query` --- ### 📝 Commits (3) - [`0257de1`](https://github.com/BoostIO/BoostNote-App/commit/0257de1a21365e70c1f1ede8adcb8f590b61912a) Add query param view for smart view views - [`05a1639`](https://github.com/BoostIO/BoostNote-App/commit/05a1639da5e283181819b328dbafd86826bb6d34) Add shallow URL replace when user clicks on view - [`9a2571b`](https://github.com/BoostIO/BoostNote-App/commit/9a2571b2b9c3442571c2303ca07723c2c0cb9715) Add view query for link copy in desktop app ### 📊 Changes **3 files changed** (+40 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/FolderPage/NewFolderContextMenu.tsx` (+10 -2) 📝 `src/cloud/components/Views/index.tsx` (+20 -1) 📝 `src/cloud/components/WorkspacePage/WorkspaceContextMenu.tsx` (+10 -3) </details> ### 📄 Description Add query param view for smart view views Tested with invalid queries and valid view IDs, like: `http://localhost:3001/testspace/dashboard?view=20` after creating the views with those IDs. Tested with folder/workspace as well: `http://localhost:3001/testspace/Sprint-meeting-fDdf3f8586d2004bba9b1bf5df0b423ce2?view=26` Short video showcase: https://user-images.githubusercontent.com/18196945/148118036-847ae133-18e4-4905-8229-768518615066.mp4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:43 +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/BoostNote-App#1335
No description provided.