This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
plane
Watch
2
Star
0
Fork
0
You've already forked plane
forked from
github/plane
Code
Pull Requests
Activity
55b9fbffd7
plane
/
web
/
components
/
issues
/
issue-layouts
/
list
/
index.ts
4 lines
81 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: refactor and beautify issue properties (#2539) * chore: update all issue property components * style: issue properties
2023-10-25 14:17:58 +00:00
export
*
from
"./roots"
;
chore: implemented CRUD operations in all the layouts (#2505) * chore: basic crud operations added to the list view * refactor: cycle details page * refactor: module details page * chore: added quick actions to kanban issue block * chore: implement quick actions in calendar layout * fix: custom menu component * chore: separate quick action dropdowns implemented * style: loader for calendar * fix: build errors
2023-10-20 11:37:46 +00:00
export
*
from
"./block"
;
export
*
from
"./blocks-list"
;
Copy Permalink