mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1317] [MERGED] v2/ Dashboard - Toolbar #1258
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#1258
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/1317
Author: @Davy-c
Created: 11/16/2021
Status: ✅ Merged
Merged: 11/17/2021
Merged by: @Davy-c
Base:
dashboard/new← Head:docopsv2/toolbar-changes📝 Commits (10+)
8a92d93add cm toolbar in dashboard4aecb91prop update in toolbar3695b55fix table layout3207d15fix timeperiod label for toolbarf449067reduce padding for properties035441bincrease padding for cells07422bafix modal height53c481eminheight to modal conditionseb9b05dremove docs/folder selection in CM5620a42hide view selector if only one view📊 Changes
28 files changed (+1318 additions, -829 deletions)
View changed files
📝
src/cloud/api/teams/resources/index.ts(+2 -0)📝
src/cloud/api/teams/views/index.ts(+8 -6)📝
src/cloud/components/ContentManager/ContentManagerToolbar.tsx(+253 -185)📝
src/cloud/components/ContentManager/Rows/ContentManagerDocRow.tsx(+3 -93)📝
src/cloud/components/ContentManager/index.tsx(+53 -160)📝
src/cloud/components/DashboardPage/index.tsx(+37 -18)📝
src/cloud/components/FolderPage/index.tsx(+25 -3)📝
src/cloud/components/Props/Pickers/AssigneeSelect.tsx(+4 -0)📝
src/cloud/components/Props/Pickers/DueDateSelect.tsx(+4 -0)📝
src/cloud/components/Props/Pickers/TimePeriodPicker.tsx(+6 -1)📝
src/cloud/components/Views/Table/TableAddPropertyContext.tsx(+7 -6)📝
src/cloud/components/Views/Table/TableView.tsx(+64 -308)➕
src/cloud/components/Views/Table/TableViewContentManager.tsx(+472 -0)📝
src/cloud/components/Views/index.tsx(+19 -33)📝
src/cloud/components/WorkspacePage/index.tsx(+25 -4)📝
src/cloud/interfaces/db/view.ts(+7 -2)📝
src/cloud/lib/hooks/useCloudApi.ts(+5 -1)➕
src/cloud/lib/hooks/views/tableView.ts(+149 -0)📝
src/cloud/lib/stores/nav/store.tsx(+8 -0)📝
src/cloud/lib/utils/array.ts(+3 -3)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.