Skip to content

Commit

Permalink
a bunch of refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar404 committed Feb 12, 2024
1 parent 5114bc8 commit 0063a7a
Show file tree
Hide file tree
Showing 18 changed files with 972 additions and 1,197 deletions.
52 changes: 51 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"tailwindcss": "^3.2.4",
"tinycolor2": "^1.4.2",
"typescript": "^4.8.2",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"zustand": "^4.5.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Binary file added public/assets/moth-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 15 additions & 6 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
- move dot out of range resets color to red
- changing the canvas size is weird
- hsl rgb number inputs dont all work
- the first time you use an action it wipes the screen

# MVP
- previous 2 color switch
- just as a quick reference, does no effect the pallete

- colors used in pallette
- when changing color in pallete, update all instances of that color in all layers

- box selection tools
- stretch with side grab
- rotate with corner grab
Expand All @@ -23,6 +18,20 @@

- lighten/darken tool

- basic shapes
- square
- circle
- rect
- oval

- previous 2 color switch
- just as a quick reference, does no effect the pallete
- colors used in pallette
- when changing color in pallete, update all instances of that color in all layers

- light/dark theme
- minimize UI

- import/export
- import project file
- export selected frame
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import mixpanel from 'mixpanel-browser';
import { Home } from './pages/Home/index';
import { BrowserRouter, Routes, Route, } from 'react-router-dom';
import mixpanel from 'mixpanel-browser';


mixpanel.init('d0fd76de4b27e761d97f59a0ca878094', {debug: true, track_pageview: true, persistence: 'localStorage'});
Expand Down
Loading

0 comments on commit 0063a7a

Please sign in to comment.