summaryrefslogtreecommitdiff
path: root/packages/frontend/src/custom-emojis.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(frontend): ↵おさむのひと2024-01-041-3/+3
| | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* バックエンドが生成するapi.jsonからmisskey-jsの型を作成す ↵おさむのひと2023-12-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#12434) * ひとまず生成できるところまで * ファイル構成整理 * 生成コマンド整理 * misskey-jsへの組み込み * fix generator.ts * wip * fix generator.ts * fix package.json * 生成ロジックの調整 * 型レベルでのswitch-case機構をmisskey-jsからfrontendに持ち込めるようにした * 型チェック用のtsconfig.jsonを作成 * 他のエンドポイントを呼ぶ関数にも適用 * 未使用エンティティなどを削除 * misskey-js側で手動定義されていた型を自動生成された型に移行(ただしapi.jsonがvalidでなくなってしまったので後で修正する) * messagingは廃止されている(テストのビルドエラー解消) * validなapi.jsonを出力できるように修正 * 修正漏れ対応 * Ajvに怒られて起動できなかったところを修正 * fix ci(途中) * パラメータenumをやめる * add command * add api.json * 都度自動生成をやめる * 一気通貫スクリプト修正 * fix ci * 生成ロジック修正 * フロントの型チェックは結局やらなかったので戻しておく * fix pnpm-lock.yaml * add README.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): use ESMsyuilo2023-09-191-3/+3
|
* 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>
* perf(frontend): ↵syuilo2023-05-311-1/+9
| | | | | | サーバーにカスタム絵文字の種類が多い場合のパフォーマンスの改善 Resolve #10925
* refactor(frontend): boot分割したり副作用減らしたりとかsyuilo2023-05-151-8/+5
| | | | #10838
* enhance(client): emojisはIndexedDBに保存する (#10121)tamaina2023-02-281-7/+16
| | | | | * enhance(client): emojisはIndexedDBに保存する * lastEmojisFetchedAt
* enhance(client): tweak custom emoji cachesyuilo2023-01-271-5/+10
|
* lintsyuilo2023-01-261-4/+4
|
* better category null handlingtamaina2023-01-221-4/+6
|
* remove console.logtamaina2023-01-221-4/+0
|
* 1時間にtamaina2023-01-221-1/+1
|
* wiptamaina2023-01-221-5/+5
|
* wiptamaina2023-01-221-2/+4
|
* wiptamaina2023-01-221-1/+13
|
* customEmojiCategories as computedtamaina2023-01-161-14/+8
|
* :v:tamaina2023-01-161-0/+1
|
* setIntervaltamaina2023-01-161-1/+1
|
* wiptamaina2023-01-161-8/+10
|
* refactorsyuilo2023-01-091-11/+10
|
* カスタム絵文字一覧情報をmetaから分離syuilo2023-01-091-0/+48