Skip to content

Commit 327cf71

Browse files
author
Oskar Widmark
committed
chore: add to todos
1 parent a067aea commit 327cf71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Features:
66
- [ ] 2D color matrix visualization
77
- [ ] Spiral visualization
88
- [ ] Highlight color based on action type
9+
- [ ] Mobile browser support
910

1011
Fixes:
1112

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export enum VisualizationType {
5252
Bars = 'Bars',
5353
Dots = 'Dots',
5454
Colors = 'Colors',
55+
Matrix = 'Matrix',
5556
}
5657

5758
export enum DisplayType {

0 commit comments

Comments
 (0)