summaryrefslogtreecommitdiff
path: root/packages/frontend/src/boot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports (#12730)woxtu2023-12-213-9/+9
|
* perf(frontend): import snowfall-effect dynamically to reduce bundle sizesyuilo2023-12-211-1/+1
|
* feat(frontend): 画面に雪を降らせる機能を復活syuilo2023-12-161-0/+8
|
* clean upsyuilo2023-12-161-3/+0
|
* fix: ↵yukineko2023-12-141-2/+2
| | | | | | | devモードの特定条件下でページが表示されなくなる問題を修正 (#12653) * fix: devモードでキャッシュクリアするとページが表示されなくなる問題を修正 * fix: localeがnullの場合も最新のlocaleを取得するように
* chore: ↵おさむのひと2023-12-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) (#12593) * [wip]run standalone vite * [wip]run standalone vite * some fix (tabler icons, sw, streaming) * fix theme * fix run scripts * favicon * client-assets * cssの読み込み順序とCSP設定の変更 * fix lang change * fix clientManifest * baseを相対パスにしてドメイン直下とサブディレクトリ配下両方に対応 * 色々修正 * 色々修正 * 色々修正 * fix * Revert "client-assets" This reverts commit 582601e90eb771875bdf8aba263da2316a59d01b. # Conflicts: # packages/frontend/vite.config.ts * 色々修正 * fix * fix * add url and proxy to server proxy * Update packages/frontend/src/index.html * wip * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * fix tabler load * Apply suggestions from code review * Update packages/frontend/src/index.html * fix * fix vite.config.local-dev.ts * fix CONTRIBUTING.md --------- Co-authored-by: FruitRiin <nassii74@gmail.com> Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: 果物リン <fruitriin@riinswork.space> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: ozelot <contact@ozelot.dev>
* 入力フォームでもリアクション選択時に使用するピッカ ↵おさむのひと2023-12-031-0/+2
| | | | | | | | | | | | | | | | | | | | を使うようにしたい (#12337) * 入力フォームでもリアクション選択時に使用するピッカーを使うようにしたい * erase console.log * fix CHANGELOG.md * reaction-picker.ts を戻し、今回の対応を入れた emoji-picker.ts を新たに作成 * fix CHANGELOG.md * tweak --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵zyoshoka2023-11-291-12/+16
| | | | | | | WebKitブラウザー上でも「デバイスの画面を常にオンにする」機能が効くように (#12484) * fix(frontend): WebKitブラウザー上でもkeepScreenOnが効くように * chore: add comment
* fix: wake lock error in safari etc (#12464)ragujp2023-11-261-6/+10
|
* fix(frontend): pull to ↵syuilo2023-11-101-2/+1
| | | | refreshするたびにストリーミング全体の再接続が行われるのを修正
* enhance(frontend): improve aiscript plugin error handlingsyuilo2023-11-061-1/+1
|
* Feat: 未読通知数を表示できるように (#11982)かっこかり2023-11-011-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 未読通知数を表示できるように * Update Changelog * オプトインにする * Fix lint * (add) テスト通知のプッシュ通知を追加 * add test * フロントエンドの表示上限を99に変更 * Make it default on * 共通スタイルをくくりだす * Update Changelog * tweak * Update UserEntityService.ts * rename * Update navbar-for-mobile.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(frontend): ↵_2023-10-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | スワイプやボタンでタイムラインを再読込する機能 (#12113) * pc reloading * add: disable TL websocket option * fix: stream disconnect when reload * add: pull to refresh * fix: pull to refresh * add changelog * fact: change to disableStreamingTimeline * lint * remove: en-US text * refactor * refactor * add license identifier * tweak * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * change name timeoutHeartBeat * tweak * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Replace deprecated `MediaQueryList.addListener()` (#12112)woxtu2023-10-231-1/+1
|
* 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