diff --git a/WORKLOG.md b/WORKLOG.md index d8ff9e55..8b85f721 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -4,9 +4,11 @@ *PRODUCTION* * can't reset password without knowing password =\ +* ws gzip encoding -* mobile +* mobile - force to landscape view and try make everything fit + OR - 2 pages vbox / equip - vbox page as current with equip button at bottom @@ -28,12 +30,12 @@ * combo rework - reduce number of items for creating t2/t3 items from 3 -> 2 - - add lost complexity by adding skill spec items + - add lost complexity by adding skill spec items - Created by combining a skill with corresponding spec - e.g. + e.g. - Strike + PowerRR -> StrikePower (Will be the power symbol with strike text under) - Construct does Y% more damage with Strike - - Strike + SpeedRR -> StrikeSpeed (strike has Y% more speed) + - Strike + SpeedRR -> StrikeSpeed (strike has Y% more speed) - Strike + LifeRR -> StrikeLife (Strike recharges X% of damage as red life) * move item from one construct to another diff --git a/client/index.html b/client/index.html index 760d2f1e..f9a2f86c 100644 --- a/client/index.html +++ b/client/index.html @@ -15,6 +15,8 @@ + +
diff --git a/client/manifest.webmanifest b/client/manifest.webmanifest index 9acdb0f7..4703d584 100644 --- a/client/manifest.webmanifest +++ b/client/manifest.webmanifest @@ -15,7 +15,7 @@ } ], "start_url": "/index.html", - "display": "fullscreen", + "display": "standalone", "orientation": "landscape", "theme_color": "#000000", "background_color": "#000000" diff --git a/client/src/tutorial.utils.jsx b/client/src/tutorial.utils.jsx index ea4ade3e..53268161 100644 --- a/client/src/tutorial.utils.jsx +++ b/client/src/tutorial.utils.jsx @@ -199,13 +199,16 @@ function tutorialStage(tutorial, ws, clearTutorial, instance) { } if (tutorial === 8) { + if (window.innerWidth < 1000) { + return exit(); + } + return (You've completed the tutorial! Try to create more skill and spec combinations.
You can unequip skills and specs back into the inventory by double clicking.
Reclaim can be used to refund the cost of items in your inventory.
Click the EXIT TUTORIAL button to replace this section with more information.