Commit Graph

1535 Commits (00dc74331b00460de175d3f8baa6154af89a2652)

Author SHA1 Message Date
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: #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 #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: #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: #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