forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

679 Commits (74533ae72f79d4f37c6401e9e2c297fb7beaa0f0)

Author SHA1 Message Date
Aevann f52411ecd8 remove background color for pfps 2023-02-26 10:46:42 +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 7ebb94fba9 make reply link unbreakable 2023-02-25 18:12:18 +02:00
Aevann cb0d0b03c8 change .muted cursor to arrow instead of hand 2023-02-25 17:41:41 +02:00
Aevann 61d256eaaa adds an easy link to download all emojis 2023-02-25 01:14:18 +02:00
Aevann dd9538f200 fix unnecessary padding in headerless templates 2023-02-24 08:31:27 +02:00
Aevann 611cf4ba95 merge header.css into main.css 2023-02-24 05:50:40 +02:00
Aevann bcd17e6edf fix top padding 2023-02-24 05:48:58 +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: rDrama/rDrama#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 94d10fa274 hide number arrows 2023-02-21 20:12:33 +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: rDrama/rDrama#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
Aevann 479b508762 fix this https://stupidpol.site/h/changelog/post/148586/message-search/3624361#context 2023-02-20 21:14:35 +02:00
Aevann f6b0282634 increase comment paragraph max height from 50vh to 100vh 2023-02-19 14:29:44 +02:00
Aevann 8b8a0423d8 restore -sm bootstrap margins/padding classes but use them different;y 2023-02-19 11:12:14 +02:00
Aevann dd0ca9dafb restore all bootstrap css classes for desktop margins/padding 2023-02-19 10:56:06 +02:00
Aevann 745dc3e85b fix radio buttons on mobile 2023-02-19 00:53:31 +02:00
Aevann f81e6feeca add a max height for individial tags inside comments so this doesnt happen again https://stupidpol.site/h/meta/post/147023/poll-whos-ur-favorite-rdrama-train/3587461#context 2023-02-18 21:32:37 +02:00
Aevann 13b5df569f size consistency for small expanded images in chat 2023-02-18 18:10:05 +02:00
Aevann ad72a9fc94 add max-width to quoted msg in chat 2023-02-17 19:22:10 +02:00
Aevann 52907b4a2e remove UI animations 2023-02-17 19:11:23 +02:00
Aevann b5b7c8ef5e stop centering yt videos 2023-02-17 17:27:50 +02:00
Aevann d278c7dd70 fix cropped banner on mobile 2023-02-17 17:24:11 +02:00
mummified-corroding-granny 8a4a37ba8e Comments: fix inconsistent nested lists padding as compared to posts (#117)
Kindly,

Seems strange that posts can use nested lists with increased padding at each level while comments do not have any padding on the nested lists

EDIT: disregard branch name. A bit tipsy and just used the branch that I had in my hand
Reviewed-on: rDrama/rDrama#117
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-12 07:23:25 +00: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 e945fc2400 make blockquotes look nicer 2023-02-10 08:15:04 +02:00
Aevann 994ab4e2b7 minor cosmetic fix for ghost posts 2023-02-08 05:15:52 +02:00
Aevann 8411213e09 minor cosmetic fix 2023-02-08 04:46:25 +02:00
Aevann c645e5bf79 Revert "improve chat"
This reverts commit 13dafeb8a2.
2023-02-07 09:24:35 +02:00
Aevann 055d457fe6 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3545952#context 2023-02-07 04:23:43 +02:00
Aevann 81fd152e0d fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3540539#context 2023-02-07 03:57:36 +02:00
Aevann 48450b70d4 highlight /h/countryclub and /h/masterbaiters too 2023-02-07 03:42:56 +02:00
Aevann 13dafeb8a2 improve chat 2023-02-07 03:06:07 +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
Aevann 2421effcd3 fix body top padding 2023-02-06 06:26:16 +02:00
Aevann 1245298954 increase header--icon size 2023-02-03 05:10:20 +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: rDrama/rDrama#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 9135a1a241 fix spoilers on some themes 2023-02-02 06:03:26 +02:00
mummified-corroding-granny 3a3e1d8d74 add javascript and css for non-click-sortable table headers th (#107)
I noticed there are some over-interactive tables in general on rdrama. Particularly, multiple columns in the shop tables (awards and hats), which allow you to sort by buttons, icons, … The one page for user profile views also comes to mind, because it uses relative time since last visit, is paged server-side and browsers do not know how to sort that type of data anyway.

Also I noticed there are some tables that have disabled sorting by using <td> instead of <th> for the headers as is the case of the following pages:
* @uid/followed
* @uid/following

All of these situations are accounted for but need to be changed later in a different PR, because I can't right now.

For example, the "Buy" column of the shop can be changed to the following to disable sorting:

`<th class="disable-sort-click">Buy</th>`

Reviewed-on: rDrama/rDrama#107
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:10:10 +00:00
Aevann 441ca8a43f fix youtube embeds in chat 2023-01-28 16:46:49 +02:00
Aevann 599fb42080 add more margin between users 2023-01-27 20:23:18 +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
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
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
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 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 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 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 a6d7b681c1 disable all scrollbars in chat 2023-01-22 07:18:57 +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 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 06bc0d4fdf minor improvement to chat 2023-01-21 13:52:12 +02:00
Aevann ae9fe04854 chat improvements 2023-01-21 13:39:42 +02:00
Aevann 42ade0c2a1 increase message height 2023-01-21 13:23:05 +02:00
Aevann d96b938678 [chat] increase fontsize on a bunch of stuff 2023-01-21 13:14:55 +02:00
Aevann b49cc69108 port over the max-height thing to new chat 2023-01-21 13:12: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 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 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
Aevann 5f2b2a2f8b fix shop banner 2023-01-20 09:22:31 +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 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
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 8c391432e8 try smth 2023-01-20 02:40:00 +02:00
Aevann ef3e246cfc increase top margin for post markdown preview 2023-01-11 15:43:01 +02:00
Aevann 661d2219d7 remove my video fix thats unnecessary now 2023-01-02 05:14:07 +02:00
Aevann a42e31b60c fix videos 2023-01-01 14:50:48 +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 044664a25e get rid of useless tabs and spaces 2023-01-01 13:36:20 +02:00
Aevann 2b97c46912 fix gif modal cursor 2023-01-01 13:29:31 +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 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 3bf072079c fix casino 2023-01-01 11:08:55 +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 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 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 802ce75b2d minor css fixes 2023-01-01 07:55:16 +02:00
Aevann 1f4de84b2c fix offline.html 2022-12-31 09:26:36 +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 381ea66e38 remove legacy PCM shit 2022-12-30 16:50:45 +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 d9e7cd0be9 minor format css changes 2022-12-30 10:06:00 +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 b89df9a140 increase top padding for post-preview 2022-12-29 08:31:12 +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 9527b900a7 minor css changes to award modal 2022-12-26 21:11:26 +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
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 e6803f93e9 rework gif modal 2022-12-25 03:45:24 +02: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 ea4e10b201 fix needless scrolling 2022-12-20 01:35:55 +02:00
Aevann1 98afe7d2c3 don't use linux symlinks so the site works in windows 2022-12-19 19:12:05 +02:00
Aevann1 ce23b35980 css fix for videos 2022-12-15 16:47:16 +02: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 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
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
Aevann1 402e506335 increase --signature-max-height by 50px 2022-12-11 21:55:50 +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
Aevann1 4439f03ef5 resizable videos 2022-12-10 21:12:14 +02:00
Aevann1 3b207646c5 make videos bigger 2022-12-10 20:42:00 +02:00
Aevann1 f2d7a5d35c minor padding change 2022-12-10 17:22:29 +02:00
Aevann1 95759972c7 minor position change for video icon 2022-12-10 15:35:00 +02:00
Aevann1 1886dd986e move sort_table.js to core.js 2022-12-10 12:40:34 +02:00
Snakes f06da51288 vid-thumbs: suppress ffmpeg stdout, fix vid toggle
Previous behavior on submission_listing was clicking a thumbnail would
toggle an inline video player. This was retained for clicking the
thumbnail off the `.video-play` element; however, directly clicking
the `.video-play` did not have the `toggleVideo` onclick event attached
and would navigate the browser to the video file directly.
2022-12-10 04:05:46 +00:00
Aevann1 37cedaee9f add thumbnails for videos on the frontpage 2022-12-10 04:05:46 +00:00
Aevann a0a8535ec3 fix standard urls for w3.org (#57)
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Reviewed-on: rDrama/rDrama#57
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-09 05:41:53 +00:00
Aevann1 b8eb4384d6 fix midnight theme 2022-12-07 20:56:09 +02:00
Aevann1 93063516ce tie transparent theme to backgrounds 2022-12-07 19:53:29 +02:00
Aevann1 d781c853f8 force transparent theme on userprofiles with a profile background 2022-12-07 10:23:03 +02:00
Aevann1 3f6d2be5f6 fix chat in midnight theme 2022-12-07 09:52:54 +02:00
Aevann 18df70caab allow JL3 to edit rules (#39)
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Reviewed-on: rDrama/rDrama#39
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-05 05:22:08 +00:00
Aevann1 13a208ee88 remove stray tabs and spaces 2022-12-05 05:03:10 +02:00
Aevann 5850bb26fa add custom backgrounds paypig feature to compensate for profile views (#44)
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Reviewed-on: rDrama/rDrama#44
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-05 00:02:29 +00:00
Aevann 3eecec0a51 downloadable videos on apple devices (#42)
![image](/attachments/bd1b3e1e-c0a9-4eee-9b1c-a03e1e8a8cbd)

Co-authored-by: Aevann1 <randomname42029@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Co-authored-by: Snakes <snakes@noreply.fsdfsd.net>
Reviewed-on: rDrama/rDrama#42
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-04 19:02:22 +00:00
Aevann e105035272 remove country club system and replace it with a 3 tier thing: (#41)
- /h/masterbaiters: 1 TS - for gayops

- /h/countryclub: 1000 TS - for anything requiring secrecy and doesnt need critical mass - have to make it a rule that u cant post gayops in /h/countryclub

- /h/chudrama: 5000 TS - for chad+stud posts

EDIT: i removed the /h/masterbaiters gate, but u can bring it back if u want
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Reviewed-on: rDrama/rDrama#41
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-04 18:39:06 +00:00
Aevann1 49263fdd86 Revert "stop using background css property and use its parts instead"
This reverts commit e4e67a4424.
2022-12-04 00:17:35 +02:00
Aevann1 e4e67a4424 stop using background css property and use its parts instead 2022-12-04 00:11:02 +02:00
Aevann1 8f065a2428 fix award modal on mobile 2022-12-03 02:14:11 +02:00
Snakes 64de53e9a9
Fix signup overflowing on mobile, and related. 2022-12-02 18:33:11 -05:00
Aevann1 68563ec8ff make collapse icon bigger 2022-12-01 20:31:34 +02:00
Aevann1 12eb23aa6b midnight - make modal border more subtle 2022-12-01 15:06:54 +02:00
Aevann1 d160a1686f transparent fix 2022-11-30 23:56:33 +02:00
Aevann1 93dc0e2cc8 limit smol-fp to only when the HOLES button is present 2022-11-30 13:29:45 +02:00
Aevann1 8db7c089b3 transparent css shit 2022-11-30 12:28:04 +02:00
Aevann1 d3fec8e27c transparent theme - make reports transparent 2022-11-30 11:48:25 +02:00
Aevann1 880b0e36ab add subtle border for modals on midnight theme 2022-11-30 01:54:23 +02:00
Aevann1 2004d78226 make userpage on mobile transparent too 2022-11-30 01:54:23 +02:00
Aevann1 82db4ffde5 fix https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3157115?context=8#context 2022-11-30 01:54:22 +02:00
geese_suck a3fa96242c holiday event manager (actually works now edition) (#22)
Co-authored-by: Snakes <duolsm@outlook.com>
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#22
Co-authored-by: geese_suck <deandre.williams@geese-suck.us>
Co-committed-by: geese_suck <deandre.williams@geese-suck.us>
2022-11-29 20:20:26 +00:00
Aevann1 ed5b3dc4bb remove ruckus.webp 2022-11-29 07:25:17 +02:00
Aevann1 d00e27d178 same as last commit 2022-11-29 07:07:29 +02:00
Aevann1 c185831ddc same as last commit 2022-11-29 07:06:26 +02:00
Aevann1 03c3238331 fix /chat on transparent theme 2022-11-29 07:00:49 +02:00
Aevann1 52e0972ddc transparent fix 2022-11-29 05:37:55 +02:00
Aevann1 b32f4a1f67 transparent fix 2022-11-29 03:56:50 +02:00
Aevann1 9530bd50e3 transparent theme - change color 2022-11-29 03:47:31 +02:00
Aevann1 8bf73a10c8 make it slightly darker actually 2022-11-29 03:00:56 +02:00
Aevann1 7d765c74ae cachebust midnight.css inside transparent.css 2022-11-29 02:57:37 +02:00
Aevann1 a6aaa9fae3 same ast last commit 2022-11-29 02:56:51 +02:00
Aevann1 b79f183f72 replace better color with brighter version to stand out from the background 2022-11-29 02:56:08 +02:00
Aevann1 46f4a8b387 make sorting buttons on frontpage smaller on small screens 2022-11-29 02:41:16 +02:00
Aevann1 666b146daf css change 2022-11-29 01:50:23 +02:00
Aevann1 7cca8274f0 use midnight as baseline for transparent theme 2022-11-29 01:38:41 +02:00
Aevann1 e329746bec use midnight color palette in transparent theme 2022-11-29 01:00:10 +02:00
Aevann1 add8c27182 replace bad color with better color 2022-11-29 00:48:39 +02:00
geese_suck 030710e5db
add fallback award so I dont get fucked by aevann asking me to change something for a site that has 3 active users 2022-11-27 21:24:05 -08:00
geese_suck c35c852b90
pcm awards 2022-11-27 21:11:21 -08:00
Aevann1 d506788d94 fix mobile navbar and popover on transparent theme 2022-11-28 04:00:46 +02:00
geese_suck 8dcd385218 rework awards (#26)
dude cherrypicking lmao

Co-authored-by: geese_suck <deandre.williams@geese-suck.us>
Reviewed-on: rDrama/rDrama#26
Co-authored-by: geese_suck <geese_suck@noreply.fsdfsd.net>
Co-committed-by: geese_suck <geese_suck@noreply.fsdfsd.net>
2022-11-28 00:37:52 +00:00
justcool393 5381074617 sigs: limit to 250px (configurable by variable) 2022-11-27 12:15:33 -06:00
Aevann 6f10140b21 Revert "make awards significantly less retarded (#12)"
This reverts commit 04dbda7f03.
2022-11-27 04:07:45 +02:00
geese_suck 04dbda7f03 make awards significantly less retarded (#12)
Co-authored-by: gooseman <16601315+geese-suck@users.noreply.github.com>
Co-authored-by: geese_suck <16601315+geese-suck@users.noreply.github.com>
Reviewed-on: rDrama/rDrama#12
Co-authored-by: geese_suck <geese_suck@noreply.fsdfsd.net>
Co-committed-by: geese_suck <geese_suck@noreply.fsdfsd.net>
2022-11-27 02:05:12 +00:00
Aevann1 c79456c86b remove accidentially-committed shit 2022-11-27 02:09:26 +02:00
Aevann1 8f4a6ba511 reduce tooltip border radius 2022-11-27 00:07:03 +02:00
justcool393 a56633c3b1 api: manual revert of e1f785c370 (by @Aevann1's request) 2022-11-26 15:25:00 -06:00
justcool393 e1f785c370 Merge branch 'docs' into 'master' 2022-11-26 14:40:32 -06:00
justcool393 684dd0c1c1 log: fix word wrap bug
log: remove network bloat by abt 10x
2022-11-26 13:08:38 -06:00
Aevann1 d8bf2cf702 minor css fix 2022-11-26 06:12:36 +02:00
SneedBot 5e73efcf46 sneed 2022-11-26 03:14:13 +00:00
SneedBot 1b9bb2960d sneed 2022-11-26 02:29:58 +00:00
Nekobit 2e1d2cb774 Merge branch 'master' into docs 2022-11-25 22:27:15 +00:00
Nekobit af4411b0d7
Documentation page 2022-11-25 15:36:29 -05:00
justcool393 61a4ab4f39 css: fix alignment on ghost posts 2022-11-25 11:49:37 -06:00
Snakes 654da03435
De-Githubify repo.
- Remove Github-specific tooling.
 - Add fsdfsd.net to approved embed hosts.
 - Switch link in navigation menu.
2022-11-23 12:24:13 -05:00
Snakes 00880ccadc
zoz
zle
zozzle
2022-11-22 19:09:42 -05:00
Aevann1 a252f94e32 fix frontpage toggles on small screens 2022-11-21 19:31:03 +02:00
Aevann1 d1078fb977 increase settings icons padding on mobile 2022-11-21 02:28:22 +02:00
Aevann1 49d0db4411 css fix 2022-11-21 00:44:20 +02:00
Aevann1 fcdb358a8f css fix 2022-11-21 00:29:10 +02:00
Aevann1 5288d7a7dc remove android app and replace with instructions on how to install PWA 2022-11-20 00:04:08 +02:00
Aevann1 5fa548e792 5rem -> 3.5rem 2022-11-19 20:13:30 +02:00
Aevann1 20a5f9f835 change container padding 2022-11-19 06:44:07 -06:00
Aevann1 b7cf10d7f6 increase container bottom padding from 50px to 100px 2022-11-18 08:37:47 -08:00
Aevann1 f6fd64af08 css change 2022-11-18 07:19:51 -08:00
Snakes 0c0cad0723 banners: use a class, only style correct elements.
Selecting on the alt attribute is unstable and creates a non-obvious
coupling to maintain. Also it inadvertently affected the shop banners
and some elements in settings.
2022-11-16 12:07:23 -05:00
gooseman 16e23e6f54 make banners not retarded + increase future scalability 2022-11-16 12:07:20 -05:00
Aevann1 b8ceccd78f fix weird tabs 2022-11-16 12:52:11 +02:00
Aevann1 7ace77b2a7 minor css change 2022-11-15 17:17:58 +02:00
Aevann1 1f16140367 use cloudflare icon 2022-11-15 15:54:24 +02:00
Snakes 1e931b4d05
Fix clear_cloudflare_cache modlog icon. 2022-11-15 06:30:20 -05:00
justcool393 c9ecb5d535
account linking improvements (#448)
currently account delinking is very messy and can sometimes just not work
we do codey stuff so it's not as bad
also we create a pretty page for mops to mop up borked account links

* alts: allow proper delinking

* fix prev commit

* url fix

* fix 500

* fixes

* :pepodrool:

* flag

* :pepodrool: redux

* sdsdsdsds

* correct endpoint

* fix html page

* alts: only adjust session history if flag is set

* fix 500

* allow relinking

* fsdsds

* :pepodrool: redux

* alts: don't fail if an alt isn't history

* use postToastSwitch + some API changes

* remove unnecessary variables

* d-none

* delink accounts mod action

* fa-link-slash

* alts: add form to create alt

* remove copied and pasted template

* rounded section

* UI improvement + fix

* \n

* fix status

* admin: remove duplicate route
admin: do a permissions check on 2 pages that need it
admin: set the manual flag for manually flagged alts

* variable change

* fix 500

* alts

* add shadowban icon to alt link tool

* shadowbanned tooltip

* add user info section

* fix 500, remove unnecessary form, and add alt votes button

* trans and also link to page

* margin

* sdsdsd

* stop the count

* fix prev commit

* with ctx

* plural

* alts

* don't show shadowbanned users to those who can't see them
this is... extremely rare and won't ever be seen in production however if perms were ever rearranged in the future, this keeps permissions correct

* shadowban check in alt list

* let shadow realm enthusiasts see shadowban alts

* sdsdsds

* test

* be graceful where needed

* sdsdsdsds

* alts: don't allow adding the same account
alts: clarify wording

* rename and reorder on admin panel

* EOL

* remove frankly unnecessary check

* try with a set

* test

* Revert "try with a set"

This reverts commit 72be353fba5ffa39b37590cc5d3bf584c94ee06e.

* Revert "Revert "try with a set""

This reverts commit 81e41890a192e8b46d0463477998e905fddf56ba.

* Revert "Revert "Revert "try with a set"""

This reverts commit be51592135a3c09848f993f0154bd2ac862ae505.

* clean up test
2022-11-14 12:32:13 -05:00
Aevann1 42dfcdd735 margin change 2022-11-12 19:24:35 +02:00
Aevann1 ccca9a7684 minor adjustment for modal margins on mobile 2022-11-12 14:01:33 +02:00
Aevann1 1de4b2098f remove ugly scrollbar from popover 2022-11-12 12:46:51 +02:00
Aevann1 cadc1f507a fix sizing of thin badge in popover 2022-11-12 12:42:11 +02:00
Aevann1 8705a5f39a Revert "try object-fit: contain for pfps instead "cover""
This reverts commit b9a9efcdf4.
2022-11-12 12:32:31 +02:00
Aevann1 5949e5983b remove unused css rule 2022-11-12 12:19:28 +02:00
Aevann1 8eb989b339 remove duplicated css rule 2022-11-12 12:18:38 +02:00
Aevann1 b9a9efcdf4 try object-fit: contain for pfps instead "cover" 2022-11-12 12:18:27 +02:00