Commit Graph
20 Commits
Author SHA1 Message Date
Andrew Miner ee6887e803 Add YouTube link 2017-03-21 19:39:06 -07:00
Andrew Miner c0472b268d Don't hang the site if a mod doesn't load 2016-09-16 19:53:37 -07:00
Andrew Miner d0bca0d2ac Include Twitter script after Twitter button
The Twitter button would frequently fail to render properly because
the script which dynamically creates the proper widget would load
before the DOM element which serves as the placeholder for the widget
hadn't yet been created.  This change ensures that the widget script
is always loaded after the placeholder has been created.
2016-06-02 11:50:58 -06:00
Andrew Miner b34ca26d0a Include item slug in inventory tracking events 2016-05-12 22:33:39 -07:00
Andrew Miner 16848772a3 Add GoogleAnalytics event tracking 2016-05-11 21:39:43 -07:00
Andrew Miner c441d75529 Fix layout issues on News Page 2016-05-07 14:50:06 -07:00
Andrew Miner 43202e9917 Add link to Twitter account
fixes #226
2016-05-07 14:41:47 -07:00
Andrew Miner 05bc1a271d Add support for Google Sitelinks
fixes #187
2016-05-07 13:36:49 -07:00
Andrew Miner 841fac38d3 Correct errors on mobile search feature
fixes #235, #233
2016-05-07 09:49:51 -07:00
Andrew Miner 2b8e23b32f Fix layout of video sections on mobile 2016-05-07 09:39:11 -07:00
Andrew Miner 5eae2bb488 Start editing after login needed for editing
When a user isn't logged in, click the "Edit" button on an item
description will initiate the login process.  After it is complete,
the user is placed back on the page where they started.  However,
the edit box remains closed.  So, after all the activity which
resulted in trying to edit, they user still has to click the edit
button one more time to actually start editing.

This change makes it so that the user returning from the login
process is placed directly into edit mode without having to click the
button a second time.

fixes #237
2016-05-07 08:12:39 -07:00
Andrew Miner 6fa18c764b Correct keyboard handling errors in item selector
fixes #227, #218
2016-05-06 21:30:41 -07:00
Andrew Miner 0718590f56 Don't use large inventory on mobile crafting page
fixes #219
2016-05-04 21:50:48 -07:00
Andrew Miner ebf3443e96 Update Adsense to place ads on all devices
The current adsense implementation only places ads on desktop-sized
screens.  This change allows ads of the appropriate size to be
displayed on any device.

fixes #224
2016-05-03 20:25:56 -07:00
Andrew Miner e7cd3f0549 Complete mobile reactiveness in CSS layer 2016-04-30 11:31:49 -07:00
Andrew Miner 545408a7e7 Fixes for reactivity in Safari 2016-04-29 23:08:08 -07:00
Andrew Miner 83156c30c7 Initial progress towards responsive for mobile 2016-04-29 22:30:37 -07:00
Andrew Miner eb9ac15de8 Show stack quantity tooltip for large quantities
When hovering over a quantity in an inventory display, if the
quantity is larger than one stack (i.e., 64 items), display a
tooltip showing the quantity in stacks (plus the remainder).
2016-04-24 15:17:46 -07:00
Andrew Miner a8d08b93c5 Add reactive styles for Tablets 2016-04-23 20:10:09 -07:00
Andrew Miner d69585facd Refactor website with new design & structure 2016-04-03 19:30:15 -07:00