Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

focus specific device in and out #214

Merged
merged 9 commits into from
Jun 25, 2020
Merged

focus specific device in and out #214

merged 9 commits into from
Jun 25, 2020

Conversation

esprush
Copy link
Member

@esprush esprush commented Jun 21, 2020

No description provided.

@esprush esprush requested a review from manojVivek June 21, 2020 17:52
@@ -284,7 +292,7 @@ export function changeDrawerOpenState(newOpenState) {
};
}

export function setPreviewLayout(newLayout) {
export function setPreviewLayout(newLayout, focusedDeviceId) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you remove the focusedDeviceId arg ?

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

<TabList>
{devices
{/* {devices
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you pls remove the commented code?

Copy link
Member Author

Choose a reason for hiding this comment

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

done Manoj

@@ -321,6 +330,14 @@ export default function browser(
: device
);
return {...state, devices: newDevicesList};
// case DEVICE_FOCUS:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you please delete this too?

Copy link
Member Author

Choose a reason for hiding this comment

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

done Manoj

@manojVivek manojVivek added this to the v0.4.0 milestone Jun 24, 2020
@manojVivek manojVivek added this to In PR in App Roadmap Jun 24, 2020
@manojVivek manojVivek modified the milestones: v0.4.0, v0.5.0 Jun 24, 2020
@manojVivek manojVivek merged commit d091d44 into master Jun 25, 2020
@manojVivek manojVivek deleted the feature/focus-device branch June 25, 2020 07:12
@esprush esprush moved this from In PR to Ready for Release in App Roadmap Jun 27, 2020
@manojVivek manojVivek moved this from Ready for Release to Release v0.5.0 in App Roadmap Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
App Roadmap
  
Release v0.5.0
Development

Successfully merging this pull request may close these issues.

None yet

2 participants