forked from daeuniverse/daed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: modal reworks (daeuniverse#149)
* feat: qrcode modal rework * feat: use github light as monaco editor light theme --------- Co-authored-by: dae-bot[bot] <136105375+dae-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c1d68bc
commit 0fa1572
Showing
7 changed files
with
162 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"*.{js,jsx,ts,tsx}": "eslint --fix" | ||
"*.{js,jsx,ts,tsx,md,html,css,less,scss,json,yml,yaml,graphql}": "prettier --write" | ||
'package.json': 'sort-package-json' | ||
'*.{js,jsx,ts,tsx}': 'eslint --fix' | ||
'*.{js,jsx,ts,tsx,md,html,css,less,scss,json,yml,yaml,graphql}': 'prettier --write' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"name": "daed", | ||
"private": true, | ||
"version": "v0.1.0", | ||
"license": "MIT", | ||
"private": true, | ||
"description": "A Web Dashboard For dae", | ||
"homepage": "https://daeuniverse.github.io/daed", | ||
"repository": "https://github.com/daeuniverse/daed", | ||
"description": "A Web Dashboard For dae", | ||
"license": "MIT", | ||
"author": { | ||
"name": "daeuniverse", | ||
"email": "[email protected]" | ||
}, | ||
"scripts": { | ||
"dev": "vite dev", | ||
"build": "vite build", | ||
"lint": "vite lint", | ||
"codegen": "graphql-codegen", | ||
"dev": "vite dev", | ||
"lint": "vite lint", | ||
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
|
@@ -95,6 +95,7 @@ | |
"react-router": "^6.14.1", | ||
"react-router-dom": "^6.14.1", | ||
"simple-git": "^3.19.1", | ||
"sort-package-json": "^2.5.1", | ||
"typescript": "^5.1.6", | ||
"urijs": "^1.19.11", | ||
"vite": "^4.4.1", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters