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

Opti: add loading page when init page #1303

Merged
merged 1 commit into from
Sep 1, 2019
Merged

Opti: add loading page when init page #1303

merged 1 commit into from
Sep 1, 2019

Conversation

Jocs
Copy link
Member

@Jocs Jocs commented Aug 28, 2019

Add loading page when init app.

@Jocs Jocs requested a review from fxha August 28, 2019 10:51
@@ -17,12 +70,17 @@
<% } %>
</head>
<body>
<!-- Initial drag area (for Linux and Windows). -->
<div id="init-drag-region" style="position: absolute;-webkit-app-region: drag;left: 0;right: 0;top: 0;height: 25px;"></div>
Copy link
Contributor

Choose a reason for hiding this comment

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

Where did this go?

Copy link
Member Author

Choose a reason for hiding this comment

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

Add a drag area so that we can drag this app to other place on the screen. but it's no need to use, we add an init loading page to instead it. we can also drag this app when the loading page is shown.

@Jocs Jocs merged commit fbbb600 into develop Sep 1, 2019
@Jocs Jocs deleted the opti-loading-page branch September 1, 2019 01:58

#loading-page {
position: absolute;
background: #fff;
Copy link
Contributor

@fxha fxha Sep 12, 2019

Choose a reason for hiding this comment

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

@Jocs Please remove this entry to not overwrite the themes background color. We may forward the special theme color also to the renderer to change the color of the loading animation. Please change this in another PR.

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.

None yet

3 participants