Andrew Miner
ebdb6158ba
Update news page about new feature
2017-03-31 20:53:45 -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
fb48362a59
Add Google verification for YouTube
2017-03-21 18:06:11 -07:00
Andrew Miner
86a547f422
Make sure samples update craft page URL
...
fixes #241
2017-01-28 21:02:49 -08:00
Andrew Miner
0131c8ff3b
Add handling for browsers without JavaScript
...
fixes #243
2017-01-28 20:55:24 -08:00
Andrew Miner
478364418b
Consider item craftable if multiblock
...
Because the item page use the `craftable` attribute of the item to
decide whether to show the "Show Crafting Plan" button, it was not
showing that button for multiblocks (which don't have any normal
recipes). This change make it so that an item is also considered to
be craftable if it has a multiblock recipe.
fixes #256
2017-01-28 20:38:58 -08:00
Andrew Miner
ed96cf0c71
Update SAYT algo to give better matches
...
The algorithm will now give higher rankings to items containing
multiple sequential letters which match, and higher rankings to
those whose length more closely matches the given term.
2017-01-28 19:59:18 -08:00
Andrew Miner
5d8251bebb
Fix algo. for new Agricraft version
2016-12-28 18:14:34 -08: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
13b717836a
3.2.6
2016-09-15 19:39:13 -07:00
Andrew Miner
016c61e983
Add Solar Expansion
2016-09-15 19:30:19 -07:00
Andrew Miner
d7743285cb
Updated version & add Thermal Foundation
2016-09-14 20:43:21 -07:00
Andrew Miner
cc9232d143
Updated version & add Thermal Foundation
2016-09-14 18:01:32 -07:00
Andrew Miner
a1e7fb4fa0
Add news entry about exporter mod
2016-09-10 20:19:36 -07:00
Andrew Miner
9ac25efb0c
Add more debugging data when crafting can't craft
2016-09-10 20:12:22 -07:00
Andrew Miner
19a3e9846c
3.2.5
2016-08-21 19:27:38 -07:00
Andrew Miner
c5e9920473
Add Draconic Evolution
2016-08-21 19:12:18 -07:00
Andrew Miner
96b5beeb8c
Prune invalid recipes
2016-08-21 16:06:48 -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
d102834408
Fix mod ballots on mobile
2016-06-01 18:40:45 -06:00
Andrew Miner
00ca88500e
Add announcement for new voting feature
2016-06-01 18:09:05 -06:00
Andrew Miner
6a2b3805a2
Don't change wait image when setting icon
2016-06-01 17:33:19 -06:00
Andrew Miner
eba8c99ac0
Show mod icons in mod ballot
2016-06-01 17:22:01 -06:00
Andrew Miner
b82bfea8f1
Add client ID for staging env
2016-06-01 13:10:08 -06:00
Andrew Miner
d0a2292094
Add mod voting feature
2016-06-01 12:49:29 -06:00
Andrew Miner
cb962f6175
Ensure page view preceeds any event tracking
2016-05-19 20:22:51 -07:00
Andrew Miner
083cc30eb2
Update version of crafting-guide-common
2016-05-18 19:58:54 -07:00
Andrew Miner
22009557d2
Use new server configuration for logging in
2016-05-15 19:52:21 -07:00
Andrew Miner
b34ca26d0a
Include item slug in inventory tracking events
2016-05-12 22:33:39 -07:00
Andrew Miner
23b3f1c7e1
Add mod suggestion panel
2016-05-12 22:27:44 -07:00
Andrew Miner
6b84698802
Fix mod page to properly transmit page events
2016-05-12 17:33:26 -07:00
Andrew Miner
c85fca8357
Remove multiblock hover tracking event
2016-05-11 22:52:17 -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
1bc89c1c89
Fix layout issues for News page
2016-05-07 14:47:07 -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
da1419d6b6
Add a "Random Item" link to the breadcrumb bar
...
fixes #216
2016-05-07 12:25:21 -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
c9796a142d
Improve scrolling behavior on mobile
...
fixes #221
2016-05-05 21:20: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
51f566ebf1
Mark button for current page as active
...
fixes #232
2016-05-04 21:27:23 -07:00
Andrew Miner
d2d904be7f
Don't override index.html from prerendered pages
2016-05-04 20:20:44 -07:00
Andrew Miner
088994f366
Correct bug where prerendered pages don't display
2016-05-03 22:22:03 -07:00
Andrew Miner
184b64a6af
No sourcemaps for CSS
2016-05-03 22:06:36 -07:00