New create chat screen (#2463)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sun, 24 Aug 2025 12:40:44 +0000 (18:10 +0530)
committerGitHub <noreply@github.com>
Sun, 24 Aug 2025 12:40:44 +0000 (22:40 +1000)
commitb4266c26b04e1dc0ad5b9ce7cd39f51576e4f52d
treeb48f35367dc292e6dd2a53e5112e99ccf9f73927
parent23aa5c6f94553c98affa4c05c8208a495f891525
New create chat screen (#2463)

* fix dm invite appears in home

* use migrated function for convert to dm/room commands

* add new create chat screen
src/app/components/user-profile/UserRoomProfile.tsx
src/app/features/create-chat/CreateChat.tsx [new file with mode: 0644]
src/app/features/create-chat/index.ts [new file with mode: 0644]
src/app/hooks/useCommands.ts
src/app/pages/client/direct/Direct.tsx
src/app/pages/client/direct/DirectCreate.tsx
src/app/pages/client/home/CreateRoom.tsx
src/app/utils/matrix.ts