moment/TODO.md
miruka 98b494fcc2 Convert markdown to HTML for sendbox
Also pass to clientManager the Backend, and to Client the clientManager,
and set Qt parents for them.
2019-04-17 23:28:25 -04:00

1.1 KiB

  • Separate categories for invited, group and direct rooms

  • Invited → Accept/Deny dialog

  • Keep the room header name and topic updated

  • Merge login page

  • Show actual display name for AccountDelegate

  • When inviting someone to direct chat, room is "Empty room" until accepted,
    it should be the peer's display name instead.

  • Support "Empty room (was ...)" after peer left

  • Catch network errors in socket operations

  • Proper logoff when closing client

  • Handle cases where an avatar char is # or @ (#alias room, @user_id)

  • Use Loader? for MessageDelegate to show sub-components based on condition

  • Better names and organization for the Message components

  • Migrate more JS functions to their own files

  • Accept room_id arg for getUser

  • Set Qt parents for all QObject

  • <pre> scrollbar on overflow

  • Make links in room subtitle clickable, formatting?

  • Push instead of replacing in stack view

  • QQuickImageProvider, matrix preview API

  • Spinner when loading past room events or images

  • nio: org.matrix.room.preview_urls, m.room.aliases

  • Markdown: don't turn #things into title (space), disable __ syntax