summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/api.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactorsyuilo2023-09-201-5/+5
|
* refactor(frontend): use ESMsyuilo2023-09-191-2/+2
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: 登録フォームにおける競合状態を修正 (#10267)RyotaK2023-03-081-1/+2
| | | | | * fix: 登録フォームにおける競合状態を修正 * エラーを修正
* pref: Optimize client imports (#9506)tamaina2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * pref: Optimize client imports * split api? * fix * :v: * no vue split? * Revert "no vue split?" This reverts commit 27ccec971e2925184a58da65c3472655def2617c. * function => const * :v: * Revert "function => const" This reverts commit 34f2feb224f65cc4fca090b29450adb00e85c2c5. * function api
* lintsyuilo2023-01-101-2/+2
|
* refactor: api, apiGet関数をosから@/scripts/api.tsに分離する (#9510)tamaina2023-01-101-0/+79
* split api? * fix * :v: * no vue split? * Revert "no vue split?" This reverts commit 27ccec971e2925184a58da65c3472655def2617c.