summaryrefslogtreecommitdiff
path: root/packages/frontend/src/init.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): boot分割したり副作用減らしたりとかsyuilo2023-05-151-523/+0
| | | | #10838
* fix #10850 ?syuilo2023-05-151-1/+1
|
* fix #10850 ?syuilo2023-05-141-3/+5
|
* :v:syuilo2023-05-141-7/+1
|
* tweak of #10799syuilo2023-05-081-0/+3
|
* tweak of #10799syuilo2023-05-081-1/+4
|
* feat(frontend): アカウント初期設定ウィザード (#10799)syuilo2023-05-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * :art: * :art: * wip * wip * :art: * Update CHANGELOG.md * wip * Update MkUserSetupDialog.vue * add stories Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * update stories * Update MkUserSetupDialog.Follow.stories.impl.ts * test: load mock user account * :v: * :v: * test: reset on each render * test: use id to identify --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix lintsyuilo2023-05-071-1/+1
|
* miauthでは寄付popupを表示しない (#10779)かっこかり2023-05-061-1/+1
|
* add new achievementsyuilo2023-04-201-0/+4
|
* refactor: init.ts周りのeslintエラーと型の修正 (#10157)KokiSakano2023-04-131-28/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor/miLocalStorageのメソッドに戻り値追加 * refactor/miLocalStorageのキーとしてdebugがconfig.tsに存在するので追加 * fix/JSON.parseにnullは入らないのでnullの時は分岐させてnullにする * refactor/修正したファイルの型調整+記法の統一 * fix/型のためにlangがnullの時はhtmlの言語の設定をしない * refactor/catchで何もしないと警告が出るので修正 * refactor/細かい点の修正 * refactor/変数の二重定義になっていた二重定義になっていたので修正 * refactor/importの整理(通常のimportは最初に処理されるので影響はない想定) * fix/vueファイルに型を与えてインポート時の型エラーを防ぐ * refactor/開発環境のみで利用するので,eslintの設定を変更する * fix/vueの定義を最小限にする * fallback language to 'en-US' * remove accounts migration * fix:vueの型定義ファイルを消す --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(frontend): URLに他のクエリがあるときにもZen ↵okayurisotto2023-04-081-1/+1
| | | | UIが適用されるように (#10477)
* enhance(backend): チャンネルの既読管理を削除syuilo2023-04-051-9/+0
| | | | | | - 現状上手く機能していない - パフォーマンス上の理由 - 実装するにしてももっと効率的な方法がある
* refactor(frontend): remove $ts and $tsyuilo2023-04-011-6/+0
|
* refactor(frontend): remove $isyuilo2023-04-011-1/+0
|
* refactor(frontend): remove $instancesyuilo2023-04-011-1/+0
|
* refactor(frontend): remove $storesyuilo2023-04-011-2/+1
|
* fix(frontend): ↵(Fairy)Phy2023-03-111-1/+3
| | | | | | | | | | | | | | | | | | Safariでプラグインが複数ある場合に正常に読み込まれない問題を修正 (#10290) * Safariでプラグインが複数ある場合に正常に読み込まれない問題を修正 * Update packages/frontend/src/init.ts Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * Update packages/frontend/src/init.ts Co-authored-by: rinsuki <428rinsuki+git@gmail.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* feat: 2つの検索画面の統合 (#9949) (#10038)Khsmty2023-02-251-2/+4
| | | | | | | | | | | * feat: 検索画面の UI を統一 * fix: エラーの修正 * add: changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+1
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* drop messaging (#9919)syuilo2023-02-151-9/+0
| | | | | * drop messaging (from backend) * wip
* 単なるラッキーの獲得確立を調整syuilo2023-02-051-1/+1
|
* enhance: PizzaxデータをindexedDBに保存するように (#9225)tamaina2023-02-021-0/+5
| | | | | | | | | | | | | | | | | * Revert "Revert #8098" This reverts commit 8b9dc962ae7b04354c65f6e80ad0e9a6bafd57ea. * fix * use deepClone instead of deepclone * defaultStore.loaded * fix load * wait ready * use top-level await, await in device-kind.ts
* refactor(client): use top-level awaitsyuilo2023-02-021-393/+391
|
* wiptamaina2023-01-221-5/+0
|
* fix(client): ↵syuilo2023-01-221-4/+7
| | | | ローカリゼーション更新時にリロードが繰り返されることがあるのを修正
* tweak fetchCustomEmojis timingsyuilo2023-01-211-0/+5
|
* fix(client): ↵syuilo2023-01-211-0/+13
| | | | | | クライアント起動時にも言語ファイルのチェックを行うように Fix #9005
* add some achievementssyuilo2023-01-211-3/+8
|
* Achievements (#9665)syuilo2023-01-211-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* enhance(client): donation dialogsyuilo2023-01-071-0/+8
|
* refactor(client): typed localStoragesyuilo2023-01-071-10/+14
|
* :art:syuilo2023-01-061-0/+1
|
* rename: client -> frontendsyuilo2022-12-271-0/+433