3340 Commits

Author SHA1 Message Date
ccd0
e8496a222c Fix focus outlines being activated by keybinds (e.g. gallery open). 2015-03-07 05:48:37 -08:00
ccd0
82ff44c421 I think the last commit made the buttons a bit too big. 2015-03-05 12:14:03 -08:00
ccd0
09c97b931e Make QR look more consistent across browsers/platforms. 2015-03-05 10:26:00 -08:00
ccd0
34f83f9214 Change "Thread No." in thread selector to "Thread".
Frees up a little more dragging space.
2015-03-04 18:35:07 -08:00
ccd0
7d4ae6e39d Fix alignment of /f/ tag selector with Files button.
This CSS will also work for the /pol/ flag selector if that ever
comes back.

@Nebukazar
Yet another thing to override in OneeChan.
2015-03-04 18:20:33 -08:00
ccd0
a7d6d894dc Restore index refresh notifications for users who want them. 2015-03-03 13:06:07 -08:00
ccd0
3e3aeffce1 Remove focus outlines around links only when they were focused with the mouse. 2015-03-02 20:47:50 -08:00
ccd0
220b5cbddd Revert "Fix outline around images in gallery."
This reverts commit ef099b7aae62f46065ff1d19a5adafefd80a1f92.
2015-03-02 19:31:37 -08:00
ccd0
5413d0777b Merge branch 'bstable'
Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
2015-03-02 12:57:28 -08:00
ccd0
2eb6a00665 Merge remote-tracking branch 'archives/master' into bstable
Conflicts:
	src/Archive/archives.json
2015-03-02 12:52:47 -08:00
ccd0
955f34d831 Gallery menu shouldn't close on scroll. 2015-03-02 02:05:53 -08:00
ccd0
a453a463cb Fix unwanted outline around focused filename. 2015-03-01 18:00:42 -08:00
ccd0
a6c3df1bc8 Fix highlighting of filename field when selected. 2015-03-01 17:51:28 -08:00
ccd0
ef099b7aae Fix outline around images in gallery. 2015-03-01 11:51:01 -08:00
ccd0
bf8d530b29 Clicking the error message (not on a link) selects the post. 2015-03-01 01:12:26 -08:00
ccd0
73756c2148 Fix dumping of text files. 2015-03-01 00:33:04 -08:00
ccd0
ee6591c3c8 Focus on filename after selecting file. 2015-02-28 23:01:51 -08:00
ccd0
fa7eb381a1 Fix captcha count briefly showing over comment field as captcha opens. 2015-02-28 22:32:42 -08:00
ccd0
c8dedcb96b Cleaner file input locking. 2015-02-28 22:21:49 -08:00
ccd0
cea1bd179f Fix submit button width at 25% again. 2015-02-28 22:10:51 -08:00
ccd0
f3f110df22 Don't focus on checkbox when iframe doesn't have focus. 2015-02-28 21:27:21 -08:00
ccd0
ddcc8b7c10 Remove 'low on cached captchas' notifications. 2015-02-28 20:51:17 -08:00
ccd0
77074a9f48 Improve pre-post file checks.
Always allow the files to be posted, but provide convienient links
to delete the posts in the error messages.
2015-02-28 20:28:14 -08:00
ccd0
6c503da8ab Revise look of file selector again. #250, #288
Closer to Seaweed look with a "Files" button added,
filename editable without Control+click,
and spoiler checkbox moved into filename box.
2015-02-28 13:06:54 -08:00
ccd0
ad93f2db7c Merge branch 'bstable'
Conflicts:
	src/General/html/Features/QuickReply.html
2015-02-28 11:35:58 -08:00
ccd0
ce8c666141 Fix increase in tabs needed to get to submit button. 2015-02-28 11:29:26 -08:00
ccd0
cc0435ab8f Merge branch 'bstable' 2015-02-27 22:50:20 -08:00
ccd0
d333916ea0 Fix new header and floating embeds in older Webkit browsers such as dwb. 2015-02-27 22:44:11 -08:00
ccd0
f1fe3090fd More Mayhem-like file selector. #250, #288 2015-02-27 21:51:19 -08:00
ccd0
60d23cf4d2 Restore outlines for focused links. 2015-02-27 19:35:24 -08:00
ccd0
30e451f776 Fix header menu order. #339 2015-02-27 16:39:17 -08:00
ccd0
f7f61d823e Un-bold bold text in catalog only on /tg/. #332 2015-02-27 16:16:08 -08:00
ccd0
3049a9993c Fix captcha stealing focus on completion. 2015-02-27 13:39:59 -08:00
ccd0
56918627a2 Merge branch 'bstable'
Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
2015-02-26 22:18:35 -08:00
ccd0
726e3d4e01 Fix most likely cause of thread watcher data corruption. #341
This was feeding bad results to ThreadWatcher.set404 when the g.THREADID was falsy.
2015-02-26 22:03:59 -08:00
ccd0
6312cfaf20 Make thread watcher more robust against corrupt data. #341 2015-02-26 21:53:57 -08:00
ccd0
c7f1752c35 Merge branch 'bstable'
Conflicts:
	LICENSE
2015-02-25 19:52:55 -08:00
ccd0
2c8d7de17c Stop rebuilding LICENSE every release. 2015-02-25 19:51:35 -08:00
ccd0
a4bdd4b362 Always use 12px font for fixed header. 2015-02-23 19:46:50 -08:00
ccd0
db10d477bd Fix vertical alignment. 2015-02-23 19:29:02 -08:00
ccd0
96c9b32b21 Remove remnants of dropshadow. 2015-02-23 17:09:10 -08:00
ccd0
50eb732764 Merge branch 'bstable'
Conflicts:
	LICENSE
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
2015-02-23 12:08:30 -08:00
ccd0
c496b814c5 Merge remote-tracking branch 'archives/master' into bstable 2015-02-23 12:02:08 -08:00
ccd0
90d3528832 Fix highlighting of your posts quoting yourself. 2015-02-23 01:33:43 -08:00
ccd0
f34f8d44dd Make different kinds of highlighting look distinct.
Also tweak the colors / opacities a bit more.
2015-02-23 00:03:06 -08:00
ccd0
205d099ab1 Bump highlight alpha up to 0.8. 2015-02-22 13:51:29 -08:00
ccd0
6a78972776 Fix highlighting on OPs with thumbnail larger than text. 2015-02-22 13:42:55 -08:00
ccd0
3b06f660a7 Let's try this blue for catalog highlighting. 2015-02-22 12:36:14 -08:00
ccd0
ef7715ecbf Don't add QR.focus listener until is QR created. 2015-02-22 11:39:49 -08:00
ccd0
c8d56e621c Legibility. 2015-02-22 11:12:37 -08:00