From 3413585c45c1c3cc32975fd67e6ce90ff2974db2 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 1 May 2023 08:32:22 -0500 Subject: [PATCH 1/2] Fix bar misalignment on actions --- src/features/action.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/action.tsx b/src/features/action.tsx index 7d392bb..1fbb8d3 100644 --- a/src/features/action.tsx +++ b/src/features/action.tsx @@ -169,7 +169,6 @@ export function createAction( direction: Direction.Right, width: 100, height: 10, - style: "margin-top: 8px", borderStyle: "border-color: black", baseStyle: "margin-top: -1px", progress: () => Decimal.div(progress.value, unref(genericAction.duration)), From 6786c27b8931f6cebd94b7f93726ddc066573f96 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 3 May 2023 15:50:51 -0500 Subject: [PATCH 2/2] Remove lint from readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e535eb2..5f8c741 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,6 @@ npm run build npm run preview ``` -### Lints and fixes files -``` -npm run lint -``` - ### Runs the tests using vite-jest ``` npm run test