Commit Graph
36 Commits
Author SHA1 Message Date
Andrew Miner 3ca0dcceed Recipe compoent can show many types of recipes 2017-07-16 07:44:55 -04:00
Andrew Miner ab96166601 Add missing detail data to item pages 2017-07-13 16:52:51 -04:00
Andrew Miner b8a2dae9f2 Ensure inventory changes work on craft page 2017-07-11 05:51:52 -07:00
Andrew Miner f6f736f8be Update item detail page to new models 2017-07-04 22:52:01 -07:00
Andrew Miner 20119cf8e4 Initial effort to convert craft page to new models 2017-07-01 18:06:11 -07:00
Andrew Miner 6d62375c46 Add ad unit div for amazon ads 2017-07-01 18:06:11 -07:00
Andrew Miner b4cde5a37b Add Amazon ad unit 2017-07-01 18:06:10 -07:00
Andrew Miner 8b43c53a9e WIP 2017-06-15 22:39:17 -07:00
Andrew Miner 3bc7c4cf89 Fix bugs 2017-05-07 16:05:16 -07:00
Andrew Miner c4ba36b60a Convert new files on master to use CGC 2017-05-02 19:26:35 -07:00
Andrew Miner b05e237aee Merge branch 'crafting-algo-3' 2017-05-02 19:25:08 -07:00
Andrew Miner 7865ba98c3 Update copyright notice 2017-05-02 19:19:35 -07:00
Andrew Miner bd96bc6575 Move model files to crafting-guide-common 2017-05-02 18:34:53 -07:00
Andrew Miner 90a41a59f0 Update link to YouTube channel instead of playlist 2017-04-05 18:40:29 -07:00
Andrew Miner 407e3fca5d Add mod version selector to browse page tiles 2017-03-31 20:47:39 -07:00
Andrew Miner 3d9895a6d5 Refactor mod version selector to a control 2017-03-31 20:32:28 -07:00
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