mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1282] [MERGED] Dashboard/filter UI #1236
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/1282
Author: @ButteryCrumpet
Created: 10/28/2021
Status: ✅ Merged
Merged: 10/28/2021
Merged by: @Davy-c
Base:
dashboard/new← Head:dashboard/filter-ui📝 Commits (10+)
81c0069update query types9480d79update dashboard types7d18943align core selectors with new types4881686add prop to secondary condition components1552cdduse new types in form components7e89143update api typesd9ae53bupdate Modal components122c2e0update mobile componentsdd800ecdisplay prop filters in context menue7db94dfilter docs with new query structure📊 Changes
19 files changed (+637 additions, -988 deletions)
View changed files
📝
src/cloud/api/teams/dashboard/index.ts(+3 -3)📝
src/cloud/components/DashboardFolderContextMenu.tsx(+39 -65)➕
src/cloud/components/Modal/contents/Dashboard/ConditionItem.tsx(+143 -0)➕
src/cloud/components/Modal/contents/Dashboard/ConditionValueControl.tsx(+159 -0)📝
src/cloud/components/Modal/contents/Dashboard/CreateDashboardModal.tsx(+4 -5)📝
src/cloud/components/Modal/contents/Dashboard/DashboardForm.tsx(+43 -108)📝
src/cloud/components/Modal/contents/Dashboard/DateConditionValueTypeSelect.tsx(+53 -36)📝
src/cloud/components/Modal/contents/Dashboard/DocAssigneeSelect.tsx(+13 -17)📝
src/cloud/components/Modal/contents/Dashboard/DocDateSelect.tsx(+12 -18)📝
src/cloud/components/Modal/contents/Dashboard/DocLabelSelect.tsx(+9 -11)➖
src/cloud/components/Modal/contents/Dashboard/SecondaryConditionItem.tsx(+0 -152)➖
src/cloud/components/Modal/contents/Dashboard/SecondaryConditionValueControl.tsx(+0 -85)📝
src/cloud/components/Modal/contents/Dashboard/UpdateDashboardModal.tsx(+2 -41)📝
src/cloud/components/Modal/contents/Dashboard/interfaces.ts(+10 -70)📝
src/cloud/interfaces/db/dashboard.ts(+21 -98)📝
src/cloud/pages/[teamId]/dashboard-folders/[dashboardFolderId].tsx(+99 -171)📝
src/mobile/components/organisms/modals/DashboardCreateModal.tsx(+4 -4)📝
src/mobile/components/organisms/modals/DashboardUpdateModal.tsx(+2 -41)📝
src/mobile/components/organisms/modals/organisms/DashboardForm.tsx(+21 -63)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.