forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

1748 Commits (6a19132b4a4e602ab39b80a56991c7b5d49f86c2)

Author SHA1 Message Date
Aevann 51f6c8bb0a aethetic consistency 2023-01-28 12:40:03 +02:00
Aevann a8a1af6bea dont use implicit addEventListener 2023-01-28 12:39:44 +02:00
Aevann a9f169d3be minimize document-wide eventlisteners 2023-01-28 12:38:14 +02:00
Aevann 2006040375 make lite-youtube pausing also work when the button is clicked 2023-01-28 12:38:06 +02:00
Aevann 8b859cc610 register_new_elements consistency 2023-01-28 12:37:26 +02:00
Aevann 5995c6094a make all entries register_new_elements consistent 2023-01-28 11:56:32 +02:00
Aevann 3d7a549139 add some spaces for readability 2023-01-28 11:55:55 +02:00
Aevann e58b716dde use document instead of window event listener 2023-01-28 11:40:35 +02:00
Aevann 8eb0eb1938 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3494238#context 2023-01-28 10:31:51 +02:00
chiobu 0ab45953b7 Cleaned up marseyjam (#101)
Reviewed-on: rDrama/rDrama#101
Co-authored-by: chiobu <chiobu@noreply.fsdfsd.net>
Co-committed-by: chiobu <chiobu@noreply.fsdfsd.net>
2023-01-28 08:02:45 +00:00
Aevann 599fb42080 add more margin between users 2023-01-27 20:23:18 +02:00
Aevann 159773cf73 show namecolor in online listing 2023-01-27 20:15:38 +02:00
Aevann 1e30acc5a8 make all images have loading="lazy" 2023-01-27 19:55:25 +02:00
Aevann 4a795d924f show profile pictures in chat online list 2023-01-27 19:52:47 +02:00
Aevann 3c61799977 fix dynamically created popovers 2023-01-27 18:36:11 +02:00
Aevann 1d6209e5bc fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3419331#context 2023-01-27 15:06:37 +02:00
Aevann c45cd0fde8 make a UI for /admin/dm_images 2023-01-27 14:24:39 +02:00
Aevann 303db4e6db change chudrama color on focus 2023-01-27 10:15:02 +02:00
Aevann e7eb024b4f dont show chudrama as red in tables 2023-01-27 10:14:49 +02:00
mummified-corroding-granny ea47902127 reduce scroll chaining on scrollable modals (#100)
Small lil PR to reduce/minimize overscroll (aka scroll chaining) when scrolling to the end of scrollable modals. Also relevant to mobile

Primary targets:
- GIFs scrollable tabs body
- EMOJI scrollable tabs body
- AWARDS scrollable tabs body

Should (TM) apply to other scrollable modals if the same HTML structure is used

Very important notes (TM):
* this does not apply to non-scrollable modals (e.g. delete and report)
* this only applies to the body of the modal where scrollable content is usually located (as per selector). Example of when it does not apply:
  * if we try to scroll near the search bar (e.g. on GIFs modal), we will still scroll the background
  * if we make the modal non-scrollable (e.g. limited search in emoji or its tabs), there is no overscroll protection

Why I chose this implementation:
* I have implemented this recently when all browsers started supporting it in the last months of 2022
* we cannot just disable the main body/html element scrollbar because it is likely to create headache-inducing content redraw situations
* minimalistic and it is a relatively modern way to do it
* about 300% better than some client-side javascript spaghetteh to avoid content redraws
* methodical alternative is to reimplement site-wide modals/scrolling (LMAO)
* I did not apply it to .modal-body because it does not work when we scroll in the empty area on the sides of the scrollable area (which I always do).

Reviewed-on: rDrama/rDrama#100
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
2023-01-27 06:08:29 +00:00
SneedBot 89eb3f6c66 sneed 2023-01-27 00:00:16 +00:00
Aevann 07a668e75b add chud award image 2023-01-26 13:35:28 +02:00
SneedBot 4db872f73c sneed 2023-01-25 20:00:12 +00:00
Aevann 8bb7dd8c2b fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3477994#context 2023-01-25 17:52:31 +02:00
geese_suck 4afa57a9ba
fix classic theme 2023-01-25 07:25:37 -08:00
Aevann 3555e23f76 fix missing modlog kind for DM images 2023-01-25 13:35:46 +02:00
SneedBot 369353570f sneed 2023-01-25 08:00:11 +00:00
Aevann 06e3573a05 make chat pfps clickable 2023-01-25 05:30:08 +02:00
mummified-corroding-granny e7a786b7e9 remove z-index from dropdowns in search page (#96)
Kindly,

This fixes issue I created rDrama/rDrama#60 . Note that both z-indexes had to be removed because when I kept either of them, there was still z-fighting issues.

Considering that .dropdown-actions is used elsewhere, I tested the changes also on these pages and it still (TM) works on my machine (TM).

./files/templates/home_comments.html <----- Didn't test on /comments because disabled but it is same as search.html AFAIK
./files/templates/home.html
./files/templates/log.html
./files/templates/search.html
./files/templates/submission.html
./files/templates/userpage/header.html

Reviewed-on: rDrama/rDrama#96
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
2023-01-25 02:25:16 +00:00
SneedBot c3f3e8f5bc sneed 2023-01-24 16:00:11 +00:00
Aevann 3217a1146a fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3464917#context 2023-01-24 12:47:31 +02:00
Aevann e68a1540c5 fix js error 2023-01-24 12:40:25 +02:00
Aevann 7eec8af383 add the upload image button for mesages in profiles to mobile 2023-01-24 12:19:20 +02:00
Aevann 7e47c0b9cc fix /log_out 2023-01-24 12:02:08 +02:00
Aevann c1b1ccedff chat improvements 2023-01-24 07:28:56 +02:00
SneedBot 6497f31060 sneed 2023-01-24 04:00:12 +00:00
chiobu c02c8312fa Upload Marsey Font for h/marsey (#92)
Linking the font off-site doesn't work anymore as it violates the following Content Security Policy directive: "font-src 'self'"

Reviewed-on: rDrama/rDrama#92
Co-authored-by: chiobu <chiobu@noreply.fsdfsd.net>
Co-committed-by: chiobu <chiobu@noreply.fsdfsd.net>
2023-01-24 03:55:52 +00:00
Aevann 47dc6da582 allow pasting images in initial modmail and DMs 2023-01-23 14:00:04 +02:00
Aevann dd8e3255a0 allow pasting images in DM replies 2023-01-23 13:04:07 +02:00
Aevann 8396126606 add dm images 2023-01-23 11:58:38 +02:00
Aevann d9553d2636 chat anti-spam 2023-01-23 08:04:02 +02:00
Aevann d2cbf72803 decreases buttons top margin 2023-01-23 03:15:46 +02:00
Aevann fadc81246d increase filename in asset submission forms 2023-01-23 03:03:39 +02:00
Aevann b1131fc64b more scrolling 2023-01-23 01:17:59 +02:00
SneedBot 45c2e42da0 sneed 2023-01-22 16:00:10 +00:00
Aevann bc99e8780a adjust padding 2023-01-22 11:13:37 +02:00
Aevann 37726b445a adjust chat margins 2023-01-22 11:09:57 +02:00
Aevann b1dba34658 smaller chat messages 2023-01-22 10:36:14 +02:00
Aevann 543c117e2d rename marseydeadhorse 2023-01-22 10:07:30 +02:00
Aevann 7fbe2c82a4 margins 2023-01-22 09:25:20 +02:00
Aevann 8d74d69d76 chat improvements 2023-01-22 09:19:23 +02:00
Aevann 30ab36f595 add padding to highlighted messages 2023-01-22 09:15:58 +02:00
Aevann d5291a5e41 highlight using primary color 2023-01-22 09:13:44 +02:00
Aevann bb6d798647 fix quoting new messages 2023-01-22 08:00:50 +02:00
Aevann 2448c3104f debugging 2023-01-22 07:56:22 +02:00
Aevann 744f6ab437 debugging 2023-01-22 07:55:29 +02:00
Aevann c3d055ebf2 same as last commit 2023-01-22 07:34:01 +02:00
Aevann 47b7c0c23d more scrolling 2023-01-22 07:33:26 +02:00
Aevann f762695300 highlight ur quoted msgs 2023-01-22 07:30:57 +02:00
Aevann a6d7b681c1 disable all scrollbars in chat 2023-01-22 07:18:57 +02:00
Aevann 31fc180cc8 scroll chat earlier 2023-01-22 07:17:25 +02:00
Aevann 542410eb27 fixes to chat 2023-01-22 05:16:37 +02:00
Aevann 1ee213f742 another chat rework 2023-01-22 04:43:28 +02:00
Aevann 74f2098144 reduce chat-message max width 2023-01-22 02:13:58 +02:00
Aevann 5cf50050c3 remove unnecessary line 2023-01-22 01:31:44 +02:00
Aevann 266aee186c fix chat 2023-01-22 01:19:46 +02:00
Aevann 8790622f9d make links in quotes easier to read 2023-01-21 14:35:36 +02:00
Aevann 39bec16c1a more chat improvements 2023-01-21 14:29:47 +02:00
Aevann 4bd99bc171 more chat improvements 2023-01-21 14:24:00 +02:00
Aevann 47970cf1ec same as last commit 2023-01-21 14:15:59 +02:00
Aevann 6bbc9f919f more chat improvements 2023-01-21 14:14:26 +02:00
Aevann 0255333e37 more chat improvements 2023-01-21 14:12:44 +02:00
Aevann c57dc8895f more chat improvements 2023-01-21 14:07:23 +02:00
Aevann 9cc994babf more chat improvements 2023-01-21 13:58:10 +02:00
Aevann 06bc0d4fdf minor improvement to chat 2023-01-21 13:52:12 +02:00
Aevann 2b6778808a fix file upload in chat 2023-01-21 13:48:32 +02:00
Aevann 24f6436b8f back to snake_case 2023-01-21 13:48:27 +02:00
Aevann 51b0952b56 another fix 2023-01-21 13:45:15 +02:00
Aevann 98135f55c6 more chat fixes 2023-01-21 13:44:22 +02:00
Aevann e4156607ea same as last commit 2023-01-21 13:41:11 +02:00
Aevann c6bc8752c8 more scroll_chat 2023-01-21 13:40:57 +02:00
Aevann ae9fe04854 chat improvements 2023-01-21 13:39:42 +02:00
Aevann d5a30c6f43 allow pasting images 2023-01-21 13:23:09 +02:00
Aevann 42ade0c2a1 increase message height 2023-01-21 13:23:05 +02:00
Aevann 05e39c1aa9 improve chat timestamps 2023-01-21 13:19:46 +02:00
Aevann d96b938678 [chat] increase fontsize on a bunch of stuff 2023-01-21 13:14:55 +02:00
Aevann 919865cc51 addition to scroll_chat 2023-01-21 13:13:35 +02:00
Aevann b49cc69108 port over the max-height thing to new chat 2023-01-21 13:12:15 +02:00
Aevann b82d74ac12 fix quoting in chat 2023-01-21 13:05:58 +02:00
Aevann 12f6d75e77 minor fix for quotes in chat 2023-01-21 13:02:19 +02:00
Aevann 50043cd6fc dont use rendered text in quotes 2023-01-21 13:00:29 +02:00
Aevann 2404f8fbe7 fix message reposting 2023-01-21 12:58:37 +02:00
Aevann c047e0169a troubleshooting 2023-01-21 12:57:41 +02:00
Aevann 61e49bfe3c troubleshooting 2023-01-21 12:56:11 +02:00
Aevann f64f0ddaf0 fix last commit 2023-01-21 12:54:15 +02:00
Aevann 4fe21f3e31 make chat icons a little bit bigger 2023-01-21 12:40:48 +02:00
Aevann f2fdefa8cd chat overhaul 2023-01-21 12:36:21 +02:00
Aevann 111f664440 do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3452754#context 2023-01-21 11:29:53 +02:00
Aevann 3a43ca8559 delete uncropped sidebar image 2023-01-21 08:55:14 +02:00
SneedBot b4f64ec630 sneed 2023-01-21 06:54:22 +00:00
Aevann 2b3dd62a86 minor fix to ban button on profile pages 2023-01-21 07:46:21 +02:00
Aevann 7fa52b14a8 fix this https://stupidpol.site/post/138414/a-major-problem-with-the-page/3392464#context 2023-01-21 07:39:42 +02:00
Aevann 9ded1cab20 move live commit to the sidebar where its less annoying 2023-01-21 06:27:30 +02:00
Aevann 249d7733d2 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3451561#context 2023-01-21 05:14:21 +02:00
Aevann 2bfda7112e delete 2 sidebar images 2023-01-21 05:06:16 +02:00
Aevann c560d1d9fe improve the "show more" button 2023-01-21 01:47:27 +02:00
Aevann 4b6baac968 like last commit 2023-01-21 01:26:54 +02:00
Aevann c4f757a52e do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3447054#context 2023-01-21 01:25:24 +02:00
SneedBot 194b63c386 sneed 2023-01-20 21:55:23 +00:00
SneedBot 37f040ffba sneed 2023-01-20 20:00:09 +00:00
Aevann 5f2b2a2f8b fix shop banner 2023-01-20 09:22:31 +02:00
Aevann 5235d0f31f remove all aria attributes 2023-01-20 09:10:54 +02:00
Aevann d20167f45c remove alert.webp since it isnt used anymore 2023-01-20 08:23:51 +02:00
Aevann 2cc2982894 reduce .App-content height 2023-01-20 08:20:45 +02:00
Aevann f17fade8a6 purge discord from site code 2023-01-20 07:31:53 +02:00
Aevann 3bcb568f5c reduce chatbox size on desktop 2023-01-20 06:57:44 +02:00
Aevann 5a1bc77ed5 fix pagetitle for chat 2023-01-20 06:54:27 +02:00
Aevann 1581cb6712 fix scrollbar issue in chat 2023-01-20 06:46:33 +02:00
Aevann cc44dcce2f convert compiled chat shit to tabs 2023-01-20 06:45:30 +02:00
Aevann 823e048169 reduce chat height a bit 2023-01-20 06:44:35 +02:00
SneedBot a6c5695bdc sneed 2023-01-20 04:34:42 +00:00
Aevann df3cfb193a Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-01-20 06:27:46 +02:00
Aevann c4d1e49567 Revert "remove chat.js"
This reverts commit e044ddde90.
2023-01-20 06:27:38 +02:00
SneedBot 2b5ce67299 sneed 2023-01-20 04:26:01 +00:00
Aevann e044ddde90 remove chat.js 2023-01-20 06:24:49 +02:00
Aevann acc71d4cae add /admin/chat and dont store profile_url in chat dict 2023-01-20 06:10:25 +02:00
Aevann 7aaf565316 fix chat height limit 2023-01-20 03:12:42 +02:00
Aevann 03a6b3858c Revert "try smth"
This reverts commit 8c391432e8.
2023-01-20 03:12:10 +02:00
Aevann 6688ce6d24 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-01-20 02:40:09 +02:00
Aevann 8c391432e8 try smth 2023-01-20 02:40:00 +02:00
SneedBot ee1f5e2ca4 sneed 2023-01-20 00:26:53 +00:00
SneedBot 3be8a5e5f0 sneed 2023-01-19 12:00:11 +00:00
SneedBot 2965454553 sneed 2023-01-19 08:00:08 +00:00
SneedBot b74c9838c0 sneed 2023-01-18 00:00:12 +00:00
SneedBot ff424093d6 sneed 2023-01-17 16:00:11 +00:00
SneedBot 216a5c3bd7 sneed 2023-01-17 08:00:08 +00:00
SneedBot 400d8ac62d sneed 2023-01-14 00:00:13 +00:00
SneedBot 7990e261ef sneed 2023-01-13 11:59:01 +00:00
SneedBot f133868215 sneed 2023-01-12 19:22:20 +00:00
SneedBot bd3a917bb2 sneed 2023-01-12 19:22:09 +00:00
Aevann ce098f838a Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-01-11 15:43:06 +02:00
Aevann ef3e246cfc increase top margin for post markdown preview 2023-01-11 15:43:01 +02:00
SneedBot a49708456d sneed 2023-01-08 18:43:03 +00:00
Aevann 5411b92b8a Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-01-04 21:06:02 +02:00
Aevann cec4cc8530 fix buying in award modal 2023-01-04 21:06:00 +02:00
SneedBot 9fa90c1263 sneed 2023-01-03 11:55:26 +00:00
Aevann cb42953853 fix gif search 2023-01-03 13:25:28 +02:00
Aevann 9caddc9c07 fix favorite emojis, thx DrT 2023-01-03 12:46:54 +02:00
SneedBot 45bcd27f06 sneed 2023-01-03 08:03:38 +00:00
SneedBot ef9d8df304 sneed 2023-01-02 03:14:58 +00:00
Aevann 661d2219d7 remove my video fix thats unnecessary now 2023-01-02 05:14:07 +02:00
Aevann 7370e47735 actually fix viewmore 2023-01-01 17:35:59 +02:00
Aevann e83f36eca4 fix viewmore 2023-01-01 17:31:40 +02:00
Aevann 096ec92350 fix view more comments 2023-01-01 17:26:38 +02:00
Aevann 2e6d7e61dd fix a bunch of settings 2023-01-01 16:19:25 +02:00
Aevann d831e7ed2c get rid of useless shit 2023-01-01 16:13:56 +02:00
Aevann a42e31b60c fix videos 2023-01-01 14:50:48 +02:00
Aevann 5b26941c5c same as last commit 2023-01-01 14:31:40 +02:00
Aevann f7874b2c4e fix show more button 2023-01-01 14:26:25 +02:00
Aevann c3a5418d3a fix last commit 2023-01-01 14:23:34 +02:00
Aevann b1ad442edf fix videos overlapping on shit 2023-01-01 14:20:06 +02:00
Aevann 361f5a6549 fix popovers 2023-01-01 14:16:27 +02:00
Aevann 044664a25e get rid of useless tabs and spaces 2023-01-01 13:36:20 +02:00
Aevann b0b70d2f0f better 200w behavior 2023-01-01 13:30:33 +02:00
Aevann 2b97c46912 fix gif modal cursor 2023-01-01 13:29:31 +02:00
Aevann 91b8602714 Revert "stop using 200w"
This reverts commit cabc0d3603.
2023-01-01 13:18:24 +02:00
Aevann f68372a3f2 fix old comment images 2023-01-01 13:17:29 +02:00
Aevann 8a1343e739 Revert "remove all accessibility attributes"
This reverts commit e3a8fe85e3.
2023-01-01 13:12:35 +02:00
Aevann 9070f4ad2c like last commit 2023-01-01 13:09:27 +02:00
Aevann eeef22a9a1 minor css fix 2023-01-01 13:06:28 +02:00
Aevann e3a8fe85e3 remove all accessibility attributes 2023-01-01 13:05:39 +02:00
Aevann b2a24d113d Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-01-01 12:55:32 +02:00
Aevann 82dd09c651 fix console error 2023-01-01 12:55:30 +02:00
SneedBot a56bb59aa6 sneed 2023-01-01 10:45:08 +00:00
SneedBot e5264ad01d sneed 2023-01-01 10:41:32 +00:00
SneedBot 4e0efd4efc sneed 2023-01-01 10:41:32 +00:00
SneedBot f5d529722a sneed 2023-01-01 10:41:32 +00:00
Aevann 77f422b750 try fixing videos in modmail 2023-01-01 12:32:20 +02:00
Aevann 1ee717a2a9 fix color picker 2023-01-01 12:19:18 +02:00
Aevann d0874f614b background improvements 2023-01-01 11:59:29 +02:00
Aevann b18e43487c fix picking background 2023-01-01 11:58:37 +02:00
Aevann 4480e454f8 fix gif modal buttons 2023-01-01 11:47:59 +02:00
Aevann 424b643678 same as last commit 2023-01-01 11:45:46 +02:00
Aevann 3bf072079c fix casino 2023-01-01 11:08:55 +02:00
Aevann 662ab8a209 trim all arguments 2023-01-01 10:56:11 +02:00
Aevann f3e22a9011 make award modal look nicer 2023-01-01 10:56:05 +02:00
Aevann ac4926a752 css fix 2023-01-01 10:44:00 +02:00
Aevann f0971f3a98 fix markdown preview 2023-01-01 10:43:54 +02:00
Aevann b34b654175 restore all bootstrap margin and padding selectors 2023-01-01 10:38:09 +02:00
Aevann 870025bc07 remove vertical padding for <select> elements 2023-01-01 10:20:55 +02:00
Aevann 1aec0ab8d1 minor css modification 2023-01-01 10:17:10 +02:00
Aevann cabc0d3603 stop using 200w 2023-01-01 10:10:06 +02:00
Aevann 83193bc4df minor css change 2023-01-01 10:03:51 +02:00
Aevann eff0f3e286 minor chat css fix 2023-01-01 09:58:55 +02:00
Aevann e032596c77 various js fixes 2023-01-01 09:55:25 +02:00
Aevann dce00a0d3f more chud images 2023-01-01 09:55:22 +02:00
Aevann 802ce75b2d minor css fixes 2023-01-01 07:55:16 +02:00
Aevann 8e04c0c9e2 lazy load bg images in settings 2023-01-01 07:48:04 +02:00
Aevann db6db63836 change event structure 2023-01-01 07:33:09 +02:00
Aevann 0a6d82bc9f remove snowed-in code 2023-01-01 06:48:19 +02:00
Aevann 661646f134 fix IMAGE_FORMATS 2023-01-01 05:38:37 +02:00
Aevann 46023a4c08 pass element instead of its generated id 2023-01-01 05:05:09 +02:00
Aevann f65f714b94 fix reload_page btn 2023-01-01 04:53:35 +02:00
Aevann 21c88c7d9e fix settings 2023-01-01 04:50:06 +02:00
Aevann b7dbe998f9 I need coffee 2023-01-01 04:35:08 +02:00
Aevann 68a7053114 fix buying awards in modal 2023-01-01 04:34:12 +02:00
Aevann 43a2f828d0 debug 2023-01-01 04:32:37 +02:00
Aevann 710502000e fix fistmas song 2023-01-01 04:24:36 +02:00
Aevann 40d8fb252c fix fp.js 2023-01-01 04:22:47 +02:00
Aevann f999e30159 remove leftover regex 2023-01-01 04:20:02 +02:00
Aevann 0c6866ed84 fix undisabling elements 2023-01-01 04:17:46 +02:00
Aevann 1f4de84b2c fix offline.html 2022-12-31 09:26:36 +02:00
Aevann 8362a4c497 js fixes 2022-12-30 21:35:23 +02:00
Aevann f5211c19f9 fix chat annoyance 2022-12-30 20:09:55 +02:00
Aevann c17b18b21f minor cosmetic fix 2022-12-30 19:15:50 +02:00
Aevann b61df41cef js fixes 2022-12-30 19:06:02 +02:00
Aevann 8c044d45ad improve emoji modal 2022-12-30 18:47:50 +02:00
Aevann 5c13700080 hide ghost identity leak in dev console 2022-12-30 18:22:57 +02:00
Aevann 7141eafdf5 fix award modal 2022-12-30 17:16:49 +02:00
Aevann 3bdfa2b13f add new chud image 2022-12-30 16:59:05 +02:00
Aevann 381ea66e38 remove legacy PCM shit 2022-12-30 16:50:45 +02:00
Aevann 71f4797027 fix highlighting comments 2022-12-30 16:20:09 +02:00
Aevann 560a02b25e same as last commit 2022-12-30 15:17:04 +02:00
Aevann 7ee7933773 same as last commit 2022-12-30 14:52:59 +02:00
Aevann f0b20cad55 the worst fucking code you'll ever see 2022-12-30 14:14:18 +02:00
Aevann 708e989de9 make sure toast is always on top 2022-12-30 11:52:19 +02:00
Aevann 49ab7ab36a remove fav emoji welcome message 2022-12-30 10:24:14 +02:00
Aevann d9e7cd0be9 minor format css changes 2022-12-30 10:06:00 +02:00
Aevann c7e93578a9 fix bug with url change after posting 2022-12-30 09:35:52 +02:00
Aevann 6927009b3a delete /comments 2022-12-30 09:35:32 +02:00
Aevann 66f70bb32f restore main scrollbar 2022-12-30 06:00:29 +02:00
Aevann 93e9a42fa3 stop using inline style/script elements 2022-12-29 16:20:27 +02:00
Aevann ed323817f5 fix casino js 2022-12-29 12:58:51 +02:00
Aevann b5792d32aa Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2022-12-29 08:31:14 +02:00
Aevann b89df9a140 increase top padding for post-preview 2022-12-29 08:31:12 +02:00
SneedBot 043d801954 sneed 2022-12-29 00:00:07 +00:00
Aevann c326c999f2 fix csp violation 2022-12-28 12:25:52 +02:00
SneedBot f37aa6685c sneed 2022-12-28 10:04:41 +00:00
SneedBot 5b1cb4678a sneed 2022-12-28 10:04:41 +00:00
Aevann fdd5069887 do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3313444#context 2022-12-28 11:03:58 +02:00
Aevann f873f27e69 hide all scrollbars 2022-12-28 08:54:30 +02:00
Aevann 9bf8d7cd9a fix this https://stupidpol.site/h/meta/post/134631/im-too-lazy-to-test-so/3311840#context 2022-12-27 08:30:33 +02:00
Aevann 6d1465a097 like last commit 2022-12-27 06:00:22 +02:00
Aevann 43e82bb1cd like last commit 2022-12-27 05:57:34 +02:00
Aevann 0e9132a09d like last commit sorta 2022-12-27 05:57:20 +02:00
Aevann 35aedc8137 reduce award name size on mobile 2022-12-27 05:56:08 +02:00
Aevann 3ea03f33a6 higher padding for awards 2022-12-27 04:54:40 +02:00
Aevann 8e221de07e make font-size on award modal bigger 2022-12-27 04:48:09 +02:00
Aevann 95843440f6 add event listeners to document instead of window 2022-12-27 04:19:19 +02:00
Aevann 264ed60cc4 replace "DOMContentLoaded" with "load" 2022-12-27 03:45:30 +02:00
Aevann 6114111654 tighten CSP 2022-12-27 03:22:39 +02:00
Aevann 35d9d7c3bc fix gif modal 2022-12-27 03:01:27 +02:00
Aevann caa28817aa cachebust badges 2022-12-27 00:10:49 +02:00
Aevann 9c85e62e18 update chud badge graphic (thx chiobu) 2022-12-26 21:39:33 +02:00
Aevann 2b6698e2dd make xmas badge graphic site-specific 2022-12-26 21:36:19 +02:00
Aevann 9527b900a7 minor css changes to award modal 2022-12-26 21:11:26 +02:00
Aevann 87dd1c2990 minor css fix for light fistmas theme 2022-12-26 05:24:34 +02:00
Aevann 99715c7559 add margin to award modal 2022-12-26 04:25:06 +02:00
Aevann 1c02223586 rework gif modal and award modal 2022-12-26 03:57:09 +02:00
SneedBot 959e662957 sneed 2022-12-25 20:13:53 +00:00
Aevann d30d6b8314 limit chat on rdrama to jannoids 2022-12-25 22:13:29 +02:00
Aevann fe79b3fd8e make awards smaller 2022-12-25 07:25:53 +02:00
Aevann a122986111 fix giphy framerate 2022-12-25 06:10:54 +02:00
Aevann c4a72550a7 fix cursors 2022-12-25 05:01:17 +02:00
Aevann 8b68310c73 use webp in event 2022-12-25 04:51:27 +02:00
Aevann c279eeb9d2 rename expandDesktopImage to expandImage 2022-12-25 03:56:19 +02:00
Aevann 5901f5a53f minor fix for url for expanded image modal 2022-12-25 03:56:10 +02:00
Aevann e6803f93e9 rework gif modal 2022-12-25 03:45:24 +02:00
Aevann 108e7781ea reset text-area size after commenting 2022-12-25 01:21:52 +02:00
Aevann da900ede44 add our songs to christmas rotation 2022-12-25 00:49:32 +02:00
SneedBot f72e070122 sneed 2022-12-24 19:00:04 +00:00
Aevann 1f899c5821 add this https://stupidpol.site/post/134079/new-image-to-spam-at-transphobic/3299559 2022-12-24 20:22:49 +02:00
SneedBot 419e5725c6 sneed 2022-12-23 21:46:48 +00:00
SneedBot ffafc07dca sneed 2022-12-23 21:46:48 +00:00
Aevann 735d10e90f do this https://watchpeopledie.tv/h/meta/post/17381/christmas-theme-text-cursor-hotspot-not/343435#context 2022-12-23 02:56:12 +02:00
SneedBot 8554317588 sneed 2022-12-22 20:04:30 +00:00
Aevann1 217ff9e9e8 better looking award and gif modal 2022-12-21 18:07:17 +02:00
Aevann1 960c0a332f minor css fix 2022-12-21 16:14:31 +02:00
Aevann1 3ae5292ce4 remove pcm from code 2022-12-21 14:42:41 +02:00
SneedBot 5429ed3673 sneed 2022-12-21 04:00:07 +00:00
SneedBot ed101aa748 sneed 2022-12-21 00:00:11 +00:00
Aevann1 6478401e59 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3279546 2022-12-21 01:16:30 +02:00
Aevann1 94ccd080ec fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3275703 2022-12-20 23:38:59 +02:00
SneedBot f3b3783f47 sneed 2022-12-20 21:23:01 +00:00
SneedBot 54fadc48d4 sneed 2022-12-20 02:07:54 +00:00
SneedBot a5f11b7b18 sneed 2022-12-20 00:04:56 +00:00
SneedBot 6ea8fd0800 sneed 2022-12-20 00:04:56 +00:00
Aevann1 ea4e10b201 fix needless scrolling 2022-12-20 01:35:55 +02:00
Aevann1 2e48ff4a88 remove footer, sign, and candy cane 2022-12-20 01:24:59 +02:00
Aevann1 020913f50c add more timeouts 2022-12-20 00:18:32 +02:00
Aevann1 32bc631648 autofocus gif search too 2022-12-20 00:16:06 +02:00
Aevann1 a613a190c2 put focusing on emojisearchbar in a timeout 2022-12-20 00:10:49 +02:00
geese_suck 62f94f8eaf
nsync 2022-12-19 12:24:20 -08:00
Aevann1 e73bdd14f6 fix #context color 2022-12-19 21:52:08 +02:00
Aevann1 0cdf4c61db add unnecessary spaces to test cachebusting 2022-12-19 21:48:31 +02:00
Aevann1 bb58181d95 better deleted and removed colors for light mode 2022-12-19 21:42:27 +02:00
SneedBot ddc4b3e9e0 sneed 2022-12-19 19:40:03 +00:00
Aevann1 6d651826ac fix unread notifs for light mode 2022-12-19 21:39:48 +02:00
Aevann1 1f110e471e try to prevent the need to click "toggle anthem" twice 2022-12-19 21:17:23 +02:00
SneedBot 9c397a019e sneed 2022-12-19 18:58:06 +00:00
Aevann1 29fa5bcf4d add lootboxes 2022-12-19 19:12:07 +02:00
Aevann1 98afe7d2c3 don't use linux symlinks so the site works in windows 2022-12-19 19:12:05 +02:00
Aevann1 717ce15dba fix css 2022-12-19 16:31:41 +02:00
Aevann1 ce93e4f3bc dont play profile songs during event 2022-12-19 04:18:48 +02:00
Aevann1 fb4f7e5906 sneed 2022-12-17 20:41:17 +00:00
SneedBot 5cbe4749f1 sneed 2022-12-17 04:42:30 +00:00
SneedBot accde52c60 sneed 2022-12-16 23:45:28 +00:00
SneedBot 0a755f8bc7 sneed 2022-12-16 20:40:28 +00:00
Aevann1 c861e6e389 minor js fix 2022-12-16 22:17:23 +02:00
Aevann1 760c4f7ae0 add error exception to postToastSwitch 2022-12-16 22:00:45 +02:00
SneedBot 2eaa72b4e8 sneed 2022-12-16 20:00:08 +00:00
SneedBot d35861a147 sneed 2022-12-16 19:37:36 +00:00
Aevann1 da4c15d0af improve speed_emoji_modal 2022-12-16 21:14:24 +02:00
SneedBot acddf374e1 sneed 2022-12-16 17:58:32 +00:00
SneedBot f1eeb9acc9 sneed 2022-12-16 17:45:47 +00:00
SneedBot 357057ca21 sneed 2022-12-16 17:45:47 +00:00
SneedBot 78c05a2109 sneed 2022-12-16 04:00:07 +00:00
SneedBot 5cc8a6f6d1 sneed 2022-12-16 00:00:08 +00:00
SneedBot 6313ed8c27 sneed 2022-12-15 19:45:29 +00:00
SneedBot ba3383c788 sneed 2022-12-15 16:00:08 +00:00
Aevann1 ce23b35980 css fix for videos 2022-12-15 16:47:16 +02:00
SneedBot 039c3964c9 sneed 2022-12-15 04:00:10 +00:00
Aevann1 8a2ca1d0d3 same as last bunch of commits 2022-12-14 21:54:30 +02:00
Aevann1 6535f94f63 same as last bunch of commits 2022-12-14 21:51:39 +02:00
Aevann1 bfc5b641c8 same as last 4 commits 2022-12-14 21:48:31 +02:00
Aevann1 69adbd6426 same as last 3 commits 2022-12-14 21:46:17 +02:00
Aevann1 c98a81908f same as last 2 commits 2022-12-14 21:45:30 +02:00
Aevann1 70d495070b add !important 2022-12-14 21:44:34 +02:00
Aevann1 43092ee07a add max-height and max-width to .resizable 2022-12-14 21:42:39 +02:00
Aevann1 38d8fe2647 Revert "try to serve turnstile script"
This reverts commit fc18ce9c8e.
2022-12-14 20:18:13 +02:00
Aevann1 fc18ce9c8e try to serve turnstile script 2022-12-14 20:14:39 +02:00
Aevann1 b176bc79ac remove the bigger class 2022-12-14 19:06:59 +02:00
Aevann1 cf14f30200 distinguish chudrama posts 2022-12-14 17:24:08 +02:00
SneedBot e22038c205 sneed 2022-12-14 14:04:35 +00:00
Aevann1 b433efb7fd no discord screenshots in the sidebar, kys who ever added this 2022-12-14 15:10:11 +02:00
SneedBot b7486bfe62 sneed 2022-12-14 04:44:10 +00:00
justcool393 34ce953884 Fix DM and modmail replies 404ing (#65)
messages got borked completely by this commit

this reverts commit b649a16b46.

---

Snakes note: DM and modmail replies 404'd because dispatched
to the wrong endpoint. The fix to that affected cancel buttons
in some contexts, so this PR also fixes those. Cancel button
presence and behavior should be same as it was a ~week ago
(i.e. correct), and all reply everywhere seem to work right.

Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#65
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-14 04:16:43 +00:00
SneedBot c0c10dc34a sneed 2022-12-13 19:01:59 +00:00
Aevann1 b649a16b46 fix cancel button 2022-12-13 20:26:25 +02:00
Aevann1 a48a290b16 remove bad sidebar img 2022-12-13 12:25:39 +02:00
SneedBot e09ea2a954 sneed 2022-12-13 10:24:30 +00:00
SneedBot 259b72cb10 sneed 2022-12-12 20:45:25 +00:00
justcool393 ab41db22b7 [DO NOT MERGE] multiple sub banners (#59)
allows multiple sub banners

Snakes note: By request of Carp, especially for WPD.

Co-authored-by: justcool393 <justcool393@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Reviewed-on: rDrama/rDrama#59
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-11 23:44:34 +00:00
Snakes 7778e6078d
WPD: temporary Christmas header logo swap. 2022-12-11 17:53:43 -05:00
Snakes f366504bdd
WPD: temporary Christmas headericon swap. 2022-12-11 17:22:48 -05:00
SneedBot 237a2258d0 sneed 2022-12-11 21:12:18 +00:00
Aevann1 402e506335 increase --signature-max-height by 50px 2022-12-11 21:55:50 +02:00
Aevann1 59e0beebb2 minor change 2022-12-11 21:19:10 +02:00
Aevann1 0d57f11a03 make yt videos smaller inside textareas 2022-12-11 20:27:31 +02:00
Aevann1 b0b181e610 fix css rule 2022-12-11 19:16:30 +02:00