Skip to content

Commit

Permalink
chore: Extract to separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Undistraction committed Jul 23, 2024
1 parent 8d62a2f commit 917104b
Show file tree
Hide file tree
Showing 69 changed files with 4,616 additions and 2,140 deletions.
2 changes: 1 addition & 1 deletion .env.local
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_BASE=/

2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_BASE='/<REPO>/'

14 changes: 1 addition & 13 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

1. Separate demo to own repo
2. Basic mobile styles
3. getGridCells - return an array of cell data

### Should do

Expand All @@ -14,15 +13,4 @@

- double-click to reset corner controls

2. Add back easing
3. Don't render grid during drag (setting/toggle)

#### Add back easing

(See https://gre.github.io/bezier-easing-editor/example/), basically pass each ratio to an easing function before using it.

```
// const easeX = BezierEasing(0, 0, 1, 1)
// const easeY = BezierEasing(0, 0, 1, 1)
const easedRatioX = easeX(ratioX)
```
2. Don't render grid during drag (setting/toggle)
33 changes: 0 additions & 33 deletions commitlint.config.js

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"dependencies": {
"coons-patch": "^1.1.0",
"prop-types": "^15.8.1",
"ramda": "^0.30.1",
"ramda-adjunct": "^5.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
Expand Down
Loading

0 comments on commit 917104b

Please sign in to comment.