6254 Commits

Author SHA1 Message Date
Zixaphir
60b3d447c5 Allow searching from URL bar without refreshing the page (add #s=search)
Reduce loops. Because we build threads in a loop, we can build replies
as we're building threads.

Go us.
2014-03-13 13:25:04 -07:00
Zixaphir
4fd7f628f5 Eh, the debounce is kinda pointless. 2014-03-13 02:13:41 -07:00
Zixaphir
9dec38cb16 Remove InfiniScroll.coffee
Wasn't using it, thought I'd deleted it already.
2014-03-13 02:10:09 -07:00
Zixaphir
b46dc96b52 window.scrollY works in Chrome and Firefox. 2014-03-13 02:07:26 -07:00
Zixaphir
0f0c50ca33 Fix a thread stats bug. 2014-03-13 00:32:48 -07:00
Zixaphir
2a703f08a2 Fix a bug where the QR not being enabled could break JSON Navigation 2014-03-13 00:26:08 -07:00
Zixaphir
61e1447a5f Lets not even bother linkifying a comment with no links.
Also switch out some loops.
2014-03-12 23:42:32 -07:00
Zixaphir
6bb31cc845 Filtered posts are now added to the PostHiding DataBoard
Fixes #632
2014-03-11 15:59:47 -07:00
Zixaphir
0dd77eb92c Fix "Reveal Spoiler Thumbnails" option 2014-03-11 15:22:46 -07:00
Zixaphir
5cbe5753e8 Use while loops for consistency and also get rid of Array::filter 2014-03-11 14:14:24 -07:00
Zixaphir
dec9775f80 Less Array::map, more manual loops.
Map is slow. http://jsperf.com/arraymap
2014-03-11 13:43:23 -07:00
Zixaphir
08241a213f Reflow Navigate.node, allow navigation from backlinks and their hashes 2014-03-11 12:48:23 -07:00
Zixaphir
3f438d55ff Tighten up Get.threadFromRoom, Get.contextFromNode 2014-03-11 11:57:30 -07:00
Zixaphir
5db027356e Fix autoscroll.
I... uh, was dumb. Yeah.
2014-03-10 12:45:36 -07:00
Zixaphir
37fd02450c Oops 2014-03-10 12:19:54 -07:00
Zixaphir
6b712a5c0d Fix quote highlighting. 2014-03-10 12:17:43 -07:00
Zixaphir
c6954ee1bb Forgot a couple. 2014-03-10 08:57:19 -07:00
Zixaphir
0e68fe013f Separate Quote Markers into options again.
Still better than it was in terms of code, tho
2014-03-10 08:55:14 -07:00
Zixaphir
a821a01fbe Make the return button work on Catalog view. 2014-03-10 08:04:24 -07:00
Zixaphir
a8baffa972 Disable CatalogSwitch without JSON Navigation 2014-03-10 07:28:40 -07:00
Zixaphir
bbb41dd226 Threadupdater stuff 2014-03-09 16:04:16 -07:00
Zixaphir
f96e046af4 Change the index mod keybinds.
These ones are probably even more dumb, though.
2014-03-09 15:43:30 -07:00
Zixaphir
698ef0fa05 Fix post hiding menu entries 2014-03-09 15:32:11 -07:00
Zixaphir
8d0949a7af Fix ThreadUpdater Autoscroll 2014-03-09 15:30:15 -07:00
Zixaphir
865c5331ba Fix Recursive hiding 2014-03-09 15:03:21 -07:00
Zixaphir
435b8d91e5 Make Get.contextFromNode compatible with Quote Threading. 2014-03-09 14:43:53 -07:00
Zixaphir
2504cedfee Catalog sizing when navigating. 2014-03-08 16:51:09 -07:00
Zixaphir
e6534a5d21 Handle current page links a bit more elegantly 2014-03-08 16:44:54 -07:00
Zixaphir
a380e85d8d Build 2014-03-08 16:36:28 -07:00
Zixaphir
1729350b26 Yes, lets use a dynamic href(=../) for a race-condition.
Thanks, I love generating bad URLs.
2014-03-08 16:35:18 -07:00
Zixaphir
c3a71e0ba3 >$.ready 2014-03-08 16:25:18 -07:00
Zixaphir
cf1a4c1cc4 Phase out vanilla catalog 2014-03-08 16:14:16 -07:00
Zixaphir
e4c8bd7ee6 Fix Get.threadExcerpt 2014-03-07 18:57:00 -07:00
Zixaphir
72517e1d83 Fix an issue causing the thread updater to fail to reset its interval 2014-03-07 17:17:20 -07:00
Zixaphir
ec7ec57b93 Fix external-text:"","" 2014-03-06 23:02:49 -07:00
Zixaphir
b487624203 Seems I figured out where the switcheroo happened... 2014-03-06 22:43:34 -07:00
Zixaphir
c7e5833dc9 Remove more references to the non-existent "catalog" view 2014-03-06 22:36:42 -07:00
Zixaphir
9ba951ca48 Changelog 2014-03-06 21:27:55 -07:00
Zixaphir
7bc8447d3f Fix Quote Hash Navigation on Backlinks (again) 2014-03-06 21:20:26 -07:00
Zixaphir
bc15231170 lelwat 2014-03-06 20:17:13 -07:00
Zixaphir
61942d9e2d Remove unnecessary debug code 2014-03-06 11:10:08 -07:00
Zixaphir
a9e4559f1e Get rid of another unnecessary loop of my own design 2014-03-06 11:06:12 -07:00
Zixaphir
3237416133 Really though, what did that ever accomplish? Why did I do that? 2014-03-06 11:01:10 -07:00
Zixaphir
1d56914bcb Implement a silly breadcrumb for JSON Navigation 2014-03-06 09:49:36 -07:00
Zixaphir
63b0f2a9fa Wrong CSS rules in Yotsuba CSS
Not sure how that happened...
2014-03-03 14:10:07 -07:00
Zixaphir
5ec17d3477 Fix an oopsie 2014-03-03 12:53:01 -07:00
Zixaphir
7c28da181b Fix ExpandThread without JSON Navigation 2014-03-03 12:41:26 -07:00
Zixaphir
b7585d9cd4 Lets abandon nesting 2014-03-03 02:37:31 -07:00
Zixaphir
2814818e9b Let's just wrap this all up into some nice, nested loops 2014-03-03 02:32:29 -07:00
Zixaphir
53258c59ae Reduce reduce. 2014-03-03 02:18:37 -07:00