Commit Graph

1580 Commits (65d25f5e0def975a360e4f61b4549c30d89cbea2)

Author SHA1 Message Date
SneedBot 65d25f5e0d sneed 2023-02-22 07:09:05 +00: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
SneedBot bb0a78aaa4 sneed 2023-02-22 00:00:13 +00:00
Aevann 0825c3776e remove report with js 2023-02-21 20:30:55 +02:00
Aevann d649801cc7 use console.error instead of console.log in bottom.js 2023-02-21 20:29:32 +02:00
Aevann e652a9bfd0 delete unecessary linefeed 2023-02-21 20:24:30 +02:00
Aevann ecaa080a46 moe 2 files 2023-02-21 20:24:21 +02: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: #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
SneedBot 9ee5b68f8f sneed 2023-02-20 18:36:00 +00:00
Aevann 8b74d907c6 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-20 18:06:36 +02:00
SneedBot ceb0bf072f sneed 2023-02-20 16:00:09 +00:00
Aevann 5457b676de remove rdrama sidebar image 2023-02-20 16:48:14 +02:00
SneedBot 37e53d5f4b sneed 2023-02-19 19:32:04 +00:00
Aevann b819fa51d0 make it possible for jannies to stack chuds and bans 2023-02-19 15:23:08 +02:00
Aevann f6b0282634 increase comment paragraph max height from 50vh to 100vh 2023-02-19 14:29:44 +02:00
Aevann 338033df2b use href attribute for refreshing instead of js 2023-02-19 14:22:19 +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 104060e79a fix replying in chat while keeping expanded images fixed 2023-02-18 23:45:37 +02:00
Aevann e87d5b9db8 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3596659#context 2023-02-18 22:56:00 +02:00
Aevann 9a5c184144 add a const 2023-02-18 22:55:39 +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 952fe68ea6 dont focus search bars on mobile since it triggers the keyboard which can be annoying 2023-02-18 20:58:07 +02:00
Aevann ffa4212c87 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3604423#context 2023-02-18 20:45:08 +02:00
Aevann 0c044acc01 use class "disabled' instead of attribute "disabled" for checkboxes (it looks better) 2023-02-18 20:26:33 +02:00
Aevann 13b5df569f size consistency for small expanded images in chat 2023-02-18 18:10:05 +02:00
Aevann 4615e4138d fix expanded images in chat 2023-02-18 18:08:48 +02:00
Aevann c1c6c06547 fix minor console error 2023-02-18 18:02:19 +02:00
Aevann 38db199123 move the formatting copy buttons granny added 2023-02-18 17:58:08 +02:00
SneedBot a1ac0d1f22 sneed 2023-02-18 15:28:36 +00:00
Aevann e38ebf8749 rename marseywookie to marseywookiee 2023-02-18 17:26:52 +02:00
SneedBot d669c365cc sneed 2023-02-18 14:55:41 +00:00
Aevann ef2bda6920 remove relinking 2023-02-18 16:55:18 +02:00
SneedBot 92bc90d9ec sneed 2023-02-18 04:00:08 +00:00
SneedBot 27b32c513e sneed 2023-02-18 00:00:09 +00:00
Aevann e8f17db1da dont replace hole value with blank 2023-02-18 01:44:53 +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 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 2cf1300498 chat: stop console error after clicking marsey emoji speed modal (#119)
Kindly,

As per $title. This is just a suggestion implementation

Whenever we click any marsey in the speed modal, it generates an error in developer tools console because markdown() is not defined. I suspect not being available is expected because that function is for re-rendering the markdown preview (????? when I look at chat code it is all spaghette to me)

Thanks,
granny

Reviewed-on: #119
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:57:52 +00: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: #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
SneedBot 00734c8ce4 sneed 2023-02-11 12:00:07 +00:00
SneedBot b79e05a654 sneed 2023-02-11 00:00:14 +00:00
SneedBot 281ba0b7f0 sneed 2023-02-10 20:00:16 +00:00