Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

fix: splashscreen fullscreen & ui tweaks #1691

Merged
merged 6 commits into from
Feb 20, 2020

Conversation

alexbarnsley
Copy link
Member

Summary

  • Disable saved fullscreen state & apply once main window shows
  • UI tweaks - spacing & disable text selection

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@ghost ghost added Complexity: Low Less than 64 lines changed. Type: Bugfix The pull request fixes an incorrect functionality or behaviour. labels Feb 20, 2020
@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

Merging #1691 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1691   +/-   ##
========================================
  Coverage    63.87%   63.87%           
========================================
  Files          139      139           
  Lines         3815     3815           
  Branches       797      797           
========================================
  Hits          2437     2437           
  Misses        1152     1152           
  Partials       226      226

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c42a6f...1c64c16. Read the comment docs.

Copy link
Member

@ItsANameToo ItsANameToo left a comment

Choose a reason for hiding this comment

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

Looks good apart from the comment :trollface:

if (process.platform !== 'darwin') {
app.quit()
}
app.quit()
Copy link
Member

Choose a reason for hiding this comment

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

🤔 might want to discuss this to be sure if this is what we want to have happen on mac

Copy link
Member Author

Choose a reason for hiding this comment

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

Me and Sam discussed it :colbert: it fixes a bug, plugins can't be installed after: closing all windows (not quitting the app) then opening the window again and trying to install a plugin

Copy link
Contributor

Choose a reason for hiding this comment

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

Has anyone looked into that yet? :hmhm:

@alexbarnsley alexbarnsley merged commit 026f59d into develop Feb 20, 2020
@ghost ghost deleted the fix/splashscreen-fullscreen branch February 20, 2020 23:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Complexity: Low Less than 64 lines changed. Type: Bugfix The pull request fixes an incorrect functionality or behaviour.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants