misskey/packages/misskey-js/src
かっこかり c0d1682604
feat: 送信したフォローリクエストを確認できるように (#14856)
* FEAT: Allow users to view pending follow requests they sent

This commit implements the `following/requests/sent` interface firstly
implemented on Firefish, and provides a UI interface to view the pending
follow requests users sent.

* ux: should not show follow requests tab when have no pending sent follow req

* fix default followreq tab

* fix default followreq tab

* restore missing hasPendingReceivedFollowRequest in navbar

* refactor

* use tabler icons

* tweak design

* Revert "ux: should not show follow requests tab when have no pending sent follow req"

This reverts commit e580b92c37.

* Update Changelog

* Update Changelog

* change tab titles

---------

Co-authored-by: Lhc_fl <lhcfl@outlook.com>
Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
2024-11-15 17:30:54 +09:00
..
autogen feat: 送信したフォローリクエストを確認できるように (#14856) 2024-11-15 17:30:54 +09:00
acct.ts [Re] refactor(misskey-js): 警告をすべて解決 (#14277) 2024-07-25 16:40:14 +09:00
api.ts refactor(misskey-js): warnを除去 (#14520) 2024-09-07 02:38:01 +09:00
api.types.ts fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように (#14700) 2024-10-05 12:03:47 +09:00
consts.ts feat: 通報の強化 (#14704) 2024-10-05 16:20:15 +09:00
entities.ts fix(frontend): ユーザー登録完了時にサインインAPIを別途使用していたのを修正 (#14738) 2024-10-10 14:05:20 +09:00
index.ts feat(frontend): ノート・ユーザータイムライン埋め込み (#13929) 2024-09-09 20:57:36 +09:00
note.ts fix(frontend): リノートの判定が甘いのを修正 (#14396) 2024-08-17 11:28:22 +09:00
nyaize.ts feat(frontend): ノート・ユーザータイムライン埋め込み (#13929) 2024-09-09 20:57:36 +09:00
streaming.ts fix(misskey-js): WebSocketの型定義をReconnectingWebsocketに依存するように (#14850) 2024-10-28 11:43:05 +09:00
streaming.types.ts fix(misskey-js): correct `noteUpdated` event type (#14632) 2024-09-25 17:35:54 +09:00