Skip to content

[NEW] Log remaining events#2368

Merged
diegolmello merged 14 commits intoRocketChat:developfrom
youssef-md:new.log-remaining-actions
Aug 5, 2020
Merged

[NEW] Log remaining events#2368
diegolmello merged 14 commits intoRocketChat:developfrom
youssef-md:new.log-remaining-actions

Conversation

@youssef-md
Copy link
Copy Markdown
Contributor

@youssef-md youssef-md commented Aug 4, 2020

@RocketChat/ReactNative

Depends on #2169;
Depends on #2190;
Depends on #2206;

Changed all ...NAVIGATE_TO... for ...GO..., to improve and resize event names.

RoomView:

  • Go Room Actions;
  • Go Threads;
  • Go Search;
  • Toggle follow threads;
  • Room go to RoomInfo;
  • Room go to UserInfo;
  • Room mention go to UserInfo;

RoomActionsView:

  • Jitsi voice call;
  • Jitsi video call;
  • Jitsi call fail;
  • Go room info;
  • Go room info edit;
  • Go livechat edit;
  • Go members
  • Go notifications;
  • Go search;
  • Go auto-translate;
  • Go invite users;
  • Go add users;
  • Go messages files;
  • Go messages mentions;
  • Go messages starred;
  • Go messages pinned;
  • Go forward livechat;
  • Go visitor navigation;
  • Share;
  • Leave channel(with fail event);
  • Toggle block user(with fail event);
  • Room's Slash commands;

JitsiMeetView:

  • Jitsi conference join;
  • Jitsi conference terminate;

RoomInfoEditView:

  • Toggle room type;
  • Toggle read only;
  • Toggle reactions;
  • Toggle system messages;
  • Save(with fail event);;
  • Reset;
  • Archive(with fail event);
  • Delete(with fail event);

AutoTranslateView:

  • Toggle auto-translate(with fail event);
  • Save auto-translate language(with fail event);

NotificationPreferencesView:

  • Disable notifications;
  • Mute group mentions;
  • Hide unread status;
  • Desktop notifications;
  • Mobile push notifications;
  • Audio notifications;
  • Audio notification value;
  • Desktop notification duration;
  • Email notifications;

InviteUsersView:

  • Share link;
  • Go Invite Users Edit;

InviteUsersEditView:

  • Set link params;
  • Create link;

@youssef-md youssef-md marked this pull request as ready for review August 5, 2020 05:04
Copy link
Copy Markdown
Member

@diegolmello diegolmello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM