summaryrefslogtreecommitdiff
path: root/packages/frontend/src/boot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(frontend): スリープ無効化機能syuilo2023-09-201-0/+12
| | | | Resolve #11853
* refactor(frontend): use ESMsyuilo2023-09-193-36/+36
|
* feat: refine announcement (#11497)syuilo2023-08-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* chore: ↵Shun Sakai2023-07-273-0/+15
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* enhance(client): ↵syuilo2023-07-171-1/+2
| | | | Deckで非ルートページにアクセスした際に簡易UIで表示しない設定を追加
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf: インスタンスデフォルトテーマを予めjson5 -> ↵syuilo2023-05-301-3/+2
| | | | jsonに変換しておくことでjson5を初期バンドルに含めずに済むように
* enhance(frontend): Deck ↵syuilo2023-05-201-1/+1
| | | | | | UIを使用している場合、`/`以外にアクセスした際にZen UIで表示するように Resolve #10871
* refactor(frontend): boot分割したり副作用減らしたりとかsyuilo2023-05-153-0/+525
#10838