Commit Graph
1931 Commits
Author SHA1 Message Date
plebeius.eth 9117173249 forgot padding 2024-05-16 09:49:16 +02:00
plebeius.eth aa93680611 Update settings-modal.tsx 2024-05-15 22:23:11 +02:00
plebeius.eth 35ccc81465 Update crypto-address-setting.module.css 2024-05-15 22:22:09 +02:00
Tom (plebeius.eth)andGitHub a815cf0c84 Merge pull request #362 from plebbit/development
Development
2024-05-15 22:16:31 +02:00
plebeius.eth 3ff563fc80 chore: update translations 2024-05-15 22:16:00 +02:00
plebeius.eth ae02eba4df feat(settings): add crypto wallets 2024-05-15 22:12:32 +02:00
plebeius.eth 61a180e0b3 chore: update translations 2024-05-15 21:43:04 +02:00
plebeius.eth 7d9fd2cce7 update settings 2024-05-15 21:20:14 +02:00
plebeius.eth 4e68b0c1c3 Merge branch 'development' of https://github.com/plebbit/plebchan into development 2024-05-15 16:54:58 +02:00
plebeius.eth c6265e8694 refactor(account settings): move settings components out of modal component 2024-05-15 16:54:55 +02:00
Tom (plebeius.eth)andGitHub 0b19bbcc65 Merge pull request #361 from plebbit/master
Merge pull request #360 from plebbit/development
2024-05-15 16:17:45 +02:00
plebeius.eth cc06d54c81 fix(post): post menu position was wrong on some browsers 2024-05-15 16:17:14 +02:00
plebeius.eth 21580fd074 style(themes): add opacity to post menu buttons 2024-05-15 16:16:33 +02:00
plebeius.eth 6081f5c7fa style(reply modal): remove comment placeholder, adjust height 2024-05-15 15:00:12 +02:00
plebeius.eth 794c168868 style(reply modal): adjust line height 2024-05-14 22:47:03 +02:00
plebeius.eth 148e6f1989 fix(reply modal): improve c/parentCid styling in textarea 2024-05-14 22:43:21 +02:00
plebeius.eth 9b85416a57 move hook 2024-05-14 22:26:50 +02:00
Tom (plebeius.eth)andGitHub cd2dd126ab Merge pull request #360 from plebbit/development
Development
2024-05-13 09:09:27 +02:00
plebeius.eth 26b1e06614 update account settings design 2024-05-10 22:23:18 +02:00
plebeius.eth b2bfc2440d feat(settings): add account data settings 2024-05-10 21:58:45 +02:00
plebeius.eth 924e35dc4f chore(translations): delete confirm, double confirm 2024-05-10 21:58:21 +02:00
plebeius.eth 4d0baffd09 refactor(home): use hook to fetch popular posts 2024-05-10 21:47:00 +02:00
Tom (plebeius.eth)andGitHub 163c0a1393 Merge pull request #359 from plebbit/master
Merge pull request #358 from plebbit/development
2024-05-10 17:04:22 +02:00
plebeius.eth 23918dd01c add settings translations, assets, styling 2024-05-10 17:03:33 +02:00
plebeius.eth ca22841ea4 feat(settings): add 'check for updates' button 2024-05-10 12:46:52 +02:00
plebeius.eth 6a49363fc0 style(reply modal): add background color to c/parentCid 2024-05-09 22:55:57 +02:00
plebeius.eth f26bcfeced style(reply modal): add c/shortParentCid to textarea 2024-05-09 22:25:06 +02:00
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
Tom (plebeius.eth)andGitHub e187dd5640 Merge pull request #358 from plebbit/development
Development
2024-05-09 15:14:57 +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