-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
885d020
commit e24eef3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule MicroSDeck
updated
23 files
+8 −0 | .github/auto_assign-issues.yml | |
+13 −0 | .github/auto_assign.yml | |
+15 −43 | .github/workflows/build.yml | |
+39 −0 | .github/workflows/deploy.yml | |
+39 −0 | .mise.toml | |
+1 −1 | backend/version | |
+4 −5 | lib/package.json | |
+361 −352 | lib/pnpm-lock.yaml | |
+27 −4 | lib/src/MicoSDeck.ts | |
+50 −7 | lib/src/backend.ts | |
+1 −1 | lib/src/components/MicroSDeckContext.tsx | |
+1 −0 | lib/tsconfig.json | |
+7 −7 | package.json | |
+578 −605 | pnpm-lock.yaml | |
+1 −1 | rollup.config.mjs | |
+10 −33 | src/components/CardActions.tsx | |
+16 −6 | src/components/LibraryModal.tsx | |
+1 −1 | src/const.ts | |
+4 −9 | src/index.tsx | |
+2 −2 | src/modals/EditCardModal.tsx | |
+5 −2 | src/patch/PatchAppScreen.tsx | |
+90 −21 | util/build.mjs | |
+11 −3 | util/versioning.mjs |