[PR #1343] [MERGED] Fix/dashboard time query #1282

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1343
Author: @Rokt33r
Created: 11/21/2021
Status: Merged
Merged: 11/21/2021
Merged by: @Davy-c

Base: dashboard/newHead: fix/dashboard-time-query


📝 Commits (4)

  • 8342109 Fix compile errors in mock handler
  • 3b61e20 Fix dashboard routes
  • d95d374 Fix dashboard date filtering
  • 13af4be Fix default date value for date filters

📊 Changes

9 files changed (+87 additions, -38 deletions)

View changed files

📝 src/cloud/api/mock/mockHandler.ts (+2 -2)
📝 src/cloud/components/Modal/contents/SmartView/DateConditionValueTypeSelect.tsx (+7 -5)
📝 src/cloud/components/Modal/contents/SmartView/DocDateSelect.tsx (+5 -10)
📝 src/cloud/components/Modal/contents/SmartView/UpdateSmartViewModal.tsx (+1 -1)
📝 src/cloud/components/SmartViewContextMenu.tsx (+1 -1)
📝 src/cloud/lib/date.ts (+14 -0)
📝 src/cloud/lib/smartViews.ts (+53 -17)
📝 src/mobile/components/organisms/modals/SmartViewCreateModal.tsx (+3 -1)
📝 src/mobile/components/organisms/modals/SmartViewUpdateModal.tsx (+1 -1)

📄 Description

  • Fixed dashboard links
  • Fixed date filter behaviors of smart views

🔄 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/1343 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 11/21/2021 **Status:** ✅ Merged **Merged:** 11/21/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `dashboard/new` ← **Head:** `fix/dashboard-time-query` --- ### 📝 Commits (4) - [`8342109`](https://github.com/BoostIO/BoostNote-App/commit/8342109a4b969ee3e8d3e27a6f2ac0f89df5742d) Fix compile errors in mock handler - [`3b61e20`](https://github.com/BoostIO/BoostNote-App/commit/3b61e209afb73aa78b542aaf51392414d8e5c188) Fix dashboard routes - [`d95d374`](https://github.com/BoostIO/BoostNote-App/commit/d95d37440c0d050fca3b416ff479eb489a735008) Fix dashboard date filtering - [`13af4be`](https://github.com/BoostIO/BoostNote-App/commit/13af4be838e4c29d405b552d74677df6f0f6701a) Fix default date value for date filters ### 📊 Changes **9 files changed** (+87 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/mock/mockHandler.ts` (+2 -2) 📝 `src/cloud/components/Modal/contents/SmartView/DateConditionValueTypeSelect.tsx` (+7 -5) 📝 `src/cloud/components/Modal/contents/SmartView/DocDateSelect.tsx` (+5 -10) 📝 `src/cloud/components/Modal/contents/SmartView/UpdateSmartViewModal.tsx` (+1 -1) 📝 `src/cloud/components/SmartViewContextMenu.tsx` (+1 -1) 📝 `src/cloud/lib/date.ts` (+14 -0) 📝 `src/cloud/lib/smartViews.ts` (+53 -17) 📝 `src/mobile/components/organisms/modals/SmartViewCreateModal.tsx` (+3 -1) 📝 `src/mobile/components/organisms/modals/SmartViewUpdateModal.tsx` (+1 -1) </details> ### 📄 Description - Fixed dashboard links - Fixed date filter behaviors of smart views --- <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:28 +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#1282
No description provided.