forked from github/plane
* new toast setup * chore: new toast implementation. * chore: move toast component to ui package. * chore: replace `setToast` with `setPromiseToast` in required places for better UX. * chore: code cleanup. * chore: update theme. * fix: theme switching issue. * chore: remove toast from issue update operations. * chore: add promise toast for add/ remove issue to cycle/ module and remove local spinners. --------- Co-authored-by: rahulramesha <rahulramesham@gmail.com>
14 lines
359 B
TypeScript
14 lines
359 B
TypeScript
export * from "./avatar";
|
|
export * from "./breadcrumbs";
|
|
export * from "./badge";
|
|
export * from "./button";
|
|
export * from "./dropdowns";
|
|
export * from "./form-fields";
|
|
export * from "./icons";
|
|
export * from "./progress";
|
|
export * from "./spinners";
|
|
export * from "./tooltip";
|
|
export * from "./loader";
|
|
export * from "./control-link";
|
|
export * from "./toast";
|