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

Mobile view redesign#403/zubkov #428

Merged
merged 21 commits into from
Sep 1, 2021
Merged

Conversation

olegz7
Copy link
Contributor

@olegz7 olegz7 commented Aug 27, 2021

No description provided.

@olegz7 olegz7 requested a review from dmitryy90 August 27, 2021 21:12
<app-shell></app-shell>
<app-footer></app-footer>
<!-- Content of the page with opened sidebar -->
<mat-drawer-container>
Copy link
Collaborator

Choose a reason for hiding this comment

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

extract it to component

Copy link
Contributor Author

Choose a reason for hiding this comment

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

extracted

export class AppComponent implements OnInit, OnDestroy{

readonly Languages: typeof Languages = Languages;
selectedLanguage: string = 'uk'
Copy link
Collaborator

Choose a reason for hiding this comment

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

selected lang should be get from storage

Copy link
Contributor Author

Choose a reason for hiding this comment

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

please let me know when you could clarify about this question

flex-direction: row;
align-items: center;
position: fixed;
position: absolute;
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do you change position to absolute?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

returned, fixed and z-index as well


@Selector()
static navigationPathsMobile(state: NavStateModel): Navigation[] {
const navigation = [...state.navigation]
return [navigation.pop()]
return [navigation.pop()]
Copy link
Collaborator

Choose a reason for hiding this comment

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

please put semicolon where they are missed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

don't know why it showed up here, but it's not my changes
anyway, semicolon added

SidenavToggle({patchState,getState}:StateContext<NavStateModel>): void {
const sidenavOpenState = getState().sidenavOpen
patchState({
Copy link
Collaborator

Choose a reason for hiding this comment

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

2 spaces tab

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@olegz7 olegz7 merged commit fa649e5 into develop Sep 1, 2021
@olegz7 olegz7 deleted the mobileViewRedesign#403/Zubkov branch September 1, 2021 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants