27286cdcee
categories: shorten website description
2024-10-02 17:58:39 +02:00
4684d08764
thread.html: prefer href="#" for scrolling to the top
2024-10-01 16:38:30 +02:00
a7a9f0cac5
thread.html: rework top and bottom anchors
2024-10-01 16:32:58 +02:00
da29ff3f85
style.css: move user control spacing to css
2024-10-01 01:44:35 +02:00
a86c59297e
post_reply.html: add user-controls hook for js
2024-10-01 01:44:35 +02:00
8fce7e5d4d
catalog.html: fix youtube preview
2024-09-18 22:02:57 +02:00
195ddead97
faq: update onion link
2024-09-18 21:36:38 +02:00
Zankaria
4350d866b0
Revert "fileinfo.html: use semantic html tags figure and figcaption for files"
...
This reverts commit a1d5f755b1
.
2024-09-05 16:43:12 +02:00
Zankaria
a1d5f755b1
fileinfo.html: use semantic html tags figure and figcaption for files
2024-09-05 15:54:30 +02:00
Zankaria
76d237bc89
main.js: load captcha from callback only on pages with post forms
2024-09-01 23:06:15 +02:00
Zankaria
7ef31b2790
post_thread.html: move OP post user controls into the intro and hide them on small screens
2024-08-29 18:41:18 +02:00
Zankaria
888b976048
post_thread.html: switch intro and head for OP post
2024-08-29 18:40:00 +02:00
Zankaria
e6b20dc30f
post_thread.html: add missing spaces. Fix #187
2024-08-28 23:55:22 +02:00
Zankaria
79e8f00b21
time.html: add title. Fix #185
2024-08-28 23:42:35 +02:00
Zankaria
8b5b710cc1
main.js: fix undefined version
2024-08-24 01:53:44 +02:00
Zankaria
4029ec5ba4
Revert "main.js: load stylesheets with the resource version"
...
This reverts commit 4f99346941
.
2024-08-24 01:50:45 +02:00
Zankaria
77370144ee
template: supply data-resource-version to main.js
2024-08-24 01:45:22 +02:00
Zankaria
fe598cf3a4
main.js: load styles with dyanamically provided resource version.
...
This is done because:
- If the version is updated before the rebuild, someone might cache the old version in the meanwhile.
- One could not rebuild javascript before updating the version. Now it's possible.
2024-08-24 01:36:49 +02:00
Zankaria
92e2344926
Revert "main.js: add resource version on if there is a uri"
...
This reverts commit 60d6b797f2
.
2024-08-24 01:34:04 +02:00
Zankaria
990484fac5
main.js: "transactional" transisition from default to user-selected style
2024-08-23 14:38:20 +02:00
Zankaria
3994afd10d
main.js: do not initialize captchas if there is no hook
2024-08-23 14:38:20 +02:00
Zankaria
60d6b797f2
main.js: add resource version on if there is a uri
2024-08-23 01:00:46 +02:00
Zankaria
4f99346941
main.js: load stylesheets with the resource version
...
Solves Flashes of Untyled Content
2024-08-23 00:48:49 +02:00
Zankaria
04f55dfdd2
main.js: check if there even is a style before setting the code style
2024-08-23 00:01:20 +02:00
Zankaria
ef1634184a
templates: bust all css caches with resource_version
2024-08-22 14:39:36 +02:00
Zankaria
abfa773282
templates: bust all js caches with resource_version
2024-08-22 14:39:32 +02:00
Zankaria
ff9dbe2566
fileinfo.html: fix #176
2024-08-21 15:36:27 +02:00
Zankaria
acebbb97f4
header.html: format
2024-08-21 15:29:37 +02:00
fowr
285c151be9
Add resource_version to avoid cache.
2024-08-21 11:24:05 +02:00
Zankaria
dc0e54d2fb
post_thread.html: fix #174
2024-08-21 00:22:16 +02:00
Zankaria
32f5fbbac7
post_thread.html: go to newline after OP post
2024-08-20 15:46:18 +02:00
Zankaria
49cd1f6f59
style.css: treat multiple files as a single block. Fixes weird text wrapping
2024-08-20 15:00:40 +02:00
Zankaria
4e6803e9a7
fileinfo.html: use only tabs
2024-08-20 15:00:00 +02:00
Zankaria
97159e3c02
posts: add space before post numbers
2024-08-20 14:02:52 +02:00
Zankaria
9c3755c7a7
No more span games on posts
2024-08-20 10:40:11 +02:00
Zankaria
28eeb3de76
post_controls.html: use div instead of span
2024-08-20 00:32:22 +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
Zankaria
ee2ddeb29d
name.html: format
2024-08-18 21:14:10 +02:00
Zankaria
d8c5c600a8
Add hcaptcha support ( #166 )
...
Co-authored-by: RealAngeleno <angeleno@screamer.wiki>
Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/166
Co-authored-by: Zankaria <zankaria.auxa@skiff.com>
Co-committed-by: Zankaria <zankaria.auxa@skiff.com>
2024-08-10 19:58:20 +00:00
25089f5cbb
main.js: HOTFIX double captcha init
2024-08-10 01:05:36 +02:00
eb6649b260
main.js: fix captcha breaks if loaded before main.js #164 ( #165 )
...
Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/165
2024-08-09 22:53:25 +00:00
17f92344e9
main.js: handle undefined styleName in style chooser
2024-08-07 22:49:04 +02:00
14272c87e9
main.js: do no change to undefined styles
2024-08-07 22:44:17 +02:00
057addafa8
main.js: fix reset wiping the captcha token from the form before it was sent
2024-08-07 00:31:57 +02:00
b83be67b55
main.js: fix template
2024-08-07 00:31:57 +02:00
8223dcfbad
main.js: rename onready to camelCase
2024-08-07 00:31:57 +02:00
d7896b9c02
main.js: rename init_stylechooser to camelCase
2024-08-07 00:31:57 +02:00
a260bcb6d4
main.js: format
2024-08-07 00:31:57 +02:00
d8ea4c49ad
main.js: rename dopost to camelCase
2024-08-07 00:31:57 +02:00
b77685f8f4
main.js: format getCookie
2024-08-07 00:31:57 +02:00