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

update to newer bootstrap #358

Merged
merged 5 commits into from Jul 27, 2018
Merged

update to newer bootstrap #358

merged 5 commits into from Jul 27, 2018

Conversation

NotAFile
Copy link
Member

@NotAFile NotAFile commented Jul 25, 2018

also design update

closes #293

@NotAFile
Copy link
Member Author

new
screen shot 2018-07-25 at 23 03 13

old
screen shot 2018-07-25 at 23 04 32

@godwhoa
Copy link
Member

godwhoa commented Jul 25, 2018

Hamburger menu is buggy: https://streamable.com/soww8

@NotAFile
Copy link
Member Author

hm, not sure what's up with that

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
Copy link
Member Author

Choose a reason for hiding this comment

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

turns out I just forgot to remove the old bootstrap script. The new one is already at the end of the file, so you just have to remove this one.

@feikname feikname added the PR: improvement This PR includes an enhancement to piqueserver label Jul 26, 2018
@NotAFile
Copy link
Member Author

@godwhoa the script was added to the end on purpose, btw. Scripts in the head are required to be loaded first, blocking anything else, increasing load times (by like a few milliseconds)

@NotAFile NotAFile merged commit a7d5fcd into master Jul 27, 2018
@feikname feikname deleted the update-bootstrap branch September 4, 2018 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: improvement This PR includes an enhancement to piqueserver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port Status page to newest bootstrap version
3 participants