Commit Graph

23222 Commits (2890630064e5c513fc18deccbcd364ba8d79f37b)

Author SHA1 Message Date
Aevann 2890630064 remove leftover regex dependancy 2023-02-07 02:29:18 +02:00
Aevann f35bfca450 reposition formatting help again in replies 2023-02-07 02:29:03 +02:00
Aevann 74db5a38c1 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-06 10:09:18 +02:00
SneedBot 3c6f3ca1d9 sneed 2023-02-06 08:00:10 +00:00
Aevann 19a07977c5 remove snappy quote 2023-02-06 09:53:23 +02:00
Aevann b119c3c50f Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-06 08:05:55 +02:00
Aevann a9ce706ff6 minor css fix 2023-02-06 08:05:37 +02:00
Aevann 16cc1721e8 fix rules on win98 theme 2023-02-06 07:59:33 +02:00
SneedBot 3004f260d3 sneed 2023-02-06 05:42:49 +00:00
Aevann 38183e05fb fix granny bug 2023-02-06 07:42:11 +02:00
Aevann b600303a0b Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-06 07:31:09 +02:00
Aevann b1d2b09e2a add 2 allowed embed hosts 2023-02-06 07:10:53 +02:00
Aevann 2a1b8b1131 add extra searchbar on mobile 2023-02-06 07:10:42 +02:00
Aevann b896efcf82 reposition formatting help 2023-02-06 06:57:09 +02:00
Aevann 0beb4283af remove unnecessary function 2023-02-06 06:45:44 +02:00
Aevann 8329287150 make countryclub and masterbaiters immune to deletion 2023-02-06 06:30:21 +02:00
Aevann 2086b64c22 remove new year banners 2023-02-06 06:26:50 +02:00
Aevann 2421effcd3 fix body top padding 2023-02-06 06:26:16 +02:00
SneedBot 3b9393dc68 sneed 2023-02-06 04:00:11 +00:00
Aevann cae748c2bc make gunicorn warnings more prominent 2023-02-06 05:40:56 +02:00
Aevann ed41a660fb make gumroad warnings more prominent 2023-02-06 05:39:44 +02:00
Aevann 47b9edfaf3 fix 500 error 2023-02-06 05:36:47 +02:00
Aevann 102fea12ec rethuglican instead of republiKKKan 2023-02-06 05:34:53 +02:00
Aevann 1041b3e564 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-06 05:34:11 +02:00
Aevann 925fd0497a disable showmore button in sidebars 2023-02-06 05:34:09 +02:00
mummified-corroding-granny fd613097b3 Improve page titles in some profile-related pages (#113)
Kindly,

As per title

granny

Reviewed-on: #113
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-02-06 03:23:15 +00:00
Aevann 1eb12901f6 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-06 04:37:55 +02:00
Aevann 0a9cdb337e fix blackjack bug 2023-02-06 04:22:13 +02:00
mummified-corroding-granny 113a1b4959 small lil tisms: table column sort disabling, remove ugly https:// string from rules (#112)
* about the rdrama_rules, when I changed from http:// to https:// the other day, in some browsers it now displays the protocol tag which is ugly and inconsistent. Not sure why on some browsers it did not display "http://" before
* about the sorting: I will disable sorting on more table columns later on. This is all I can do right now

Reviewed-on: #112
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-02-06 02:07:39 +00:00
mummified-corroding-granny 786ba6aa56 moved toggleelement to register_new_elements() (#111)
We currently cannot see (toggle the dropdown/button) reports that are hidden behind the "show more" (comments) button. This PR fixes that.

Example of what is happening without this PR:
1. open megathread. The thread is long includes hundreds of comments implying need to click "show more" (comments) button
2. without clicking any "show more" (comments) button, click the flaggers button on one of the first comments
3. flaggers are presented as expected
4. click the "show more" (comments) button at the end
5. click the flaggers button on one of the comments that was hidden behind the "show more" (comments) button
6. the button does nothing and has no event listenner associated

With this PR:
1. all flaggers buttons work regardless if hidden behind "Show More" (comments) or not. Tested up to two "Show More" (comments) buttons

I did the PR this way because the view_more button calls register_new_elements() and not bottom.js as a whole

There are other things using data-toggleelement like the undelete button on comments and the Preview button on /submit. Both of those still work as expected

Reviewed-on: #111
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-02-06 02:07:18 +00:00
SneedBot 1238756b66 sneed 2023-02-05 20:00:13 +00:00
SneedBot b2b48efd24 sneed 2023-02-05 08:00:10 +00:00
SneedBot b1d1419303 sneed 2023-02-04 20:00:16 +00:00
SneedBot bba01826d6 sneed 2023-02-03 19:59:20 +00:00
mummified-corroding-granny e45d64ed4e Post Meta: prevent/minimize meta elements getting split between multiple lines (#110)
prevent/minimize meta elements getting split between multiple lines in post meta:
* posted relative time: 2m ago
* type (youtube.com)
* edited: x time ago
* views: 5 thread views

While this is not common for your average post with low ammount of awards on a 1080p desktop, it is especially bad:
* on mobile for most posts
* users with different system zoom
* on posts popular posts
* when the poster has a long flair

Reviewed-on: #110
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-02-03 19:55:19 +00:00
SneedBot 2e734f7a06 sneed 2023-02-03 08:00:09 +00:00
SneedBot e781bfc203 sneed 2023-02-03 04:00:08 +00:00
Aevann 3286a54de8 minor fix 2023-02-03 05:15:30 +02:00
Aevann 1245298954 increase header--icon size 2023-02-03 05:10:20 +02:00
Aevann b772cf12fe minor change to print statement 2023-02-03 05:05:16 +02:00
Aevann e1a0e6a03e make images expandable in markdown preview 2023-02-03 05:04:23 +02:00
Aevann 1dd20d512d same as last commit 2023-02-03 02:12:19 +02:00
Aevann 6ad1c88391 fix WPD charts 2023-02-03 02:08:00 +02:00
Aevann 2ce7829238 add 2 NY banners 2023-02-03 01:26:42 +02:00
Aevann df1f2792a1 comment /csp_violations again 2023-02-02 22:47:22 +02:00
Aevann 97ec2acadc claim rewards automatically on email verification 2023-02-02 22:42:56 +02:00
Aevann 28dbece47e restore /csp_violations 2023-02-02 22:15:03 +02:00
Aevann 6e389bccc7 reduce print statements 2023-02-02 22:13:22 +02:00
Aevann db5bc5c9ec fix 500 error 2023-02-02 22:09:08 +02:00
Aevann 6c24c3cfe9 remove types from emoji_modal.js 2023-02-02 22:07:28 +02:00