Commit Graph
1498 Commits
Author SHA1 Message Date
Tom (plebeius.eth) eb9c9c9547 fix eslint 2024-09-21 12:42:15 +02:00
Tom (plebeius.eth) 3bd530024f add no board selected alert, add missing translations 2024-09-20 18:05:33 +02:00
Tom (plebeius.eth) 3c27fd6c31 feat(post form): alert user when submitting a post without media 2024-09-20 17:57:25 +02:00
Tom (plebeius.eth) b3adb6c9a0 Update post-mobile.tsx 2024-09-20 16:16:09 +02:00
Tom (plebeius.eth) c58a6bceec feat(reply modal): add autofocus on mobile 2024-09-20 15:38:16 +02:00
Tom (plebeius.eth) f80f6369a5 fix(post form): emptying out the fields and posting could result in "empty string" error 2024-09-20 12:21:55 +02:00
Tom (plebeius.eth) e1faf55f12 forgot await 2024-09-20 12:14:21 +02:00
Tom (plebeius.eth) 81e2c0ffcb fix displayName 2024-09-19 21:07:45 +02:00
Tom (plebeius.eth) bb976409ff fix(anon mode): user id could change for pending post, name field could bug out 2024-09-19 17:33:00 +02:00
Tom (plebeius.eth) b18c1bc491 fix(edit menu): modal could appear opaque 2024-09-18 17:08:42 +02:00
Tom (plebeius.eth) a81b159bd0 style(edit menu): font color was too dark in tomorrow theme 2024-09-18 17:04:06 +02:00
Tom (plebeius.eth) 41c8f9dff8 style(post): collapse reply if it's deleted or removed 2024-09-18 16:38:19 +02:00
Tom (plebeius.eth) dcd970c706 fix replycount of description post 2024-09-18 12:37:39 +02:00
Tom (plebeius.eth) 2390238a10 fix(post menu mobile): "view on" links were broken 2024-09-17 18:03:44 +02:00
Tom (plebeius.eth) 7742e1c9b0 fix(catalog): greentext and markdown styling shouldn't appear 2024-09-17 17:03:59 +02:00
Tom (plebeius.eth) 8c91219134 style(markdown): render headers as paragraphs 2024-09-17 17:02:58 +02:00
Tom (plebeius.eth) fa86c3631f remove ugly alerts 2024-09-16 16:57:08 +02:00
Tom (plebeius.eth) 7497daa4d0 fix eslint 2024-09-15 21:38:16 +02:00
Tom (plebeius.eth) b363c27108 style(board): show rules under description 2024-09-15 21:27:32 +02:00
Tom (plebeius.eth) cccdad173d Update board-buttons.tsx 2024-09-13 12:01:56 +02:00
Tom (plebeius.eth) 664a33482f move filters to interface settings, enable for all feeds 2024-09-12 21:22:22 +02:00
Tom (plebeius.eth) f9c82bccfd add 'coming soon' alert to inactive buttons 2024-09-12 11:57:24 +02:00
Tom (plebeius.eth) f232890172 remove opacity to disabled buttons, it looks distracting 2024-09-11 21:24:49 +02:00
Tom (plebeius.eth) ac232c430f add translation 2024-09-10 19:19:39 +02:00
Tom (plebeius.eth) b38948bbc9 feat(catalog filters): add "filtered threads" count 2024-09-10 19:16:13 +02:00
Tom (plebeius.eth) e068db9743 fix(post): anon ID could be wrong while post is pending 2024-09-10 15:27:43 +02:00
Tom (plebeius.eth) 7d2bd38f58 fix(post): "(You)" wasn't appearing for comments published in anon mode by user 2024-09-08 16:58:25 +02:00
Tom (plebeius.eth) c1910c9788 fix(post): special characters in content could overflow 2024-09-08 13:39:27 +02:00
Tom (plebeius.eth) a7839e4e25 style(topbar): add Create and Vote for clarity, with "disabled" styling 2024-09-08 10:41:39 +02:00
Tom (plebeius.eth) cb97b67cde style(post mobile): improve buttons positioning, add Update and Auto buttons for clarity 2024-09-08 10:41:08 +02:00
Tom (plebeius.eth) 4664206e77 feat(post): show media dimensions if available 2024-09-07 14:11:33 +02:00
Tom (plebeius.eth) 5bcfda6908 fix(post): incorrect spacing on enlarged images 2024-09-07 13:45:31 +02:00
Tom (plebeius.eth) b8fc7fbe2c fix(settings): closing modal could close app 2024-09-06 16:30:46 +02:00
Tom (plebeius.eth) cb6fd503d7 style(settings modal): fix dark mode colors 2024-09-05 15:58:49 +02:00
Tom (plebeius.eth) d81165ef0f refactor styling 2024-09-04 20:48:20 +02:00
Tom (plebeius.eth) 9191dd7cae fix catalog gifs 2024-09-04 17:29:48 +02:00
Tom (plebeius.eth) 5a56016c85 fix(post): some gifs would appear animated before expanded 2024-09-04 17:15:11 +02:00
Tom (plebeius.eth) 385acb08fd fix(board buttons): buttons would wrap incorrectly on small window width 2024-09-04 16:47:28 +02:00
Tom (plebeius.eth) ca0020f2c5 fix(post mobile): tooltip for title wasn't centered 2024-09-04 16:35:47 +02:00
Tom (plebeius.eth) fcd1ce65fb fix edit menu logic 2024-09-04 16:15:47 +02:00
Tom (plebeius.eth) 14f3f04137 enable editing comments published in anon mode 2024-09-03 22:06:07 +02:00
Tom (plebeius.eth) 0018df7f8a default gif type to "gif" instead of "static gif" 2024-09-03 14:27:29 +02:00
Tom (plebeius.eth) c4a5fe37b0 add translations 2024-09-03 11:24:17 +02:00
Tom (plebeius.eth) d52c29f781 fix(edit menu): textarea to edit content was too small 2024-09-03 11:12:19 +02:00
Tom (plebeius.eth) 37e45c115b Update post-mobile.tsx 2024-09-03 10:23:50 +02:00
Tom (plebeius.eth) 2b9e3c1f9c add translations 2024-09-03 10:21:53 +02:00
Tom (plebeius.eth) 5b7acbc568 feat(settings): add option to hide avatars 2024-09-03 10:14:15 +02:00
Tom (plebeius.eth) 2590a9c096 fix(post): "c/Pending" could appear on first render 2024-09-02 17:15:41 +02:00
Tom (plebeius.eth) 0babf71f8c remove dot after reason
https://github.com/plebbit/plebchan/issues/487#issuecomment-2323114180
2024-09-01 19:57:26 +02:00
Tom (plebeius.eth) 46898c15dc fix eslint 2024-08-31 15:38:36 +02:00