mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
a14f8c281b
* chore: store various shades of accent color
* refactor: custom theme selector
* refactor: custom theme selector
* chore: update custom theme input labels
* fix: color generator function logic
* fix: accent color preloaded data
* chore: new theming structure
* chore: update shades calculation logic
* refactor: variable names
* chore: update color scheming
* chore: new color scheming
* refactor: themes folder structure
* chore: update classnames according to new variables
* Revert "chore: update classnames according to new variables"
This reverts commit 60a87453b2
.
* chore: remove temp file
13 lines
365 B
TypeScript
13 lines
365 B
TypeScript
export * from "./board-view";
|
|
export * from "./calendar-view";
|
|
export * from "./filters";
|
|
export * from "./gantt-chart-view";
|
|
export * from "./list-view";
|
|
export * from "./modals";
|
|
export * from "./spreadsheet-view";
|
|
export * from "./theme";
|
|
export * from "./sidebar";
|
|
export * from "./issues-view";
|
|
export * from "./image-picker-popover";
|
|
export * from "./feeds";
|