mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
1329145173
* chore: custom theme types and constants * feat: custom theming * feat: preferences tab added in profile settings * feat: remove unneccessary file * feat:theme apply on page load * fix: theme switch dropdown fix * feat: color picker input, theme icon added, chore: code refactor * style: color picker icon added * fix: mutation fix * fix: palette sequence fix * chore: default custom theme palette updated * style: join project and not authorized page theming * fix: merge conflict * fix: build fix and preferences tab layout fix
18 lines
593 B
TypeScript
18 lines
593 B
TypeScript
export * from "./board-view";
|
|
export * from "./calendar-view";
|
|
export * from "./list-view";
|
|
export * from "./sidebar";
|
|
export * from "./bulk-delete-issues-modal";
|
|
export * from "./existing-issues-list-modal";
|
|
export * from "./filters-list";
|
|
export * from "./gpt-assistant-modal";
|
|
export * from "./image-upload-modal";
|
|
export * from "./issues-view-filter";
|
|
export * from "./issues-view";
|
|
export * from "./link-modal";
|
|
export * from "./image-picker-popover";
|
|
export * from "./feeds";
|
|
export * from "./theme-switch";
|
|
export * from "./custom-theme-selector";
|
|
export * from "./color-picker-input";
|