summaryrefslogtreecommitdiff
path: root/packages/frontend/src/aiscript/api.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)Freya Murphy2 days1-2/+2
|
* fix(frontend/aiscript): ↵かっこかり2025-11-271-19/+75
| | | | | | | | | | | | | 各種関数の引数で明示的にnullが指定されている場合のハンドリングを修正 (#16838) * fix(frontend/aiscript): MkDialogのtitle, textでnull値を許容するように * fix * update aiscript and use new api * fix * fix
* fix(frontend/aiscript): Mk:toastを同期関数に変更 (#16480)かっこかり2025-10-091-1/+1
|
* refactor(frontend): ↵かっこかり2025-08-311-1/+1
| | | | | | | | | | | フロントエンドの型エラー解消(途中まで) (#16477) * refactor(frontend): フロントエンドの型エラー解消 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend/aiscript): AiScriptからtoastを発行できるように ↵かっこかり2025-05-211-0/+5
| | | | | | | (#16071) * enhance(frontend/aiscript): AiScriptからtoastを発行できるように * Update Changelog
* Merge commit from forkJulia2025-04-291-1/+1
| | | | | | | | none of our endpoints will ever contain `..` (they might, maybe, at some point, contain `.`, as in `something/get.html`?), so every `Mk:api()` call to an endpoint that contains `..` can't work: let's reject it outright Co-authored-by: dakkar <dakkar@thenautilus.net>
* enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-0/+125