Commit graph

825 commits

Author SHA1 Message Date
Zankaria
3453ff5aed quick-post-controls.js: format 2024-08-24 00:53:51 +02:00
Zankaria
89b7e8db7c post-hover.js: enable overboard support 2024-08-22 18:12:24 +02:00
Zankaria
06ef3c5287 post-hover.js: hover only in thread and index pages 2024-08-21 23:32:17 +02:00
Zankaria
4db387ab52 show-op.js: reduce queries 2024-08-21 12:51:57 +02:00
Zankaria
da3ad44f37 show-op.js: cache the op id in thread pages 2024-08-21 12:47:04 +02:00
Zankaria
4544107e1d show-op.js: format 2024-08-21 12:00:41 +02:00
Zankaria
98888f4e5f thread-stats.js: fix badly named variable #170 2024-08-20 13:51:51 +02:00
Zankaria
0fa25714d4 thread-stats.js: fix image count #170 2024-08-20 11:21:06 +02:00
Zankaria
5811945459 thread-stats.js: reduce duplicated code 2024-08-20 11:03:09 +02:00
Zankaria
7ffb81d1f8 thread-stats.js: format 2024-08-20 11:03:06 +02:00
Zankaria
8d812fa4f4 Revert "show-backlinks.js: use div instead of span"
This reverts commit b7b87cbf21.
2024-08-20 01:22:54 +02:00
Zankaria
9cd7d08fdf show-backlinks.js: fix baklinks stacking 2024-08-20 01:16:09 +02:00
Zankaria
b7b87cbf21 show-backlinks.js: use div instead of span 2024-08-20 00:33:41 +02:00
Zankaria
f2ea90a2d0 Improve the mobile UX (#167)
Chunky PR

Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/167
Co-authored-by: Zankaria <zankaria.auxa@skiff.com>
Co-committed-by: Zankaria <zankaria.auxa@skiff.com>
2024-08-19 21:57:50 +00:00
fccd0a16dd quick-reply.js: move recaptcha rendering to function 2024-07-28 00:53:33 +02:00
81f5c70681 quick-reply.js: format 2024-07-28 00:52:49 +02:00
Zankaria
909c2040da hud-pinning.js: fix inappropriate unpinning on image posting 2024-05-05 21:32:39 +02:00
49457dfd9f hud-pinning: add hud pinning option 2024-04-15 23:55:42 +02:00
Zankaria
5c0d0a8ca1 ban page: remove max-height from table rows, since it doesn't work anyway 2024-01-16 18:05:24 +00:00
Zankaria
1b00660d33 Format bans page fix patch 2024-01-16 18:05:16 +00:00
Zankaria
1adcb13cc1 Fix bans page 2024-01-16 18:04:57 +00:00
discomrade
bf4fb6d0e8 Added Feature - Premade Ban Reasons
see 13ac9172e7
2022-05-22 19:42:57 -02:00
discomrade
a1f8f4adca Update jQuery libraries
Mainly for security purposes.
2022-01-23 22:01:25 -01:00
discomrade
231321f2c1 Fix deprecated size() in quick-post-controls.js 2022-01-19 03:55:00 -01:00
discomrade
c9ef4e80ac Allow users to disable and clear (You)s
Credit to based anon https://leftypol.org/tech/res/6724.html#12776
2022-01-15 03:09:10 -01:00
discomrade
bf51d4ed89 Make snow off-by-default due to lag 2021-12-18 22:58:16 -01:00
discomrade
4efe45fe23 Enable winter snow 2021-12-13 13:32:55 -01:00
discomrade
a09180ed05 Fix typo in blur-images.js 2021-12-13 13:18:10 -01:00
discomrade
1db5bd1a6e Only add drag-drop handlers to dropzone, not the entire document
This enables dragging text into the textbox.
2021-11-15 05:56:32 -01:00
discomrade
3ae859d6e6 Call upload-selection.js inline
Makes the change happen earlier, reducing content shift
2021-11-11 13:06:19 -01:00
discomrade
b3adcfe98b Revert attempt at deferring file selector
Reverts most of c44bbde511 which failed to remove the previous file uploader https://git.leftypol.org/leftypol/leftypol/issues/37
2021-11-11 09:42:03 -01:00
discomrade
0250d59fb7 Prevent blur-images.js interfereing with regular hiding images 2021-10-28 01:37:52 -01:00
discomrade
bfb51c66a4 Merge pull request 'Add blur images option for raids' (#55) from blur-images into config 2021-10-27 20:46:38 +00:00
discomrade
43268fba76 Merge pull request 'Various fixes for thread reply notifications' (#52) from auto-refresh-notifications into config 2021-10-27 20:45:56 +00:00
discomrade
926b377032 Correct notification text for threads 2021-10-17 21:57:12 -01:00
tmp-server
807adaff90 Fix new thread notifications breaking script
Tried to access invalid child.
2021-10-16 02:34:44 +00:00
discomrade
2654af07c2 Add blur images option 2021-10-15 06:05:03 -01:00
discomrade
59e614a8f0 Add option for custom YouTube embed proxy 2021-10-15 01:23:02 -01:00
discomrade
3112d6486b Merge branch 'config' into auto-refresh-notifications 2021-10-15 00:57:34 +00:00
discomrade
d5704ec4eb Use stored title instead of document.title in notifications
Prevents number of unreads being added to notificaiton thread name
2021-10-15 00:52:23 +00:00
discomrade
10c772efad Fix notifications 2021-10-15 00:09:00 +00:00
discomrade
d1db003472 Make all notifications show, not just the first unread 2021-10-15 00:06:24 +00:00
discomrade
34f178d53e Fix notifications: replace reference to undisplayed div 2021-10-14 23:08:10 +00:00
discomrade
fabc83ebfb Separate mod auto-update settings from normal settings 2021-10-14 21:03:28 -01:00
discomrade
00d8d50210 Merge branch 'config' into uniqueIpFix2 2021-10-14 06:06:00 +00:00
discomrade
6042d8b49a Lower maximum delay for recent post auto-update 2021-10-14 06:00:23 +00:00
Your Name
e6106e04e0 Feedback on uniqueIpFix. Moves the insertion of the bar | after Unique IPs to be inserted by the thread watcher JS script. see: https://leftypol.org/tech/res/6724.html#11998 2021-10-13 19:28:24 +02:00
Your Name
704ba15ced Lewdposter's proposed fixes 2021-10-06 23:12:21 +02:00
Your Name
7d2bc99953 try5 2021-10-05 23:18:36 +02:00
Your Name
88070b3c4a try4 2021-10-05 23:14:26 +02:00