chore: components restructure and improvements (#5383)
* chore: update issue identifier component. * fix: browser tab closed on closing emoji picker issue fixed. * chore: revert back changes in logo props. * chore: update sortable. * chore: minor componenets restructuring. * minor ui update. * fix: issue identifier display in command palette search. * style: issue activity icons consistency.
This commit is contained in:
parent
c829b52c0f
commit
807dfec7ad
59 changed files with 470 additions and 266 deletions
|
|
@ -1 +1,2 @@
|
|||
export * from "./issue-identifier";
|
||||
export * from "./issue-properties-activity";
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
export * from "./root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details/issue-properties-activity/root";
|
||||
Loading…
Add table
Add a link
Reference in a new issue