Commit graph

233 commits

Author SHA1 Message Date
freamon
bd37423ba4 Add option for admins to fixup a broken post from the remote version 2024-12-04 17:36:28 +00:00
rimu
570c754566 post_teaser_clickable on images 2024-11-30 13:46:59 +13:00
rimu
3b462377ce move post teaser clickable div so voting buttons still work 2024-11-24 09:19:58 +13:00
rimu
f8638cf98b tap anywhere on the teaser to view the post
not just the title
2024-11-22 08:47:34 +13:00
rimu
34a991ef7d don't show post title in breadcrumb 2024-11-02 16:10:52 +13:00
rimu
21ae50f6ff post licence - save and display 2024-11-02 16:02:29 +13:00
freamon
502e6ff0f6 post soft-deletion: add options to restore or purge deleted posts 2024-10-26 03:55:56 +00:00
freamon
9a033522d1 post soft-deletion: show deleted posts in user profile to provide restoration route 2024-10-26 03:55:45 +00:00
freamon
0c0b0e4212 post soft-deletion: hide links in user profile replies section that'll likely 404 2024-10-26 03:55:35 +00:00
rimu
2d6d9b960c Merge remote-tracking branch 'origin/main' 2024-10-20 11:54:31 +13:00
rimu
d7b750f9b9 make disable_voting work again - user profiles 2024-10-20 11:23:20 +13:00
freamon
148d230527 post-reply soft-deletion: add option to purge a comment 2024-10-19 17:27:42 +00:00
freamon
5643c19e44 post-reply soft-deletion: add deleted comments to user view, to provide restoration route 2024-10-19 17:27:30 +00:00
freamon
9ef5aeecb3 post-reply soft-deletion: collapse deleted comments in post view 2024-10-19 17:27:16 +00:00
freamon
a2fae00936 post-reply soft-deletion: replace content in HTML with 'deleted by author/moderator' 2024-10-19 17:26:50 +00:00
rimu
eff0edf817 more reliable youtube thumbnails 2024-10-06 07:03:58 +13:00
rimu
0c646c5cf4 cross-posting of bot-generated posts #206 2024-10-05 18:58:07 +13:00
rimu
a7fbd57188 use smallest version of community thumbnail #333 2024-10-04 18:58:41 +13:00
Jeena
157486d7b2 Add community icon infront of name in teasers
I have a much easier time recognizing icons, even if they're small
compared to reading the name of the community. I thought for
example that beehive blocked me because I never saw any posts from
there.

Turns out I see all of them, I just didn't realize that those posts
were from beehive, because we don't show the domain part of a
community, so I assumed every time I saw c/technology it came
from lemme world. With the icon I can see imediatelly that it's
from beehive.

It does make the page a bit heavier because the browser needs to
download all the community icons, but in my opinion it is worth
it for the better UX.
2024-10-01 22:01:01 +00:00
rimu
d2327fd3c1 move date humanization out of jinja and into python where exceptions can be handled properly
In the arrow package, Catalan language does not have 'weeks' defined as a way to display datetimes. A PR has been submitted.
2024-09-30 16:34:17 +13:00
Jeena
14fa658774 Add direct link to reply/comment
It's difficult to be able to copy and paste a link to a specific
comment or reply. It's only easy from the notifications page.

This patch introduces a link to a comment/reply by changing
the <span> to a <a> around the "When" text like "15 hours ago".

This is usually how other websites do deep links to comments too,
they make the time of post into a clickable link, so people should
be able to find it easyly.
2024-09-27 11:02:10 +00:00
rimu
7e4163db6b limit access to voting data 2024-09-24 09:28:06 +12:00
rimu
705de82714 only show Voting Activity link if logged in 2024-09-24 09:08:54 +12:00
freamon
e6f3bd6fb4 Add pages for admins and community mods to see voting activity 2024-09-22 22:55:47 +00:00
rimu
3fb7470f33 lazy load streamable and redgifs 2024-09-22 22:05:21 +12:00
rimu
a8be200aec small preview text 2024-09-11 10:56:14 +12:00
rimu
801bceb7df image width and height 2024-09-09 09:08:34 +12:00
rimu
58c3447a11 lazy load youtube preview 2024-09-08 13:23:37 +12:00
rimu
065d1e1078 only embed youtube vids on AC power 2024-09-08 12:31:16 +12:00
rimu
760477f00c use JS IntersectionObserver to lazy load youtube videos 2024-09-07 12:36:21 +12:00
rimu
dba016e05e show videos in teaser 2024-09-07 12:11:01 +12:00
rimu
0bae4c770f center voting buttons on mobile 2024-09-06 22:50:20 +12:00
rimu
7ab53804d1 larger images and videos 2024-09-06 22:39:27 +12:00
rimu
0c7cd6d34c Merge remote-tracking branch 'origin/main' 2024-09-06 15:43:33 +12:00
rimu
b6a44b100c post teaser refactor to improve maintainability 2024-09-06 15:43:22 +12:00
freamon
9e8066bc4e Convert youtu.be links to youtube.com so they embed in post 2024-09-06 01:10:39 +00:00
rimu
d70d5c2878 post teaser redesign #148 2024-09-05 20:10:26 +12:00
rimu
277b21b8a0 lang attribute for non-english posts 2024-08-28 19:25:05 +12:00
rimu
22f21fb4a1 lang attribute for non-english posts 2024-08-28 19:23:33 +12:00
rimu
5a156f35a7 lang attribute for non-english posts 2024-08-28 19:15:49 +12:00
rimu
9bad635805 remove moment.js to decrease carbon usage 2024-08-23 11:14:47 +12:00
Alan Roberts
013f33b5d3 Adjusting the post editing for images to display the existing image 2024-08-17 09:42:07 -04:00
Alan Roberts
3eb4736a47 Capturing Text box content when enabling markdown editor 2024-08-16 14:41:39 -04:00
rimu
8d60f8f4cd warn if link already posted to other communties 2024-08-15 19:39:33 +12:00
rimu
1f0c8eb6ff community blocking #283 2024-08-12 20:54:10 +12:00
Hendrik L
62a5521391 small messup dealing with unauthenticated users 2024-07-11 07:16:48 +00:00
Hendrik L
c2db1ccdd2 move communityname to title so they can collapse into one row 2024-07-11 07:16:48 +00:00
Hendrik L
24c508f552 proper comment teaser in flexbox layout 2024-07-11 07:16:48 +00:00
Hendrik L
5eeb2708ca wrap the notification toggle like the other buttons 2024-07-11 07:16:48 +00:00
Hendrik L
a6d60562f5 remove the post_options css, only used once in the teaser and doesn't work anyways 2024-07-11 07:16:48 +00:00