Closed
Bug 1114563
Opened 10 years ago
Closed 10 years ago
Show the room name before the user enters the room
Categories
(Hello (Loop) :: Client, defect, P1)
Hello (Loop)
Client
Tracking
(firefox39 fixed)
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [context])
Attachments
(1 file)
7.50 KB,
patch
|
mikedeboer
:
review+
|
Details | Diff | Splinter Review |
Once bug 1103331 is fixed and deployed on the server side, we might want to show the name of the room before the user enters it.
Assignee | ||
Comment 1•10 years ago
|
||
Needed for the context in conversations work.
Assignee: nobody → standard8
Iteration: --- → 39.3 - 30 Mar
Points: --- → 1
Rank: 5
Priority: -- → P1
Whiteboard: [context]
Assignee | ||
Comment 2•10 years ago
|
||
Simple patch to move the existing get call earlier in the flow - only needed for standalone, desktop manages elsewhere.
Attachment #8582487 -
Flags: review?(mdeboer)
Updated•10 years ago
|
Flags: firefox-backlog+
Comment 3•10 years ago
|
||
Comment on attachment 8582487 [details] [diff] [review]
Show the room name before the user enters the room.
Review of attachment 8582487 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM.
::: browser/components/loop/content/shared/js/activeRoomStore.js
@@ +181,5 @@
> }.bind(this));
> },
>
> /**
> + * Execute fetchServerData event action from the dispatcher. For rooms
I think it's be good to keep mentioning that this method is used by the standalone client only.
@@ +215,5 @@
> + return;
> + }
> +
> + this.dispatcher.dispatch(new sharedActions.UpdateRoomInfo(result));
> + }.bind(this));
nit: please align this brace with the opening one (indentation)
Attachment #8582487 -
Flags: review?(mdeboer) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Flags: qe-verify-
Target Milestone: --- → mozilla39
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•