Closed Bug 1114563 Opened 10 years ago Closed 9 years ago

Show the room name before the user enters the room

Categories

(Hello (Loop) :: Client, defect, P1)

defect
Points:
1

Tracking

(firefox39 fixed)

RESOLVED FIXED
mozilla39
Iteration:
39.3 - 30 Mar
Tracking Status
firefox39 --- fixed

People

(Reporter: standard8, Assigned: standard8)

References

Details

(Whiteboard: [context])

Attachments

(1 file)

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.
Blocks: 1125181
Blocks: 1110937
Blocks: 1142588
Needed for the context in conversations work.
Assignee: nobody → standard8
Iteration: --- → 39.3 - 30 Mar
Points: --- → 1
Rank: 5
Priority: -- → P1
Whiteboard: [context]
Simple patch to move the existing get call earlier in the flow - only needed for standalone, desktop manages elsewhere.
Attachment #8582487 - Flags: review?(mdeboer)
Depends on: 1147375
No longer depends on: 1147375
Blocks: 1142522
Flags: firefox-backlog+
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+
https://hg.mozilla.org/integration/fx-team/rev/c5bce379c537
Flags: qe-verify-
Target Milestone: --- → mozilla39
Blocks: 1147609
No longer blocks: 1142522
https://hg.mozilla.org/mozilla-central/rev/c5bce379c537
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: