Commit Graph
1403 Commits
Author SHA1 Message Date
plebeius.eth 561b027f23 style(settings modal): add themes styling, overlay 2024-05-09 18:29:55 +02:00
plebeius.eth 59365df71a refactor: settings route, link, component 2024-05-09 16:04:24 +02:00
plebeius.eth c0a703015d Update themes.css 2024-05-09 16:03:44 +02:00
plebeius.eth 4fa6f60792 fix(reply modal): do nothing when clicking another cid while modal is opened 2024-05-08 17:13:31 +02:00
plebeius.eth 1ae739eb41 update themes 2024-05-08 16:05:05 +02:00
plebeius.eth 5f3ff17ecc feat(reply modal): add c/parentCid above textarea, fix tomorrow theme 2024-05-08 12:23:18 +02:00
plebeius.eth 5125cdbea0 chore(translations): embed, remove 2024-05-08 11:10:53 +02:00
plebeius.eth 6bfa899722 feat(post): add embed button and media to links in post content detected as valid embed links 2024-05-08 11:10:43 +02:00
plebeius.eth ccb75fcf3a feat(post form): replace single return with double return on submit, because markdown is mandatory on plebbit, but a user from 4chan won't know that 2024-05-07 22:23:49 +02:00
plebeius.eth 5e8d7436f9 fix(not found): force yotsuba theme with ref, not with params in app because they can't be detected in app 2024-05-07 22:09:00 +02:00
plebeius.eth 6d06e7b80b Merge branch 'development' of https://github.com/plebbit/plebchan into development 2024-05-07 19:45:17 +02:00
Tom (plebeius.eth)andGitHub 68bdfb6c55 Merge pull request #357 from plebbit/master
Merge pull request #356 from plebbit/development
2024-05-07 19:34:44 +02:00
plebeius.eth fc459d9533 fix(post): prioritize 'failed' state over 'pending' 2024-05-07 16:08:02 +02:00
plebeius.eth 1a57d3ae53 fix undefined 2024-05-07 14:11:43 +02:00
plebeius.eth 436858960c chore(translations): challenge counter 2024-05-07 14:11:27 +02:00
plebeius.eth b785d00ec4 fix(post): don't show replies in pending post page 2024-05-06 22:49:55 +02:00
plebeius.eth 359031c1df fix(post form): close after publish, reset fields 2024-05-06 22:49:23 +02:00
Tom (plebeius.eth)andGitHub 73df9d07fb Merge pull request #356 from plebbit/development
Development
2024-05-06 22:48:51 +02:00
plebeius.eth c089183f9f Merge branch 'development' of https://github.com/plebbit/plebchan into development 2024-05-06 22:09:29 +02:00
plebeius.eth 1f4213ae0b perf: apply cachebuster to not found img and board banners 2024-05-06 22:08:49 +02:00
plebeius.eth 0ead6775ae fix 404 check, add 404 page mobile style, fix description/rules custom comment 2024-05-06 22:02:49 +02:00
Tom (plebeius.eth)andGitHub 35ff891c0f Merge pull request #355 from plebbit/master
Merge pull request #354 from plebbit/development
2024-05-06 21:42:22 +02:00
plebeius.eth 5d124d2121 feat: add 'not found' view 2024-05-06 21:40:17 +02:00
plebeius.eth cbc9230ead add missing state strings to post cards, use gray color 2024-05-06 17:02:31 +02:00
plebeius.eth bcad722bcb Update home.tsx 2024-05-06 16:56:22 +02:00
plebeius.eth 7464b970fe style(post): don't show reply button in post page 2024-05-06 16:56:10 +02:00
plebeius.eth edc08ca216 Update home.module.css 2024-05-06 16:20:54 +02:00
plebeius.eth d9ac34ef0f feat(post): choose date/time format from translations locale 2024-05-06 16:17:22 +02:00
plebeius.eth 4756c09796 chore(translations): not moderating, not subscribed, total posts, current users, boards, tracked, interests, random, international, projects 2024-05-05 22:42:31 +02:00
plebeius.eth f045f1698a style(home): show nsfw tag instead of just 'nsfw' 2024-05-05 18:12:51 +02:00
Tom (plebeius.eth)andGitHub 7f58b24de1 Merge pull request #354 from plebbit/development
Development
2024-05-05 17:54:42 +02:00
plebeius.eth 6b71d9009a feat(home): add offline icon for subs in board list 2024-05-05 17:54:09 +02:00
plebeius.eth c33c54613d feat(home): mark board as nsfw if it has at least one of nsfw tags in multisub 2024-05-05 17:22:19 +02:00
plebeius.eth deb17e3be3 Merge branch 'development' of https://github.com/plebbit/plebchan into development 2024-05-05 17:21:01 +02:00
plebeius.eth 61f23443ca fix(app): prevent scrollbar glitch on board layout routes, also hiding unnecessary scrollbar in home 2024-05-05 15:55:24 +02:00
Tom (plebeius.eth)andGitHub 96a4b74fd3 Merge pull request #353 from plebbit/master
Merge pull request #352 from plebbit/development
2024-05-05 15:46:26 +02:00
plebeius.eth 334f0a4d17 Update home.tsx 2024-05-05 15:42:31 +02:00
plebeius.eth 798dfc424f feat(home): add custom hook for stats functionality 2024-05-05 15:28:11 +02:00
plebeius.eth e91bb587a1 fix(embeds): pass origin to youtube or popular videos won't load 2024-05-05 12:35:12 +02:00
plebeius.eth 57fb75d674 remove padding, add translations 2024-05-04 23:01:37 +02:00
plebeius.eth de8107372f feat(home): add multisub boards with categories, subscriptions list, moderating boards list 2024-05-04 22:36:34 +02:00
plebeius.eth 607aad9379 fix(post): limit displayName length 2024-05-04 22:36:10 +02:00
plebeius.eth 9a56924086 revert use titles in board-nav 2024-05-04 21:33:25 +02:00
Tom (plebeius.eth)andGitHub a3eae2aac6 Merge pull request #352 from plebbit/development
Development
2024-05-04 18:04:07 +02:00
plebeius.eth f25978f180 fix(index.html): add no-referrer meta tag to resolve CORP-related media access issues 2024-05-04 18:03:02 +02:00
plebeius.eth 793fb3cb09 forgot 'gif' file type in translations 2024-05-04 17:21:19 +02:00
plebeius.eth 8456588752 chore(translations): gif 2024-05-04 17:20:56 +02:00
plebeius.eth aac20c4671 fix(subplebbit description): prevent escaping characters in translation 2024-05-04 17:01:20 +02:00
plebeius.eth 6aa5f38063 feat(board nav): use titles from multisub 2024-05-04 16:56:49 +02:00
plebeius.eth 80c30c23c7 fix body css and forced yotsuba theme for homepage 2024-05-04 14:01:48 +02:00