Zixaphir
|
7a7a7facf7
|
Reflow a ton of navigate and index shit to fix broken shit
|
2014-03-02 21:04:14 -07:00 |
|
Zixaphir
|
a0c24fd06d
|
Fix some stupid threadupdater issues, more navigate from catalog js
|
2014-03-01 14:46:37 -07:00 |
|
Zixaphir
|
db5cccc70f
|
Merge branch 'mayhem' into v3 (Bugtesting time... yey... ;__;)
Conflicts:
css/burichan.css
css/futaba.css
css/photon.css
css/tomorrow.css
css/yotsuba-b.css
css/yotsuba.css
html/General/Settings-section-Main.html
html/General/Settings.html
src/Filtering/PostHiding.coffee
src/General/Build.coffee
src/General/Get.coffee
src/General/Header.coffee
src/General/Index.coffee
src/General/Settings.coffee
src/Miscellaneous/AnnouncementHiding.coffee
src/Monitoring/ThreadUpdater.coffee
|
2014-02-28 19:59:04 -07:00 |
|
Zixaphir
|
553a5a9133
|
Merge branch 'master' of https://github.com/Spittie/4chan-x into v3
Conflicts:
CHANGELOG.md
LICENSE
builds/4chan-X.meta.js
builds/4chan-X.user.js
builds/crx/script.js
src/General/Index.coffee
src/Posting/QR.coffee
|
2014-02-28 19:37:26 -07:00 |
|
Zixaphir
|
0d7f5ab78c
|
Lets use our "dialog" class for shit we don't need to fuck around with
|
2014-02-28 19:22:38 -07:00 |
|
Zixaphir
|
811e3ccaf3
|
Use our implementation of Navigating between boards
Our custom navigation should now behave similar to Mayhem's, but
with JSON.
|
2014-02-28 18:56:02 -07:00 |
|
Zixaphir
|
5a76a9109c
|
Cache boards.json
|
2014-02-28 18:29:52 -07:00 |
|
Zixaphir
|
6ba92efcd4
|
Start working on fixing things after the last merge
|
2014-02-28 14:48:24 -07:00 |
|
Mayhem
|
2924711db4
|
Get rid of Index.nodes, -1 Get.threadFromRoot call.
|
2014-02-27 17:42:52 +01:00 |
|
Kabir Sala
|
66e1e23e6a
|
Partially fix #19
|
2014-02-27 16:37:18 +01:00 |
|
Mayhem
|
397e936765
|
Wait for the pagelist to be replaced before removing .index-loading.
|
2014-02-24 15:27:00 +01:00 |
|
Zixaphir
|
9d95bbea35
|
Merge branch 'mayhem' into v3 -- Still broken, do not merge (yet)
Conflicts:
CHANGELOG.md
Gruntfile.coffee
css/burichan.css
css/futaba.css
css/photon.css
css/style.css
css/tomorrow.css
css/yotsuba-b.css
css/yotsuba.css
html/General/Index-navlinks.html
html/General/Settings-section-Rice.html
html/General/Settings.html
html/Posting/QR.html
json/archives.json
package.json
src/Filtering/PostHiding.coffee
src/Filtering/Recursive.coffee
src/Filtering/ThreadHiding.coffee
src/General/Build.coffee
src/General/Config.coffee
src/General/Get.coffee
src/General/Header.coffee
src/General/Index.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/UI.coffee
src/General/lib/$.coffee
src/General/lib/databoard.class
src/General/lib/post.class
src/General/lib/thread.class
src/Images/ImageExpand.coffee
src/Images/RevealSpoilers.coffee
src/Linkification/Linkify.coffee
src/Menu/Menu.coffee
src/Miscellaneous/ExpandThread.coffee
src/Miscellaneous/IDColor.coffee
src/Miscellaneous/Keybinds.coffee
src/Monitoring/ThreadUpdater.coffee
src/Monitoring/Unread.coffee
src/Posting/QR.captcha.coffee
src/Posting/QR.coffee
src/Posting/QR.cooldown.coffee
src/Quotelinks/QuoteBacklink.coffee
src/Quotelinks/QuoteCT.coffee
src/Quotelinks/QuoteOP.coffee
src/Quotelinks/QuoteStrikeThrough.coffee
src/Quotelinks/QuoteYou.coffee
src/Quotelinks/Quotify.coffee
|
2014-02-23 14:04:45 -07:00 |
|
Mayhem
|
49c9156c30
|
Optimize the index by using a sorted list of threads instead of nodes.
Only one call to Get.threadFromRoot() per thread now.
|
2014-02-22 00:17:49 +01:00 |
|
Mayhem
|
27fa3f2bf7
|
Switching between the un/hidden thread index should navigate us to page 0.
|
2014-02-22 00:17:48 +01:00 |
|
Mayhem
|
8613e11bc2
|
Hiding threads will hide empty index pages too.
Rebuilding the paged index should navigate us to the last available page.
|
2014-02-22 00:17:48 +01:00 |
|
Mayhem
|
0ea3c733a4
|
Hide threads like we hide them in the catalog.
|
2014-02-22 00:17:48 +01:00 |
|
Mayhem
|
785f5b39dc
|
Make Thread::{hide,show} handle the catalog view.
|
2014-02-22 00:17:48 +01:00 |
|
Mayhem
|
d052bfc186
|
Optimize the index by dealing with HRs as little as possible.
|
2014-02-22 00:17:47 +01:00 |
|
Mayhem
|
61510ca272
|
Add {Post,Thread}::{hide,show}(). Merge reply hiding and thread hiding.
|
2014-02-22 00:17:47 +01:00 |
|
Mayhem
|
5ca21b1f4a
|
Refresh the index when trying to navigate to the same board.
Close #1461.
|
2014-02-21 17:07:00 +01:00 |
|
Mayhem
|
b9896b48d2
|
Add some default booleans to Posts and Threads.
Remove timeOfDeath as I won't get to use it anytime soon.
Fix #1456.
|
2014-02-17 18:07:51 +01:00 |
|
Mayhem
|
fe5f19d705
|
Add board-mode and board-sort to custom board navigation.
|
2014-02-14 21:44:29 +01:00 |
|
Mayhem
|
7ec83c24bc
|
Add a tooltip showing the OP's post info in the catalog.
|
2014-02-13 18:30:55 +01:00 |
|
Mayhem
|
740e408798
|
Add Open threads in a new tab setting.
|
2014-02-13 15:43:15 +01:00 |
|
ahodesuka
|
1c47e1c197
|
Remove unneeded parentheses, change default keybindings, remove unneeded slice and filter.
|
2014-02-12 02:09:02 -06:00 |
|
ahodesuka
|
165fad8623
|
Add hotkeys for index modes.
|
2014-02-12 00:11:29 -06:00 |
|
Mayhem
|
b6b86cc599
|
Close #1439.
|
2014-02-11 12:39:56 +01:00 |
|
Mayhem
|
ab739fd446
|
Add keybind to cycle through index sort types.
|
2014-02-11 10:13:53 +01:00 |
|
Mayhem
|
fb1257b4c6
|
Toggle index size classes when switching index mode too.
|
2014-02-11 09:55:26 +01:00 |
|
Mayhem
|
87dafbe643
|
Move .catalog-mode to doc.
|
2014-02-11 09:49:40 +01:00 |
|
Mayhem
|
871cdfe0c9
|
Add Image Size.
|
2014-02-11 09:23:39 +01:00 |
|
Mayhem
|
3ec442fc25
|
Move index mode/sort settings into <select>s in #nav-links.
|
2014-02-10 11:49:52 +01:00 |
|
Mayhem
|
67aafb4ec5
|
Return to the previous index mode that's not the catalog.
|
2014-02-07 22:40:32 +01:00 |
|
Mayhem
|
4755631ec8
|
Move the index nav links closer to the threads list.
Also change its class to an ID.
Also scroll to it rather than the threads list on refresh.
|
2014-02-07 21:20:31 +01:00 |
|
Mayhem
|
245dfaa1f9
|
Bring back return/catalog links.
|
2014-02-07 18:45:19 +01:00 |
|
Mayhem
|
a234bdb2a5
|
Merge pull request #1412 from MayhemYDG/catalog
Drop support for the inline catalog
|
2014-02-05 18:03:40 +01:00 |
|
Mayhem
|
50d9675c45
|
Fix crash with mobile navLinks.
|
2014-02-05 15:28:44 +01:00 |
|
Mayhem
|
cc4121070a
|
Add Threads per Page setting.
|
2014-02-05 15:14:39 +01:00 |
|
Mayhem
|
079e852277
|
Hide the QR when switching to catalog mode.
|
2014-02-05 10:01:21 +01:00 |
|
Mayhem
|
d1090b52fa
|
show -> unhide
|
2014-02-05 09:29:47 +01:00 |
|
Mayhem
|
0675146d22
|
Add pin/hide/show thread menu entries for the catalog.
|
2014-02-04 13:51:21 +01:00 |
|
Mayhem
|
e0a171c558
|
Fix shift/alt clicking regression in the catalog.
|
2014-02-03 15:00:54 +01:00 |
|
Mayhem
|
6408818eef
|
Fix hiding threads in the catalog not being saved.
Fix hidden threads showing when refreshing the catalog.
|
2014-02-02 17:27:08 +01:00 |
|
Mayhem
|
d69df92c8e
|
Unhide threads when toggling hidden status of hidden ones.
|
2014-02-01 21:28:02 +01:00 |
|
Mayhem
|
bbaac896e5
|
Add a show/hide hidden threads toggle for the catalog mode.
|
2014-02-01 21:16:17 +01:00 |
|
Mayhem
|
b9e8ff0b19
|
Make the hidden label an integral part of the index.
|
2014-02-01 20:42:59 +01:00 |
|
Mayhem
|
aeb1147bb3
|
Refactor hidden threads count.
It concerns filtered threads too, not just manually hidden threads.
|
2014-02-01 20:21:15 +01:00 |
|
Mayhem
|
f080a15292
|
Merge branch 'v3' into catalog
|
2014-02-01 00:32:17 +01:00 |
|
Mayhem
|
c1e76c8805
|
Update deps.
|
2014-01-29 23:45:55 +01:00 |
|
Mayhem
|
81b2c8eef2
|
Add catalog switcher button in the inline catalog.
|
2014-01-29 17:51:19 +01:00 |
|