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)
|
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)
|
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)
|
0018df7f8a
|
default gif type to "gif" instead of "static gif"
|
2024-09-03 14:27:29 +02:00 |
|
Tom (plebeius.eth)
|
45eccb7a46
|
Update post-form.tsx
|
2024-08-30 12:09:31 +02:00 |
|
Tom (plebeius.eth)
|
3d2d510259
|
fix(post form): user could post empty comment using spaces
|
2024-08-29 17:48:34 +02:00 |
|
Tom (plebeius.eth)
|
c521ccbc2e
|
feat(markdown): when the user is publishing a comment, automatically format it to follow markdown rules
|
2024-08-27 18:46:42 +02:00 |
|
Tom (plebeius.eth)
|
38790a2596
|
fix(markdown): users couldn't include empty lines in the post content
|
2024-08-26 13:52:00 +02:00 |
|
Tom (plebeius.eth)
|
449cd967ec
|
fix displayname in post form, anon mode
|
2024-08-25 19:37:04 +02:00 |
|
Tom (plebeius.eth)
|
899239e10e
|
fix anon mode
|
2024-08-25 18:58:38 +02:00 |
|
Tom (plebeius.eth)
|
dddcc85d99
|
fix anon mode bug with post form for posts
|
2024-08-15 16:43:35 +02:00 |
|
Tom (plebeius.eth)
|
43561e9077
|
fix couldn't change displayName more than once on anon mode
|
2024-08-12 21:55:52 +02:00 |
|
Tom (plebeius.eth)
|
188d7b73b1
|
fix anon mode was altering comment.author
|
2024-08-08 17:48:45 +02:00 |
|
Tom (plebeius.eth)
|
6fe0157efc
|
fix signer when anon mode is off
|
2024-08-07 16:25:53 +02:00 |
|
Tom (plebeius.eth)
|
a39262865d
|
retrieve full signer objects to reuse anon mode address in own thread
|
2024-08-06 22:18:02 +02:00 |
|
Tom (plebeius.eth)
|
5095e0e3b9
|
fix(pending post page): opening settings would change theme
|
2024-08-06 22:03:19 +02:00 |
|
Tom (plebeius.eth)
|
62e041ae91
|
rename file
|
2024-08-06 21:57:28 +02:00 |
|
Tom (plebeius.eth)
|
19d7475470
|
fix signer asynchronicity for anon mode
|
2024-08-06 21:51:45 +02:00 |
|
Tom (plebeius.eth)
|
db67a9452c
|
feat(settings): add anon mode - automatically use a different user ID in each thread
|
2024-08-06 20:12:07 +02:00 |
|
Tom (plebeius.eth)
|
4103fabb12
|
feat(post form): add link media info for static or animated gifs
|
2024-08-03 22:41:40 +02:00 |
|
Tom (plebeius.eth)
|
84abe902c4
|
fix: "this thread is closed" didn't appear instantly after mod edit
|
2024-07-19 22:13:51 +02:00 |
|
Tom (plebeius.eth)
|
fe434cb634
|
feat(board header): add yellow offline icon for loading online status, red icon for offline status
|
2024-07-09 14:59:18 +02:00 |
|
Tom (plebeius.eth)
|
9f7544936e
|
feat: use red offline icon for subplebbits that are most likely offline (ipns record fails to update)
|
2024-07-07 20:02:58 +02:00 |
|
Tom (plebeius.eth)
|
74d394ab99
|
Update post-form.tsx
|
2024-06-27 20:56:02 +02:00 |
|
Tom (plebeius.eth)
|
5276f0ad43
|
feat(board header): add sub online status info to offline icon title
|
2024-06-27 14:03:38 +02:00 |
|
Tom (plebeius.eth)
|
22c1acdd3d
|
feat(subplebbit): add automatic theme based on nsfw or sfw tags
|
2024-06-17 12:17:36 +02:00 |
|
Tom (plebeius.eth)
|
937abf8dca
|
fix: don't show 'sub might be offline' alert in multisubs
|
2024-06-12 17:38:22 +02:00 |
|
Tom (plebeius.eth)
|
a048887a58
|
fix: link type in post form should be next to link field
|
2024-06-11 21:09:48 +02:00 |
|
Tom (plebeius.eth)
|
b25899ef3e
|
chore: add translations
|
2024-06-09 16:10:52 +02:00 |
|
Tom (plebeius.eth)
|
d71889a3de
|
feat(reply modal): show alert before posting if subplebbit might be offline
|
2024-06-08 21:33:56 +02:00 |
|
Tom (plebeius.eth)
|
a2c1ec441f
|
feat: add offline icon to board title, show alert before posting if sub appears offline
|
2024-06-08 21:22:17 +02:00 |
|
Tom (plebeius.eth)
|
d4927e7162
|
chore: add translations
|
2024-05-31 17:09:20 +02:00 |
|
Tom (plebeius.eth)
|
088a887686
|
chore: add translations
|
2024-05-31 16:51:22 +02:00 |
|
Tom (plebeius.eth)
|
6223cb0b24
|
feat(post form): add row for link type, add spoiler option
|
2024-05-31 16:10:38 +02:00 |
|
Tom (plebeius.eth)
|
c5d55a9dd5
|
feat(reply modal): add link type previewer, spoiler option
|
2024-05-31 15:45:48 +02:00 |
|
Tom (plebeius.eth)
|
bc74a9ff77
|
feat(board buttons): improve layout, increase dimensions of post form on mobile, add refresh buttons
|
2024-05-31 15:16:21 +02:00 |
|
Tom (plebeius.eth)
|
cd6e56a704
|
refactor: add 'stores' folder and move challenges store
|
2024-05-31 10:28:57 +02:00 |
|
plebeius.eth
|
25e261bb55
|
fix eslint
|
2024-05-17 16:12:50 +02:00 |
|
plebeius.eth
|
474dede5db
|
feat(board nav): order board list by multisub category
|
2024-05-17 16:10:38 +02:00 |
|
plebeius.eth
|
82fe238979
|
feat(multisubs): add subplebbit address in post info
|
2024-05-17 15:29:03 +02:00 |
|
plebeius.eth
|
797d665150
|
feat(post form): enable posting from p/all or p/subscriptions
|
2024-05-17 14:56:09 +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
|
359031c1df
|
fix(post form): close after publish, reset fields
|
2024-05-06 22:49:23 +02:00 |
|
plebeius.eth
|
5a45e27841
|
add autofocus, update themes, translate 'submit'
|
2024-04-29 14:53:46 +02:00 |
|
plebeius.eth
|
6708a74c1e
|
Update post-form
|
2024-04-28 17:12:19 +02:00 |
|
plebeius.eth
|
cf7d59c9b8
|
feat(post form): add reply publishing in post page
|
2024-04-27 12:41:54 +02:00 |
|