1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 12:57:35 +01:00

910 Commits

Author SHA1 Message Date
Zankaria
0e5b56ab4b poster_id.html: remove extra space at start 2025-01-19 22:12:05 +01:00
Zankaria
ccee1a9256 style.css: adjust posts 2025-01-19 22:12:05 +01:00
Zankaria
bcf40d1078 style.css: adjust controls 2025-01-19 22:12:05 +01:00
Zankaria
a7c159cc82 style.css: make posts 4chan-like 2025-01-19 22:12:05 +01:00
Zankaria
dd8182e1dd post_reply.html: fix template 2025-01-19 22:12:05 +01:00
Zankaria
e9d4c4c10c post_reply.html: make posts less cluttered 2025-01-19 22:12:05 +01:00
Zankaria
be47c7888f post_thread.html: add breakline after op post 2025-01-19 22:12:05 +01:00
fowr
6fea059968 style.css: new css mobile. Initial integration. 2025-01-19 22:12:05 +01:00
Lorenzo Yario
5821004155
Merge pull request #875 from Zankaria/add-title-hovering
Adds help text on hovering via the title property
2025-01-17 09:50:56 -06:00
fowr
50339812b6 simplify template config for new_thread_capt and all captcha 2025-01-09 14:52:10 -03:00
Zankaria
af7bfa5801 time.html: add title 2025-01-08 23:24:58 +01:00
Zankaria
b991657b0a post_thread.html: add hover suggestions 2025-01-08 23:24:29 +01:00
Zankaria
f7e92d3967 post_reply.html: add hover suggestions 2025-01-08 23:24:22 +01:00
Lorenzo Yario
f39988229a
Merge pull request #873 from Zankaria/cleanup-pre-mobile-ui
Cleanup pre mobile UI
2025-01-05 02:00:20 -06:00
Zankaria
d1953752ab image_identification.html: trim 2025-01-04 23:15:14 +01:00
discomrade
09a45bfcd3 Enable download with filename without JavaScript 2025-01-04 23:05:53 +01:00
Zankaria
e31b8abe35 fileinfo.html: use only tabs 2025-01-04 21:49:02 +01:00
Zankaria
c4b81cffe7 header.html: fix broken js include 2025-01-04 21:48:30 +01:00
Zankaria
fd1972b4fb name.html: format 2025-01-04 21:36:43 +01:00
Lorenzo Yario
c010f7da5d
allow native to be properly passed 2024-12-26 22:39:59 -06:00
Lorenzo Yario
eb2ac9c75a
Merge pull request #828 from Zankaria/catalog-styling
Adjust the catalog styling
2024-10-31 13:52:34 -07:00
Zankaria
2dc5196e63 ban_form.html: add autofocus on reason text form 2024-10-28 23:36:11 +01:00
Zankaria
bd3d06e960 catalog.html: add css classes for controls styling 2024-10-24 23:57:25 +02:00
Lorenzo Yario
c95877bdcb
Merge pull request #803 from Zankaria/more-busting
More cache busting with resource_version
2024-09-20 18:45:14 -07:00
Zankaria
fd309443ea js: drop IE support 2024-09-19 22:54:04 +02:00
Zankaria
cb6d6f13dd main.js: use let 2024-09-19 22:51:01 +02:00
Zankaria
6b60f841d4 template: supply data-resource-version to main.js 2024-09-19 22:28:55 +02:00
Zankaria
3c5484a7c2 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-09-19 22:28:52 +02:00
Zankaria
fcf5c3d73a templates: bust all css caches with resource_version 2024-09-19 22:01:51 +02:00
Zankaria
9fbc816205 templates: bust all js caches with resource_version 2024-09-19 22:01:51 +02:00
Lorenzo Yario
1effe1648b
add some spaces 2024-09-17 23:28:21 -07:00
Lorenzo Yario
8c27b5261c
lazy loading commit 2024-09-17 21:18:09 -07:00
Lorenzo Yario
16bb704154
lazy loading commit 2024-09-17 21:15:43 -07:00
fowr
cd5c57f717
fix oversights introduced in captcha; 2024-08-25 17:01:06 -03:00
fowr
13b587cf62
add resource_version to avoid cache. 2024-08-20 21:27:22 -03:00
Zankaria
165ea5308a config.php: ops, wrong name for the native captcha 2024-08-15 16:33:56 +02:00
Zankaria
cb5fb68c5e header.html: format 2024-08-15 16:21:02 +02:00
Zankaria
fb92e5fb68 config.php: rework captcha configuration 2024-08-15 16:20:58 +02:00
Zankaria
e825e7aac5 Add dynamic captcha support 2024-08-15 14:37:59 +02:00
Lorenzo Yario
e5d423e595
revert column behavior 2024-08-09 00:43:43 -07:00
Zankaria
d9feb5cfa7 catalog.html: onReady 2024-08-05 19:03:24 +02:00
Zankaria
8b773b124e main.js: rename onready to camelCase 2024-08-05 18:33:15 +02:00
Zankaria
c327a0439e main.js: rename init_stylechooser to camelCase 2024-08-04 15:52:15 +02:00
Zankaria
4b5e40f575 main.js: format 2024-08-04 15:50:04 +02:00
Zankaria
eb67076e60 main.js: rename dopost to camelCase 2024-08-04 15:47:38 +02:00
Zankaria
990f27e80b main.js: format getCookie 2024-08-04 15:44:12 +02:00
Zankaria
8d3bfedc72 main.js: trim 2024-08-04 15:42:02 +02:00
Lorenzo Yario
541f31f4d1
allow excluding boards from the boardlist 2024-07-14 04:38:11 -07:00
Lorenzo Yario
c223b1c55d
allow board exclusion for the boardlist 2024-07-14 04:37:28 -07:00
Lorenzo Yario
409f571955
switch to columns of two. Make it optional for a video and other things. 2024-07-14 04:21:21 -07:00