-
Notifications
You must be signed in to change notification settings - Fork 88
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
build the structure of the new mobile ui with the old ui components #633
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good start, just 2 minor requests for change.
src/ts/uifactory.ts
Outdated
//TODO: make a Share button | ||
//new PictureInPictureToggleButton(), probably not needed in mobile version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this won't come back i guess you can just remove it.
src/ts/uifactory.ts
Outdated
], | ||
}), | ||
settingsPanel, | ||
new Watermark(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this should be in the final version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Description
the layout of the new mobile UI version was build using the old/existing components(with old icons etc.)
Checklist (for PR submitter and reviewers)
CHANGELOG
entry