1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-10 12:56:24 -07:00
Commit graph

251 commits

Author SHA1 Message Date
Eggbertx
d264cb12ac Merge /sass and /frontend for better organization 2022-05-12 21:24:07 -07:00
Eggbertx
ee2f603891 Upgrade npm packages 2022-05-12 20:06:09 -07:00
Eggbertx
4e4974b832 Don't care about the current page as long as ref'd post is on it 2022-05-12 11:46:52 -07:00
Eggbertx
fc7facc5f8 Only use post previews/inline expansion if enabled 2022-05-12 00:46:36 -07:00
Eggbertx
d376cfab8b Make file-deleted-box elements properly centered 2022-05-08 16:44:21 -07:00
Eggbertx
ea57e1fa34 Update top bar pinned status when settings are saved 2022-05-08 14:27:59 -07:00
Eggbertx
cc9d0ed828 Use different functions for cookie return types 2022-05-08 13:15:39 -07:00
Eggbertx
744e915d51 Remove unneeded property strings from selectors 2022-05-08 11:38:00 -07:00
Eggbertx
91aaa286bd Use Setting subclasses 2022-05-07 17:15:27 -07:00
Eggbertx
6082c56eff Generate a random password in JS if it isn't set already 2022-05-07 12:47:13 -07:00
Eggbertx
672b1d8b32 Move a lot of cookie requests to localStorage, add localStorage typed getter functions 2022-05-07 01:05:41 -07:00
Eggbertx
795361947e Completely revamp settings, also use localStorage 2022-05-06 11:23:48 -07:00
Eggbertx
00e6a3558a Add removeLightbox for cleaning up lightboxes 2022-04-30 16:21:58 -07:00
Eggbertx
2569fa3605 Replace builtin JS prompt with our own 2022-04-30 15:45:09 -07:00
Eggbertx
f2460848a0 Comment out unnnecessary display css prop for lightbox class 2022-04-30 00:23:13 -07:00
Eggbertx
7255d54050 increase padding for recent posts on front page 2022-04-30 00:19:14 -07:00
Eggbertx
cf5e1b95d7 Don't show Delete file on posts without uploads 2022-04-25 20:34:53 -07:00
Eggbertx
becb8cd8c6 Improve lightbox and prompt functionality 2022-04-25 19:43:10 -07:00
Eggbertx
6ddfaedc11 Make themes use div#content more 2022-04-14 21:20:32 -07:00
Eggbertx
307a626063 Make post reporting from JS actually work 2022-04-06 00:23:04 -07:00
Eggbertx
d423398eff Replace Gulp with Parcel for js bundling 2022-03-24 16:05:50 -07:00
Eggbertx
5551bfc06c Add type declarations for staff actions, info 2022-03-20 21:17:09 -07:00
Eggbertx
be09a8c7d5 Fix semicolon typo 2022-03-20 18:06:47 -07:00
Eggbertx
9656b9f3d0 Move dbconnect.sh to a script
Also update frontend README and booststrap start text
2022-02-05 14:17:24 -08:00
Eggbertx
e2339f98ef Make templates dynamic so I don't forget
Also officially bump up version to 3.0 🎉
2022-01-30 11:56:59 -08:00
Eggbertx
8e706a313c Make template for recent posts page
Also make manage page h1 headers automatic
2022-01-29 23:47:13 -08:00
Eggbertx
d1ae92b01c Fix issue with videos not returning to thumbnails 2022-01-29 20:19:03 -08:00
Eggbertx
365ccc6d8b Add cookie tests 2022-01-29 20:02:50 -08:00
Eggbertx
34a4e4d4d1 Test all BBCodes + form submission code 2022-01-29 16:53:38 -08:00
Eggbertx
cd935ee32c Move event handling to its own script, add BBCode testing 2022-01-29 13:58:36 -08:00
Eggbertx
39df19bd46 Smothen diagonal line on page thumbnails 2022-01-19 23:10:39 -08:00
Eggbertx
c72850a4eb Add thumbnails for more filetype support
Related to issue #37
2022-01-19 23:00:27 -08:00
Eggbertx
8fe0ed3e52 Add Windows 9x theme (unfinished) 2022-01-16 21:13:56 -08:00
Eggbertx
95fa5d096e Replace ban image with slightly less cringy one 2022-01-16 15:14:08 -08:00
Eggbertx
7e13a32ec3 Add board config to all templates using the standard header
Also remove commented migration lines in build.py
2022-01-09 23:09:44 -08:00
Eggbertx
8719227f3d Use shutil python module for building releases, replace unminified js with minified 2022-01-09 15:18:29 -08:00
Eggbertx
e9be46b260 Only open the qr box when it's usable, related to issue #51
Also remove the deprecated DropDownMenu class
2022-01-09 10:55:50 -08:00
Eggbertx
c8d8af077b Fix lightbox footer transparency 2022-01-04 11:05:54 -08:00
Eggbertx
9fb5ebbd0b Turn staff action map into an array for more control over ordering 2022-01-01 16:03:39 -08:00
Eggbertx
11d498c4b0 Use Array.filter instead of for/of 2022-01-01 12:52:36 -08:00
Eggbertx
0ad1afb7c9 Fix JS inserting bbcode even when ctrl isn't pressed 2022-01-01 10:53:33 -08:00
Eggbertx
a7e7252376 Remove most of the nasty spaghetti code that relies on HTML output
Use new manage API to get actions
2021-12-30 14:50:05 -08:00
Eggbertx
5ab7b8dc90 Add improvements to top bar, post utils 2021-12-29 12:29:39 -08:00
Eggbertx
cac3b6374e Copy password from post form to delete post password input 2021-12-29 11:32:33 -08:00
Eggbertx
2a3822fa28 Remove unnecessary important tags from stylesheets
Also add option to only install CSS files
2021-12-29 11:31:27 -08:00
Eggbertx
a8fabfee3c Make showMessage lightbox less hacky 2021-12-23 17:14:34 -08:00
Eggbertx
04dea4481a remove double import of currentBoard in index.js 2021-09-03 15:57:21 -07:00
Eggbertx
5f8e53fb76 Add functions for getting thread and board info 2021-09-03 15:49:53 -07:00
Eggbertx
3adde3edba Add desktop notifications, use jQuery to escape HTML stuff 2021-09-02 23:18:43 -07:00
Eggbertx
3e4e07c8ef Add some more basic thread watching stuff
(still extremely incomplete)
2021-08-28 09:04:54 -07:00