mirror of
https://github.com/makeplane/plane.git
synced 2026-05-03 14:39:39 -05:00
333a989b1a
* chore: components restructuring and minor UI improvements. * chore: minor UI improvements fro icons and member dropdown. * chore: update issue identifier. * chore: rename `Issue Extra Property` to `Issue Additional Property` * chore: fix popovers placement issue on components with overflow. * chore: add `scrollbar-xs` * chore: add `xs` size for input and textarea components. * chore: update `sortable` to return back `movedItem` in the onChange callback. * chore: minor UI adjustments for radio-select. * chore: update outside click delay to 1ms.
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
export * from "./bulk-operations";
|
|
export * from "./worklog";
|
|
export * from "./issue-modal";
|
|
export * from "./issue-details";
|