forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

10424 Commits (f4625620802a2844f50f75707ec9bc49229adad8)

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