Skip to content

Commit ab3fe56

Browse files
committed
feat: add rainbow layouts
1 parent ba3a60a commit ab3fe56

6 files changed

Lines changed: 1711 additions & 2 deletions

File tree

.changeset/witty-coats-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"amgiflol": patch
3+
---
4+
5+
feat: add rainbow layouts

src/app.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ declare global {
7979

8080
interface UIStore {
8181
isActive: boolean;
82+
rainbowLayout: {
83+
css?: CSSStyleSheet;
84+
enabled: boolean;
85+
};
8286
svg: {
8387
mode: Mode;
8488
showDistances: boolean;

0 commit comments

Comments
 (0)