feat: [alpha] Providers grid refactor (#1345)

Co-authored-by: Yingjie He <yingjiehe@squareup.com>
This commit is contained in:
lily-de
2025-02-24 13:03:13 -05:00
committed by GitHub
parent d786ecac61
commit c0c9fcccd5
45 changed files with 1445 additions and 21 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"lint:check": "eslint \"src/**/*.{ts,tsx}\"",
"format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,css,json}\"",
"prepare": "cd ../.. && husky install"
"prepare": "cd ../.. && husky install",
"start-alpha-gui": "ALPHA=true npm run start-gui"
},
"devDependencies": {
"@electron-forge/cli": "^7.5.0",