[PR #1314] [MERGED] Docopsv2/views managing columns #1255

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

📋 Pull Request Information

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

Base: dashboard/newHead: docopsv2/views-managing-columns


📝 Commits (10+)

📊 Changes

24 files changed (+849 additions, -223 deletions)

View changed files

📝 package-lock.json (+5 -0)
📝 package.json (+1 -0)
📝 src/cloud/components/DashboardPage/index.tsx (+2 -1)
📝 src/cloud/components/Props/Pickers/AssigneeSelect.tsx (+3 -0)
📝 src/cloud/components/Props/Pickers/DueDateSelect.tsx (+3 -0)
📝 src/cloud/components/Props/Pickers/PropertyValueButton.tsx (+11 -0)
📝 src/cloud/components/Props/Pickers/StatusSelect.tsx (+3 -0)
📝 src/cloud/components/Props/Pickers/TimePeriodPicker.tsx (+3 -0)
📝 src/cloud/components/Props/PropPicker.tsx (+6 -0)
src/cloud/components/Views/Table/ColSettingsContext.tsx (+91 -0)
src/cloud/components/Views/Table/TableAddPropertyContext.tsx (+237 -0)
📝 src/cloud/components/Views/Table/TablePropertiesContext.tsx (+45 -90)
📝 src/cloud/components/Views/Table/TableView.tsx (+235 -80)
📝 src/cloud/components/Views/index.tsx (+4 -0)
📝 src/cloud/interfaces/db/props.ts (+2 -0)
📝 src/cloud/lib/props.ts (+63 -11)
📝 src/cloud/lib/views/table.ts (+92 -18)
📝 src/design/components/organisms/MetadataContainer/molecules/MetadataContainerRow.tsx (+1 -1)
📝 src/design/components/organisms/Table/Table.tsx (+5 -3)
📝 src/design/components/organisms/Table/atoms/TableCell.tsx (+15 -3)

...and 4 more files

📄 Description

No description provided


🔄 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/1314 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 11/11/2021 **Status:** ✅ Merged **Merged:** 11/11/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `dashboard/new` ← **Head:** `docopsv2/views-managing-columns` --- ### 📝 Commits (10+) - [`a13a343`](https://github.com/BoostIO/BoostNote-App/commit/a13a3439d4769d23c79cb34d171255f0dfc2ec57) new add property flow - [`b51f0c6`](https://github.com/BoostIO/BoostNote-App/commit/b51f0c6092461430c66d20b85fea6b585c59740e) warning message - [`401beb7`](https://github.com/BoostIO/BoostNote-App/commit/401beb76dc575d727f2f5fb4bf3043b508ef8db9) fix column icon paths - [`7751548`](https://github.com/BoostIO/BoostNote-App/commit/775154868c2be552ec33b6b1cc576d6f9ce7bd3f) add icons for columns - [`cdf8e35`](https://github.com/BoostIO/BoostNote-App/commit/cdf8e35d434848d65369346d29d3ebda7fe0fbc4) fix onClose when adding column - [`4b77bbc`](https://github.com/BoostIO/BoostNote-App/commit/4b77bbce8f97442238f2ed7993229a3f5b9e57a3) fix table component unique keys - [`62ef921`](https://github.com/BoostIO/BoostNote-App/commit/62ef921caf8103297e1dc9eea4815a3a06ad02c8) correct prop display and item title link - [`ec7c650`](https://github.com/BoostIO/BoostNote-App/commit/ec7c6502ff0eaa19d12dd282f0dd1fc3d786b01a) fix popup alignment - [`6ced167`](https://github.com/BoostIO/BoostNote-App/commit/6ced16740d1d7b90dc777a828d71e350e470cc70) error state for cells - [`ca21460`](https://github.com/BoostIO/BoostNote-App/commit/ca214603f9f433609fce4ea5282e564cb1c19e19) remove add col from properties context ### 📊 Changes **24 files changed** (+849 additions, -223 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -0) 📝 `package.json` (+1 -0) 📝 `src/cloud/components/DashboardPage/index.tsx` (+2 -1) 📝 `src/cloud/components/Props/Pickers/AssigneeSelect.tsx` (+3 -0) 📝 `src/cloud/components/Props/Pickers/DueDateSelect.tsx` (+3 -0) 📝 `src/cloud/components/Props/Pickers/PropertyValueButton.tsx` (+11 -0) 📝 `src/cloud/components/Props/Pickers/StatusSelect.tsx` (+3 -0) 📝 `src/cloud/components/Props/Pickers/TimePeriodPicker.tsx` (+3 -0) 📝 `src/cloud/components/Props/PropPicker.tsx` (+6 -0) ➕ `src/cloud/components/Views/Table/ColSettingsContext.tsx` (+91 -0) ➕ `src/cloud/components/Views/Table/TableAddPropertyContext.tsx` (+237 -0) 📝 `src/cloud/components/Views/Table/TablePropertiesContext.tsx` (+45 -90) 📝 `src/cloud/components/Views/Table/TableView.tsx` (+235 -80) 📝 `src/cloud/components/Views/index.tsx` (+4 -0) 📝 `src/cloud/interfaces/db/props.ts` (+2 -0) 📝 `src/cloud/lib/props.ts` (+63 -11) 📝 `src/cloud/lib/views/table.ts` (+92 -18) 📝 `src/design/components/organisms/MetadataContainer/molecules/MetadataContainerRow.tsx` (+1 -1) 📝 `src/design/components/organisms/Table/Table.tsx` (+5 -3) 📝 `src/design/components/organisms/Table/atoms/TableCell.tsx` (+15 -3) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <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:20 +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#1255
No description provided.