mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1314] [MERGED] Docopsv2/views managing columns #1255
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#1255
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/1314
Author: @Davy-c
Created: 11/11/2021
Status: ✅ Merged
Merged: 11/11/2021
Merged by: @Davy-c
Base:
dashboard/new← Head:docopsv2/views-managing-columns📝 Commits (10+)
a13a343new add property flowb51f0c6warning message401beb7fix column icon paths7751548add icons for columnscdf8e35fix onClose when adding column4b77bbcfix table component unique keys62ef921correct prop display and item title linkec7c650fix popup alignment6ced167error state for cellsca21460remove add col from properties context📊 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.