Commit Graph

10628 Commits (1e9b32699f46a13a670233e724f0908745d0a5a5)

Author SHA1 Message Date
Aevann 8503ab39e2 dedup in group_memberships.html 2023-02-26 02:05:37 +02:00
Aevann 452636c40d fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3663805#context 2023-02-26 00:15:49 +02:00
Aevann 3cec0297cf rename /!group/members to /!group 2023-02-26 00:06:43 +02:00
Aevann 63ff0d8511 better UI for ping groups 2023-02-25 23:44:02 +02:00
Aevann 7a8ec235e0 add tabs to award modal 2023-02-25 21:40:15 +02:00
Aevann 00c70a23fb show number of emojis and the zip size 2023-02-25 21:18:40 +02:00
Aevann 49c0264afd change margins for registered users 2023-02-25 20:12:58 +02:00
Aevann fd4b2037fc remove excessive empty space at the bottom in /submit 2023-02-25 20:10:18 +02:00
Aevann 7ebb94fba9 make reply link unbreakable 2023-02-25 18:12:18 +02:00
Aevann 43488c188d change padding/margins on wpd sidebar too 2023-02-25 17:51:06 +02:00
Aevann 7e829f0065 decrease padding and margins on registered users 2023-02-25 17:33:24 +02:00
Aevann 61d256eaaa adds an easy link to download all emojis 2023-02-25 01:14:18 +02:00
Aevann f49bdb295c restore user counter per poll vote 2023-02-25 00:01:55 +02:00
Aevann 4092d4b90b restore registered users counter for myself 2023-02-24 23:55:47 +02:00
Aevann ff4e04a926 add disable-sort-click to all empty <th>s 2023-02-24 23:55:01 +02:00
Aevann 74720412b2 modifications to rdrama sidebar 2023-02-24 22:12:44 +02:00
Aevann fac4da6769 order memberships better 2023-02-24 21:53:40 +02:00
Aevann a3dec0033c clearer header 2023-02-24 21:52:46 +02:00
Aevann 644bd719d5 remove unnecessary button 2023-02-24 21:51:28 +02:00
Aevann 0832037d3e make it possible to kick niggas from ping groups 2023-02-24 21:41:25 +02:00
Aevann 4324609159 remove unnecessary <th></th>s 2023-02-24 21:30:19 +02:00
Aevann d26cc5a83f ping groups improvements 2023-02-24 21:29:07 +02:00
Aevann 96d0e697a4 put /ping_groups on the sidebar 2023-02-24 20:36:54 +02:00
Aevann dd9a837f38 reduce top margin 2023-02-24 09:38:57 +02:00
Aevann b3e8563efb remove right padding 2023-02-24 09:12:01 +02:00
Aevann 6a4f58603e add top padding 2023-02-24 09:10:23 +02:00
Aevann 9b5f584e79 move 'apply to join' button 2023-02-24 09:04:16 +02:00
Aevann 6d5de82a09 add padding to members column 2023-02-24 08:58:48 +02:00
Aevann 4b470fcb04 Revert "remove unnecessary disable-sort-click"
This reverts commit 78505b403d.
2023-02-24 08:49:55 +02:00
Aevann dd9538f200 fix unnecessary padding in headerless templates 2023-02-24 08:31:27 +02:00
Aevann a90744145a add ping groups 2023-02-24 08:31:06 +02:00
Aevann 78505b403d remove unnecessary disable-sort-click 2023-02-24 07:32:53 +02:00
Aevann d0c59572c4 change all ?v= for css and js to 1 2023-02-24 05:53:01 +02:00
Aevann 611cf4ba95 merge header.css into main.css 2023-02-24 05:50:40 +02:00
Aevann 03a82a0d4f delete code irrelevant now 2023-02-23 15:04:33 +02:00
Aevann a395c18955 remove unnecessary tabs 2023-02-22 19:27:33 +02:00
Aevann b0fdd78d8b log timestamp in dm_images 2023-02-22 19:21:16 +02:00
Aevann 5ea88d37b3 fix flairlocking 2023-02-22 18:58:47 +02:00
Aevann bd97dc7d5f fix last commit 2023-02-22 16:43:39 +02:00
Aevann 42ed35770c paginate /admin/dm_images 2023-02-22 16:36:52 +02:00
mummified-corroding-granny 3b261a76ba post: fix post vote horizontal content reflow (#131)
Kindly,

Currently, the vote count at the top left of any post reserves too little space leading to many reflow situations when we vote on it:
* only happens on desktop version, considering the mobile website uses different layout/code
* happens whenever our vote changes the count between 9 to 10 (?), 99 to 100, 999 to 1000. Also happens in more common situations like 81 to 82 and :marseymanysuchcases:

I did a minimalist approach by removing the margin, reserving just enough width (values between -XXX and XXXX) and lowering the vote buttons to minimize hat collision. Arguably, the vote buttons look better with the PR, because they are centered with flairs (WPD) and less off-center on rdrama with post rewards, pfp, ...
Net excess of ~10px, which I feel is borderline too much

Thanks,
granny

Reviewed-on: #131
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-22 06:27:11 +00:00
Aevann b1d86491f8 fix page title 2023-02-21 22:18:41 +02:00
Aevann 0825c3776e remove report with js 2023-02-21 20:30:55 +02:00
Aevann ecaa080a46 moe 2 files 2023-02-21 20:24:21 +02:00
mummified-corroding-granny c51261aab3 user tables: add float plus margins to replace whitespace (#130)
Kindly,

In most pages where there are tables containing usernames, there is a space between the user icon and the username that gets underlined on hover. It happens in most tables in this app (applies both to rdrama and WPD). That automatic whitepace appears to come from the usual HTML default space between inline elements. The alternative is to change inheritence but appears cumbersome.

This PR fixes that.

Affected pages (those that render user_in_table.html):

./files/templates/admin/alts.html
./files/templates/admin/loggedin.html
./files/templates/admin/lottery.html
./files/templates/admin/patrons.html
./files/templates/admin/shadowbanned.html
./files/templates/admins.html
./files/templates/banned.html
./files/templates/chuds.html
./files/templates/grassed.html
./files/templates/hats.html
./files/templates/leaderboard.html
./files/templates/marseys.html
./files/templates/poll_votes.html
./files/templates/settings/security.html
./files/templates/special/worldcup22_leaderboard.html
./files/templates/sub/blockers.html
./files/templates/sub/exilees.html
./files/templates/sub/mods.html
./files/templates/userpage/blockers.html
./files/templates/userpage/followers.html
./files/templates/userpage/following.html
./files/templates/userpage/views.html
./files/templates/userpage/voters.html
./files/templates/votes.html

Thanks,
Granny

Reviewed-on: #130
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-21 14:21:45 +00:00
SneedBot c31019e65a sneed 2023-02-21 13:00:06 +00:00
Aevann 113a48d638 add nginx 404 template 2023-02-20 20:34:58 +02:00
Aevann 59c2c169e4 remove refresh button for applenigs 2023-02-19 23:26:08 +02:00
Aevann 6ebd6aaaf1 minor fix 2023-02-19 21:59:59 +02:00
Aevann 15c303f9f2 add message search 2023-02-19 21:56:52 +02:00
Aevann 288fcde832 add /admin/delete_media 2023-02-19 21:31:26 +02:00
Aevann 5e68334ff5 reduce insane margins 2023-02-19 21:25:11 +02:00
Aevann 8d660cb49a add perms conditionals in /admin 2023-02-19 21:17:09 +02:00
Aevann 472bed996f add button to remove progstack 2023-02-19 16:02:30 +02:00
Aevann b819fa51d0 make it possible for jannies to stack chuds and bans 2023-02-19 15:23:08 +02:00
Aevann 5980810004 remove excessive margin on mobile 2023-02-19 15:00:25 +02:00
Aevann 338033df2b use href attribute for refreshing instead of js 2023-02-19 14:22:19 +02:00
Aevann 3262548655 remove leftover { that made videos autoplay 2023-02-19 11:35:16 +02:00
Aevann cb9ffefb7f rename /shop to /shop/awards and /hats to /shop/hats 2023-02-19 11:34:10 +02:00
Aevann f74d37e286 add text-break to quoted messages in chat 2023-02-19 11:27:40 +02:00
Aevann 8158b70c20 apparently cardview toggle got removed from the settings, so might as well remove it from the code 2023-02-19 11:20:16 +02:00
Aevann f5eea88ca3 remove mx-sm-auto from the youtube embed (it breaks it) 2023-02-19 11:15:48 +02:00
Aevann c02acb1271 center all embeds in submission_listing on mobile 2023-02-19 11:12:35 +02:00
Aevann 24100351ce make embeds margins on submission_listing desktop-only 2023-02-19 10:56:20 +02:00
mummified-corroding-granny c5d1a11aca 502.html: remove search bar from 502 template on rdrama and WPD (#127)
Kindly,

Suggesting to remove search bar from the top bar on this page because it just looks inconsistent/abandonware

The search thing does not even render on this page if on mobile or if we don't have a large enough monitor/res

Thanks,
granny

Reviewed-on: #127
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-19 08:44:49 +00:00
mummified-corroding-granny 12d1c81f4b Post comments: jump to comments after click button for view entire discussion (#124)
Kindly,

$title

Whenever we click the "view entire discussion" we want to see more comments and not be sent to the top of the page.

This PR fixes that by sending us to the dropdown sort button just above the comments section.

Thanks,
granny

Reviewed-on: #124
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-19 08:44:45 +00:00
Aevann b0b2b76c81 add ping groups to /formatting + minor cosmetic changes 2023-02-19 10:36:13 +02:00
Aevann e385ba6987 remove ordered list from formatting help 2023-02-19 10:28:29 +02:00
Aevann d7d7a681f9 add 2 additional links in /admin 2023-02-18 23:07:37 +02:00
Aevann 44914cd166 remove accidentially commited code 2023-02-18 21:43:17 +02:00
Aevann acdec1272d implement g-tix's fix 2023-02-18 21:41:36 +02:00
Aevann e6c4b7d91f make "homocracy" ping homocracy 2023-02-18 21:39:28 +02:00
Aevann 7c01b13adf add margins to searchbar in mobile dropdown 2023-02-18 20:49:07 +02:00
Aevann d2c2d313a2 show the reply box on deleted posts 2023-02-18 20:10:44 +02:00
Aevann d4210c2710 renamed p.embed_url to p.embed 2023-02-18 18:33:19 +02:00
Aevann c1c6c06547 fix minor console error 2023-02-18 18:02:19 +02:00
Aevann ef2bda6920 remove relinking 2023-02-18 16:55:18 +02:00
SneedBot 3167da357f sneed 2023-02-18 13:00:08 +00:00
Aevann 7cd1b2a83f remove duplicated code 2023-02-17 19:20:07 +02:00
Aevann 52907b4a2e remove UI animations 2023-02-17 19:11:23 +02:00
Aevann 5da9c26664 allow jannies to add additional tags 2023-02-17 19:06:22 +02:00
mummified-corroding-granny 0c670299c0 chat: update header chat count on websocket update message (#122)
Kindly,

Just a small lil PR to make sure the chat counts keep synchronized in /chat as users come and go

Thanks,
granny

Reviewed-on: #122
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-16 13:41:43 +00:00
mummified-corroding-granny 0c2128811f formatting page: add javascript to generate format copy buttons programmatically (#120)
Kindly,

As per $title:
* we add a button to the first column of each row of /formatting programatically
  * programatically because table is subject to change and tedious/complicated to write it for each row
* clicking on button copies text of second row to clipboard (reusing toasts code)
* did some javascript replacing because of preserving newlines and removing extraneous tabs

Thanks,
granny

Reviewed-on: #120
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-14 17:44:04 +00:00
mummified-corroding-granny cc6ad3ded4 comments: changed display to inline block in more meta elements (#118)
Kindly,

This is follow-up work to #110 where I target post comments.

This fixes element spliting for "Edited X ago", reply arrow + name and lottery icon + lottery message

Thanks,
granny

Reviewed-on: #118
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-13 18:58:07 +00:00
SneedBot 862b36bf85 sneed 2023-02-13 13:00:04 +00:00
SneedBot 1344a8ed83 sneed 2023-02-12 13:00:07 +00:00
Aevann 47a4bdfa95 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3570350#context 2023-02-10 19:02:45 +02:00
Aevann c4953d924e more improvements to chat 2023-02-10 15:44:47 +02:00
Aevann 946b09fb62 same as last commit 2023-02-10 12:20:24 +02:00
Aevann b7e9116bb4 minor cosmetic fix to chat 2023-02-10 12:04:45 +02:00
Aevann f4a98bb365 make the refresh button actually refresh 2023-02-10 11:42:23 +02:00
Aevann 08850e40a1 more margins 2023-02-10 09:27:46 +02:00
Aevann 4feebc8ff6 minor cosmetic change 2023-02-10 09:25:32 +02:00
Aevann 45a9f4ebce fix search_placeholder 2023-02-10 07:54:15 +02:00
Aevann 2ddedfef5f same as last commit 2023-02-10 06:33:55 +02:00
Aevann 6f19b3f843 lazy fix to make CTRL+ENTER work on ban modal and chud modal 2023-02-10 06:29:27 +02:00
Aevann cd302f3212 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-10 06:21:23 +02:00
Aevann dad3580137 add margin to "Draft" 2023-02-10 06:21:19 +02:00
mummified-corroding-granny d79cad5903 profile: skip to nav bar when clicking profile tabs and dropdowns (#116)
Kindly,

follow-up work to PR #114 . Very useful to reduce extraneous scrolling especially for very long profiles (e.g. @chiobu). Not like I can read that profile anyway

Reviewed-on: #116
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-10 03:52:44 +00:00
Aevann 2aec3e7266 minor fix 2023-02-09 15:44:08 +02:00
Aevann 44a80f0492 make under_attack a setting and use it in /submit for WPD 2023-02-09 05:50:30 +02:00
Aevann f19f34bc49 change site_settings to SITE_SETTINGS for consistency 2023-02-09 05:49:50 +02:00
Aevann fa8a787f40 deploy CORS uploading 2023-02-08 18:54:55 +02:00
Aevann 4a44ff99c6 same as last commit 2023-02-08 18:17:36 +02:00
Aevann f22f0dd760 same as last commit 2023-02-08 18:16:50 +02:00
Aevann c8360e586c test using videos.watchpeopledie.tv for posting 2023-02-08 18:15:10 +02:00
Aevann 81cb280990 require flair on frontend too 2023-02-08 09:30:29 +02:00
Aevann 104c6f1b89 keep "Post" button disabled 2023-02-08 09:21:52 +02:00
Aevann c4394316fb add upload progressbar in /submit 2023-02-08 09:15:37 +02:00
Aevann d5c0686496 remove leftover upload-filelist 2023-02-08 09:14:35 +02:00
Aevann 399d32eaf5 extend usage of features['NSFW_MARKING'] 2023-02-08 08:22:11 +02:00
Aevann 99fb404ada add upload progress bar 2023-02-08 06:19:23 +02:00
Aevann c645e5bf79 Revert "improve chat"
This reverts commit 13dafeb8a2.
2023-02-07 09:24:35 +02:00
Aevann 72b6ad67f4 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3540666#context 2023-02-07 03:36:41 +02:00
Aevann 78561baae4 fix flair locking on mobile 2023-02-07 03:24:50 +02:00
Aevann 882c065ca6 reduce reply icon margin 2023-02-07 03:07:28 +02:00
Aevann d399a441d4 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-07 03:06:10 +02:00
Aevann 13dafeb8a2 improve chat 2023-02-07 03:06:07 +02:00
mummified-corroding-granny c8b0655f54 Post: Reduce amount of scrolling necessary after changing comments sorting (#114)
As per title. Especially useful on long posts both in mobile and desktop so that we don't have to scroll through the long post ater each change.

Don't have time for anything else today. Added to my list to analyze if we can add this skip in other pages especially those that have this same button

Reviewed-on: #114
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-07 00:53:45 +00:00
Aevann 30f1d9157d Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-07 02:48:07 +02:00
Aevann f35bfca450 reposition formatting help again in replies 2023-02-07 02:29:03 +02:00
SneedBot 4b75091f1e sneed 2023-02-06 13:00:06 +00: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
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 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 2086b64c22 remove new year banners 2023-02-06 06:26:50 +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
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 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
Aevann 8133b219a4 refactor popovers 2023-02-02 22:07:14 +02:00
mummified-corroding-granny b0797c4493 fix-small-tisms that I had piled up in my todo (#109)
fix-small-tisms that I had piled up in my todo

Reviewed-on: #109
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-02 16:54:52 +00:00
Aevann 415dd9cc4a Revert "remove worldcup leaderboard"
This reverts commit 6dcb000c8f.
2023-02-02 02:27:38 +02:00
Aevann 29b5a16ad5 enable new year banners 2023-02-01 23:38:40 +02:00
Aevann 54cb5dc360 minor cosmetic fix 2023-02-01 22:49:23 +02:00
Aevann 06a70f7fd7 refactor donation code 2023-02-01 21:49:39 +02:00
Aevann b7e4f27f65 use transactions table in rdrama 2023-02-01 21:04:15 +02:00
Aevann 59fe09d0af disable NSFW marking in WPD 2023-02-01 20:52:34 +02:00
Aevann b8534e3586 Merge branches 'master' and 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-01 17:44:43 +02:00
Aevann 2cd909b645 fix roulette 2023-02-01 17:30:42 +02:00
Aevann 68cff67af6 do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3516763#context 2023-02-01 16:52:46 +02:00
mummified-corroding-granny 23c11fa7b7 search page: always force advanced search to dropdown to avoid overlap searchbar (#106)
* the advanced search dropdown (was dropping up depending on layout) was covering the search bar. This makes sure it always drops down. Works fine on small screens (mobile)
* this is complementary to #96 with exception to the rare edge case that is happening before this new PR. The edge case is under some very specific combination of resolution + zoom, where the advanced search was partially going under the navbar because there are already some unknown z-index contexts in that area. In that case, it was impossible to fix with increasing z-index because we would just go back to the original problem or worse

Reviewed-on: #106
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-01 14:09:34 +00:00
Aevann 668851851c Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-01-30 11:57:11 +02:00
Aevann 1529e70abd remove /admin/chat for being unused and redundant to /contact 2023-01-30 11:57:00 +02:00
mummified-corroding-granny cde07fb112 complete and switch slots order in formatting table (#105)
Small lil PR:
* slots comment command was on the first column of the table which is for descriptions
* added a small description because the table looked weird due to the rows being shorter than the surrounding ones. Could have gone with a colspan but I guess it is useful information that the winnings are of the same type of currency

Reviewed-on: #105
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-30 09:35:37 +00:00
Aevann 4a1a66120f fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3500512#context 2023-01-29 15:51:34 +02:00
Aevann 57e72a7641 replace /send_admin with /contact 2023-01-29 11:30:30 +02:00
Aevann 0b30067876 tweak admin perms 2023-01-29 10:28:29 +02:00
Aevann d272a467bc move bottom.js to core.js 2023-01-28 17:47:20 +02:00
Aevann 1670978320 show award prices in award modal 2023-01-28 16:57:55 +02:00
Aevann ad82adccda dont use data-bs-original-title 2023-01-28 16:56:13 +02:00
Aevann 7beadcee71 move snow.js to a vendor folder 2023-01-28 13:33:51 +02:00
Aevann 5df10ec0e0 remove unnecessary margin 2023-01-28 12:50:54 +02:00
Aevann 12f6da902d add https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3492541#context 2023-01-28 12:43:07 +02:00
Aevann 2a6ef1b1bc dont use data-href unless its actually needed 2023-01-28 12:03:01 +02:00
Aevann cd573133a9 fix images in modmail 2023-01-28 10:47:52 +02:00
Aevann a2d8bcf6ab add top margin to "reply" and "mute" buttons in notifs 2023-01-28 10:46:48 +02:00
Aevann 51d0480452 hide dm image button from jannies who cant view them 2023-01-28 10:41:11 +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
SneedBot 29cdf6939a sneed 2023-01-28 08:05:34 +00:00
Aevann 1e1f78116d remove unnecesesary class 2023-01-27 20:15:31 +02:00
Aevann 1e30acc5a8 make all images have loading="lazy" 2023-01-27 19:55:25 +02:00
Aevann 171690b4a1 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3347945#context 2023-01-27 15:32:38 +02:00
Aevann e5ab1b2f1d Pending Carp Approval -> Pending Approval 2023-01-27 15:02:23 +02:00
Aevann d813e91427 add padding 2023-01-27 15:00:06 +02:00
Aevann c45cd0fde8 make a UI for /admin/dm_images 2023-01-27 14:24:39 +02:00
Aevann d8634af3f1 change settings link to /settings/personal to avoid unnecessary redirecting 2023-01-27 13:49:15 +02:00
Aevann 4c9181e0b1 save failed profilecss 2023-01-27 12:02:11 +02:00
Aevann d01d6e183a change endpoint path to be the same as GET version 2023-01-27 11:53:04 +02:00
Aevann 08bbe29726 save failed css on failure 2023-01-27 11:49:29 +02:00
SneedBot 577cd36225 sneed 2023-01-26 13:00:06 +00:00
SneedBot 709adf0f45 sneed 2023-01-26 04:36:29 +00:00
Aevann ceee02fbce add button to blacklist users from restricted holes 2023-01-25 17:41:46 +02:00
Aevann 94d7042512 add progstack btn to comments 2023-01-25 13:35:37 +02:00
Aevann 624eb1f34e make "pin to profile" above "pin to /h/" 2023-01-25 12:50:10 +02:00
Aevann 1507ebc7c0 improve pin icon 2023-01-25 05:32:08 +02:00
Aevann 06e3573a05 make chat pfps clickable 2023-01-25 05:30:08 +02:00
Aevann 9866e7ed95 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-01-25 04:51:51 +02:00
Aevann 680135755e Revert "get rid of get_alt_graph"
This reverts commit e2e3da4bda.
2023-01-25 04:51:48 +02:00
geese_suck e891d25777 fix award placement lol (#95)
this is fine :marseyclueless:

Reviewed-on: #95
Co-authored-by: geese_suck <deandre.williams@geese-suck.us>
Co-committed-by: geese_suck <deandre.williams@geese-suck.us>
2023-01-25 02:25:01 +00:00
Aevann e2e3da4bda get rid of get_alt_graph 2023-01-25 03:07:30 +02:00
Aevann e68a1540c5 fix js error 2023-01-24 12:40:25 +02:00
Aevann eb88240098 make sure toasts are always on top 2023-01-24 12:40:10 +02:00
Aevann 7eec8af383 add the upload image button for mesages in profiles to mobile 2023-01-24 12:19:20 +02:00
Aevann d7004abaac fix users online in chat 2023-01-24 12:13:05 +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
Aevann 5502715122 replace type="hidden" with hidden 2023-01-24 07:10:16 +02:00
mummified-corroding-granny cf1229d59a Stop skipping render of Follow/Unfollow button in user listing because profile is private (#94)
As per title "Stop skipping render of Follow/Unfollow button in user listing because profile is private"

Happens when browsing through the user listing (at least):
* /search/users
* /users

Seems strange to hide that button in the user listing and not the profile page itself. When profiles are private, there can be some interest in following/unfollowing even without clicking the profile. Tried to search git history but no additional sense was obtained

Co-authored-by: Your Name <madmarcolas@gmail.com>
Reviewed-on: #94
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-24 03:56:31 +00:00
Aevann bdaced6c10 allow admins to apply progstack 2023-01-23 14:40:44 +02: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 a0d4b31deb put "block /h/{{hole}}" in post action menus 2023-01-23 09:51:10 +02:00
Aevann 4a2479a53c get rid of {{hole_prefix}} 2023-01-23 09:51:00 +02:00
mummified-corroding-granny 0d5dd27de1 WPD: typo in hole/flair name in advanced search dropdown (#91)
This fixes it but using the HOLE_NAME in const.py . Not sure if it applies to other things other than WPD/RDRAMA.

Tested only for RDRAMA because I do not have a WPD instance

Co-authored-by: Your Name <madmarcolas@gmail.com>
Reviewed-on: #91
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-23 01:33:24 +00:00
Aevann 58864684b7 fix empty sorting buttons when viewing wall comments 2023-01-23 03:21:41 +02:00
Aevann ca3bbaf209 add bottom margin to "Users Online" 2023-01-23 03:18:33 +02:00