Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski c452152f74 Removed tag input focusing in post upload
This caused multiple problems with too eager scrolling:
- adding a new post to upload queue scrolled the site to the tag input
- problems on android, where keyboard can change viewport size on focus
2014-10-18 18:54:11 +02:00
data Added tag relationship management to backend 2014-10-18 18:48:41 +02:00
public_html Removed tag input focusing in post upload 2014-10-18 18:54:11 +02:00
scripts Added script for generating thumbnails 2014-10-18 18:48:42 +02:00
src Added script for generating thumbnails 2014-10-18 18:48:42 +02:00
tests Added tag implications and suggestions to export 2014-10-18 18:48:41 +02:00
.gitignore Added style checkers and build tasks 2014-10-18 18:48:19 +02:00
composer.json Moved autoloader to composer config 2014-10-18 18:48:32 +02:00
gruntfile.js Removed unneeded grunt dependency 2014-10-18 18:48:42 +02:00
INSTALL Added installation notes 2014-10-18 18:48:26 +02:00
LICENSE Removed unneeded file; added license 2014-10-18 18:48:11 +02:00
package.json Added version information to front page 2014-10-18 18:48:40 +02:00
phpcheckstyle.cfg Removed print_r from banned functions 2014-10-18 18:48:23 +02:00
TODO Removed tag input focusing in post upload 2014-10-18 18:54:11 +02:00