1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-19 12:36:23 -07:00
Commit graph

49 commits

Author SHA1 Message Date
Eggbertx
0db91f277c Implement thread-unique poster ID 2025-04-05 23:27:08 -07:00
Eggbertx
37c73fae0d Show link to embed video on recent posts page, show thumbnail on front page 2025-03-29 23:39:42 -07:00
Eggbertx
67bbb4125c refactor captcha handling, simplify HTML template testing with goquery 2025-03-29 20:19:45 -07:00
Eggbertx
48fb11a199 Treat recent posts with embed as if they have no thumbnail/upload on front page 2025-03-29 12:59:16 -07:00
Eggbertx
a47e03def4 Add text formatting classes and update report handling logic to dismissing in bulk 2025-03-28 21:55:15 -07:00
Eggbertx
8470ef2b89 Remove border from embed iframe 2025-03-16 14:02:30 -07:00
Eggbertx
28f9029a54 Apply upload styling to embeds, remove unused thumbnail styles 2025-03-16 13:44:34 -07:00
Eggbertx
54a6f25476 Add hash tag block 2025-03-09 01:35:43 -08:00
Eggbertx
41fa1f6280 Migrate SCSS, replace usage of @import with @use
https://sass-lang.com/documentation/breaking-changes/import/
2025-02-22 10:41:54 -08:00
Eggbertx
aba2c68221 Use h1 instead of div for lightbox title, footer element instead of div#footer 2025-02-18 12:59:20 -08:00
Eggbertx
dfb9fc045c Add dice roll styling 2025-02-09 17:45:43 -08:00
Eggbertx
eb59ef1f1e Add hide block open/close animations 2025-02-07 22:36:24 -08:00
Eggbertx
83c82cba41 Fix bunkerchan dropdown colors 2025-02-07 16:56:29 -08:00
Eggbertx
21a05e5d25 Add hidden block toggling button 2025-02-07 16:35:12 -08:00
Eggbertx
5d98639daa Add hide block bbcode 2025-02-07 16:26:35 -08:00
Eggbertx
d48cec2f2b More CSS style adjustments 2025-01-19 23:49:01 -08:00
Eggbertx
3dc6f3494e Adjust theme colors 2025-01-19 22:40:13 -08:00
Eggbertx
baa4a10389 Add option to increase line height 2025-01-19 21:16:16 -08:00
Eggbertx
ba86182941 Center login table 2024-12-08 13:26:51 -08:00
Eggbertx
9fb08929b7 Fix failing tests, move more inline CSS to global CSS files 2024-11-30 17:07:50 -08:00
Eggbertx
62784a99f7 Add Dark Bunker theme 2024-11-20 22:59:34 -08:00
Eggbertx
4595e16466 Make ban page template use standard page header template, use h1 as title element 2024-11-17 23:17:11 -08:00
Eggbertx
b6c27a27c6 Implement creating locked/sticky threads client-side 2024-09-08 16:07:02 -07:00
Eggbertx
671379b834 Use different class for filter hits 2024-08-28 21:54:10 -07:00
Eggbertx
0abf5b6a35 Add cancel button when building a filter from a post, use html/template.HTML array for filter hits for verbatim rendering instead of a textarea 2024-08-28 21:50:39 -07:00
Eggbertx
69c8cc4765 Add filter hits page, refactor manage action resolving to use the router 2024-08-25 16:59:25 -07:00
Eggbertx
fa56d500b8 Add filter enabling/disabling 2024-08-11 00:40:45 -07:00
Eggbertx
09b42624d0 Clean up formatting for management tables, set new conditions to the name field 2024-08-10 13:59:18 -07:00
Eggbertx
befaf3ae23 Replace condition add/remove buttons with links, move add link to end of conditions 2024-08-10 13:15:06 -07:00
Eggbertx
6b3d8e8aeb Start adding filter mgmt page and some more ERD updates 2024-08-10 01:14:21 -07:00
Eggbertx
662cca0273 Add clipboard uploading to the static post form 2024-08-03 13:28:06 -07:00
Eggbertx
4770bf6cab Add margin to deleted file box 2024-07-31 10:07:45 -07:00
Eggbertx
840f70b92c Add functions for new upload field 2024-07-30 17:23:46 -07:00
Eggbertx
2d0b758a14 Use CSS on tables instead of border HTML attribute, standardize table headers 2024-03-08 14:50:28 -08:00
Eggbertx
a49dc81230 Increase size of textareas in settings 2024-02-28 10:33:02 -08:00
Eggbertx
a102fe355e Use block display for staffmenu items 2024-02-24 17:53:12 -08:00
Eggbertx
4c73891ff5 Add template override page (doesn't do anything yet) 2023-12-10 20:46:08 -08:00
Eggbertx
5fd9601cc1 Fix staff menu clipping/not scrolling 2023-09-02 23:39:44 -07:00
Eggbertx
7f07139430 Add manage page for viewing the main log (non-access) 2023-06-14 14:37:45 -07:00
Eggbertx
094a265c52 add .topbar-section rule to global css 2023-05-24 08:58:42 -07:00
Eggbertx
23d3cea759 Improve postbox for mobile displays, remove no longer used threadlinks-top from css 2022-12-24 23:58:43 -08:00
Eggbertx
6c4b5a0155 Fix deleted box not centering in recent posts 2022-09-23 15:47:15 -07:00
Eggbertx
943c0f6221 Add filebans staff action, related to issue #28
though currently it can only view, not add new bans
2022-09-15 21:37:56 -07:00
Eggbertx
7d70fac114 Move CSS stuff from javascript to global CSS 2022-09-14 14:45:59 -07:00
Eggbertx
7d6873c0f7 Start actually using and updating the watcher menu 2022-09-08 16:41:50 -07:00
Eggbertx
62c81a3245 Properly send the upload on ctrl+enter 2022-08-22 20:55:28 -07:00
Eggbertx
a4f2a3fe57 Add upload preview to QR 2022-08-17 11:07:11 -07:00
Eggbertx
20fce2ab88 Leave a "File deleted" box on posts if only the file is deleted 2022-07-21 19:49:18 -07:00
Eggbertx
d264cb12ac Merge /sass and /frontend for better organization 2022-05-12 21:24:07 -07:00