moment/TODO.md
miruka a59c0d1572 Improve HTML autolinking
Allow example.com and 127.0.0.1, handle tel: and magnet:
2019-04-17 12:06:09 -04:00

909 B

  • 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

  • Load previous events on scroll up

  • 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?