Skip to content

Commit

Permalink
Merge pull request #174 from sohosai/impl-#27
Browse files Browse the repository at this point in the history
`/committee/forms/new` の実装 (スタイル・ファイルアップロード一部未実装)
  • Loading branch information
appare45 authored Apr 14, 2024
2 parents dddfd3f + d514251 commit 9e92360
Show file tree
Hide file tree
Showing 13 changed files with 1,061 additions and 429 deletions.
7 changes: 4 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",

"editor.tabSize": 2,
"files.insertFinalNewline": true
"files.insertFinalNewline": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
3 changes: 3 additions & 0 deletions panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export default defineConfig({
orange: { value: "#ed6d1f" },
purple: { value: "#60C" },
},
tsukuba: {
purple: { value: "#60C" },
},
},
},
},
Expand Down
Loading

0 comments on commit 9e92360

Please sign in to comment.