Commit Graph

1863 Commits

Author SHA1 Message Date
Tom (plebeius.eth)
ff7247cf10 Merge pull request #463 from plebbit/development
Development
2024-12-19 15:58:00 +01:00
Tom (plebeius.eth)
59f1f1b572 feat(reply): add colored "submitter" "[S]" next to user name if reply author is also the post author 2024-12-19 15:57:04 +01:00
Tom (plebeius.eth)
8399174914 fix(settings): "check for update" button didn't include apk case, now it can download the latest apk 2024-12-19 15:35:32 +01:00
Tom (plebeius.eth)
7730f64a4e fix perf 2024-12-19 14:56:26 +01:00
Tom (plebeius.eth)
ee1c38d1ee style(profile): add x button to close info bar before it disappears 2024-12-19 14:55:29 +01:00
Tom (plebeius.eth)
d313a68003 fix(profile): keep showing the welcome info bar for the first few visits
previously, it would disappear immediately after the first visit
2024-12-19 14:47:06 +01:00
Tom (plebeius.eth)
81c29bfbe8 add translations 2024-12-19 14:42:18 +01:00
Tom (plebeius.eth)
76a6fc69b5 feat(subplebbit): show "are you over 18?" alert on communities tagged as nsfw
clicking "continue" disables it, checking the filters again in the settings re-enables it
2024-12-19 14:35:29 +01:00
Tom (plebeius.eth)
95d10a3719 don't blur nsfw content inside of nsfw sub
nsfw meaning a sub tagged as "adult" or "gore"
2024-12-19 13:21:41 +01:00
Tom (plebeius.eth)
a0d119c580 always mark post as nsfw if it belongs to an adult or gore sub 2024-12-19 13:11:42 +01:00
Tom (plebeius.eth)
fd904afec2 add translations, add vulgar tag setting 2024-12-19 13:05:18 +01:00
Tom (plebeius.eth)
9244e9437b add translations 2024-12-19 11:46:25 +01:00
Tom (plebeius.eth)
5a078e772d feat(settings): add nsfw filters and filtering community by nsfw tag 2024-12-19 11:46:18 +01:00
Tom (plebeius.eth)
2829e50d06 feat: add blur for nsfw media or spoilers 2024-12-18 16:40:45 +01:00
Tom (plebeius.eth)
06d3ebb02a Update post.tsx 2024-12-17 17:45:09 +01:00
Tom (plebeius.eth)
a1b64f4296 feat(post): add nsfw label and thumbnail 2024-12-17 17:44:26 +01:00
Tom (plebeius.eth)
61e7c1d92c fix(header): special page title goes on top of header tabs, unlike a community's title 2024-12-17 12:37:12 +01:00
Tom (plebeius.eth)
6ec4f57894 feat: add p/mod feed for communities the user is moderating 2024-12-17 12:20:29 +01:00
Tom (plebeius.eth)
19853edb99 Merge branch 'development' of https://github.com/plebbit/seedit into development 2024-12-16 16:36:20 +01:00
Tom (plebeius.eth)
a1007fa025 Update index.html 2024-12-16 16:27:05 +01:00
Tom (plebeius.eth)
bf238798e7 Merge pull request #454 from plebbit/master
Merge pull request #451 from plebbit/development
2024-12-16 15:51:36 +01:00
Tom (plebeius.eth)
79423c31d7 perf(index.html): preload UI assets and CSS
add preload tags for assets and css to fetch them before javascript execution begins, thus improving initial load performance
2024-12-15 23:01:45 +01:00
Tom (plebeius.eth)
1a0e82f980 style(communities page): add placeholders to subplebbits without avatar 2024-12-15 17:16:09 +01:00
Tom (plebeius.eth)
9ff01c33c6 perf(media): fix thumbnails getting stuck due to incorrect memoization 2024-12-15 16:17:58 +01:00
Tom (plebeius.eth)
c34455e741 Update post.tsx 2024-12-15 16:02:05 +01:00
Tom (plebeius.eth)
338edfdfe4 fix outline 2024-12-15 14:55:26 +01:00
Tom (plebeius.eth)
6a1576d013 fix responsiveness 2024-12-14 22:04:50 +01:00
Tom (plebeius.eth)
e2139d61ed Update settings.module.css 2024-12-14 21:45:26 +01:00
Tom (plebeius.eth)
1a9d0a4654 Merge pull request #451 from plebbit/development
Development
2024-12-14 21:27:43 +01:00
Tom (plebeius.eth)
9d20cc81d0 fix(post): subscribe button wrapped incorrectly 2024-12-14 21:24:14 +01:00
Tom (plebeius.eth)
05bb995281 Update expando.module.css 2024-12-14 20:18:53 +01:00
Tom (plebeius.eth)
77850393ba add dark mode icons 2024-12-14 20:11:24 +01:00
Tom (plebeius.eth)
c4b581d7f2 Update post.tsx 2024-12-14 15:53:53 +01:00
Tom (plebeius.eth)
851e0e8039 feat(post): add spoiler thumbnail 2024-12-14 15:48:01 +01:00
Tom (plebeius.eth)
84b1013c89 feat(feed): add numbered row to count posts 2024-12-14 15:38:15 +01:00
Tom (plebeius.eth)
2ecc88391b chore(package.json): upgrade plebbit-react-hooks 2024-12-14 15:15:00 +01:00
Tom (plebeius.eth)
6ce7fa9c36 fix(post): format score with abbreviation 2024-12-14 13:23:24 +01:00
Tom (plebeius.eth)
72d77fa365 feat(post): align all posts by fixed thumbnail width and using thumbnail icons for links without media or text-only posts 2024-12-14 13:21:50 +01:00
Tom (plebeius.eth)
66c487484b Update expando.module.css 2024-12-13 17:57:42 +01:00
Tom (plebeius.eth)
57f49e951a missing key 2024-12-13 17:45:24 +01:00
Tom (plebeius.eth)
2e86b3f2af fix(feed post): gif thumbnail could break persistently 2024-12-12 16:16:28 +01:00
Tom (plebeius.eth)
ad483ed9f4 no need to hide spoiler if post is deleted or removed 2024-12-12 15:40:12 +01:00
Tom (plebeius.eth)
6ac1777475 fix(spoiler): spoiler could appear bugged for posts with no content nor link, black background was too large 2024-12-11 18:51:06 +01:00
Tom (plebeius.eth)
589f4bf073 fix(submit page): could return error 'publishCommentOptions.content is an empty string' 2024-12-11 16:30:45 +01:00
Tom (plebeius.eth)
b951032177 Merge pull request #445 from plebbit/master
Development
2024-12-09 17:06:00 +01:00
Tom (plebeius.eth)
0f572b5829 chore(package.json): v0.2.4 v0.2.4 2024-12-09 16:53:52 +01:00
Tom (plebeius.eth)
6c4286cfe9 Merge branch 'master' of https://github.com/plebbit/seedit 2024-12-09 16:52:59 +01:00
Tom (plebeius.eth)
066699c798 Merge pull request #444 from plebbit/development
Development
2024-12-09 16:51:54 +01:00
Tom (plebeius.eth)
654b4277d8 fix(subplebbit settings): editing subplebbit challenge wouldn't work, fix loading state of settings, remove useless challenge setting when creating a sub, improve translations 2024-12-09 16:50:36 +01:00
Tom (plebeius.eth)
1259d52f80 Merge pull request #443 from plebbit/master
Development
2024-12-08 16:01:44 +01:00