-
Notifications
You must be signed in to change notification settings - Fork 11
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
Updates to Install and Rules pages #47
Closed
JasonHoku
wants to merge
23
commits into
EdenServer:develop
from
EdenMoogles:PR-Install-&-Rules-info-updates
Closed
Changes from 7 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2d9226d
Updates to Install and Rules pages , compiled from edenxi.com and dis…
JasonHoku 14a9893
main pr: updates to install and rules
JasonHoku e815f00
applied npm run format *
JasonHoku e6bd8cf
Don't use /public as static path for serving files
InoUno 9dece20
Revert "applied npm run format *"
JasonHoku f54e697
resolved overformatting issue from previous commit
JasonHoku 42a3add
Temporarily hide the login/register tools.
danny-vvv de9b674
fixed install page that was reverted in last commit ^^;
JasonHoku 3529749
Restore original package files
InoUno a7cd5d6
Merge commit 'e6bd8cf2b47959fcaea3444f13524275a577fd77' into disable-…
danny-vvv d215936
Add features config with account features disabled, and use config to…
danny-vvv a44293a
Use features config to dynamically show/hide login and registration c…
danny-vvv 5c0dccf
Merge remote-tracking branch 'origin/fix/prod-path' into PR-Install-&…
JasonHoku e209c3c
Merge branch 'develop' into PR-Install-&-Rules-info-updates
JasonHoku 30fd728
Revert "fixed install page that was reverted in last commit ^^;"
JasonHoku caa550d
[x]I like the last updated timestamp on terms and conditions. Maybe w…
JasonHoku 5fe4333
ran prettier :P
JasonHoku 370a6cc
Merge remote-tracking branch 'origin/disable-login' into PR-Install-&…
JasonHoku e8efe24
fix for install/rules pr
JasonHoku 0ef8104
Restored quote formatting error caused by overzealous vscode plugin.
JasonHoku 10618bc
Fixed formatting errors caused by overzealous vsc addon.
JasonHoku a5e6265
Merge remote-tracking branch 'origin/Branch_30fd728e' into PR-Install…
JasonHoku 3827d23
Merge branch 'develop' into PR-Install-&-Rules-info-updates
JasonHoku File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Probably invalid XML. Maybe just comment out? Can clients override style "display: none"?
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.
Man.. I had addon interference in my VSC... really messed me up for a minute there lol but then I discovered how to use Prettier, this next PR should fix any formatting issues.
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 so, when node.js compiles everything it removes all comment lines in the final client .js build files to make it very efficient for production.