Commit Graph

318 Commits

Author SHA1 Message Date
plebeius.eth
f6aa70be9d feat(time utils): differentiate between 'time ago' adding function for formatted time duration 2023-11-20 11:37:58 +01:00
plebeius.eth
c09bae351c feat(user utils): find subplebbit creator for sidebar 'created by' 2023-11-20 11:35:36 +01:00
plebeius.eth
be64158386 chore: fix eslint, prettify 2023-11-19 20:56:24 +01:00
plebeius.eth
6194130d72 fix(header): don't select sort type in mobile about page 2023-11-19 18:16:34 +01:00
plebeius.eth
b1c4b9ba84 feat(about): add about view for sidebar on mobile 2023-11-19 18:14:29 +01:00
plebeius.eth
3e1ab752aa feat(sidebar): add sidebar 2023-11-19 17:01:07 +01:00
plebeius.eth
6a69f4e9e8 fix(header): fix buttons positioning, header title size, container height on mobile 2023-11-18 18:09:08 +01:00
plebeius.eth
13f50a7494 fix(account bar): link to subplebbit-specific submit route 2023-11-17 21:33:54 +01:00
plebeius.eth
61874382cf feat(subplebbit): add feed sorting 2023-11-17 18:48:59 +01:00
plebeius.eth
a14a93da03 fix(subplebbit): don't render ellipsis for failed string 2023-11-17 12:12:39 +01:00
plebeius.eth
1816c30a13 fix(label): wrap for padding, add failed label to feed posts and pending posts, darker colors for dark mode 2023-11-17 12:05:01 +01:00
plebeius.eth
c7398014b2 perf(post): use verified addresses with css effect to avoid virtuoso glitch 2023-11-16 20:29:17 +01:00
plebeius.eth
d599b49ba8 fix(loading ellipsis): sometimes would display misaligned 2023-11-16 20:28:38 +01:00
plebeius.eth
98855537fc feat(label): add failed label for replies, improve position 2023-11-16 17:53:43 +01:00
plebeius.eth
17d4ba80df refactor(post tools): move labels to label component 2023-11-16 17:22:01 +01:00
plebeius.eth
8cb421b56e fix(submit): use onChange for publishComment store, fix undefined, fix dropdown conditional rendering 2023-11-16 17:09:44 +01:00
plebeius.eth
0bb9cfba9a feat(reply): add state string to pending replies 2023-11-16 13:40:17 +01:00
plebeius.eth
eaa163aecc refactor(reply): abstract media rendering into ReplyMedia component 2023-11-16 12:11:42 +01:00
plebeius.eth
1dddc95d9b refactor(post tools): optimize by conditionally rendering labels 2023-11-16 11:49:29 +01:00
plebeius.eth
aee35ef435 refactor(post): replace inline style with css modules 2023-11-16 11:38:25 +01:00
plebeius.eth
21b52bfa28 refactor(topbar): replace inline style with css modules 2023-11-16 10:29:33 +01:00
plebeius.eth
674b6b54f7 refactor(reply form): replace inline style with css modules 2023-11-16 10:12:11 +01:00
plebeius.eth
9cf4e5e351 refactor(thumbnail): replace inline style with css modules 2023-11-16 09:42:39 +01:00
plebeius.eth
f6a6b69c6e refactor(header): replace inline style with css modules 2023-11-16 09:42:27 +01:00
plebeius.eth
01f3c29aeb refactor(account bar): rename state, use css modules for visibility instead of inline styling 2023-11-16 09:08:27 +01:00
plebeius.eth
00c2e42959 Update reply-form.tsx 2023-11-15 23:51:34 +01:00
plebeius.eth
764708f83c Update reply-form.tsx 2023-11-15 22:23:26 +01:00
plebeius.eth
a4a93a8ce3 feat(reply form): add options button to show or hide spoiler and url fields 2023-11-15 22:22:41 +01:00
plebeius.eth
fe82d0a79c feat(submit): typing sub address shows a dropdown with possible matches of default sub addresses 2023-11-15 21:57:45 +01:00
plebeius.eth
d88f6e3648 fix(submit): default selected subplebbit title if not found, add margin 2023-11-15 21:12:58 +01:00
plebeius.eth
5359a6919c style(themes): update green color 2023-11-15 13:10:17 +01:00
plebeius.eth
b02efbeb5c docs(submit): add comment for pending redirect 2023-11-15 13:06:02 +01:00
plebeius.eth
200f63ec73 refactor(reply): better variable names 2023-11-15 12:42:26 +01:00
plebeius.eth
e5fb3bc8a2 refactor(post): inprecise variable 2023-11-15 12:37:27 +01:00
plebeius.eth
d6631745eb refactor(header): remove absolute path 2023-11-15 12:36:05 +01:00
plebeius.eth
383073d7f3 docs(home): inform the user that default subs are not found 2023-11-15 12:28:29 +01:00
plebeius.eth
5c44c1c0c5 style(submit): add break word for long rules 2023-11-15 10:29:16 +01:00
plebeius.eth
21477c1271 style(challenge modal): improve design 2023-11-15 09:29:09 +01:00
plebeius.eth
11ef07be23 style(challenge modal): improve design consistency 2023-11-14 22:38:14 +01:00
plebeius.eth
c81a648ef8 refactor(url utils): move isvalidurl, don't validate ens and ipfs 2023-11-14 22:24:16 +01:00
plebeius.eth
b32a55375d fix(post tools): fix labels spacing 2023-11-14 18:50:39 +01:00
plebeius.eth
c21dd5606f fix(account bar): search bar text overlapped icon 2023-11-14 18:17:36 +01:00
plebeius.eth
233ff9ae13 typo 2023-11-14 18:06:08 +01:00
plebeius.eth
8c1dd57ff6 refactor(reply form): disable rendering for url and spoiler fields, they should be hidden in some options dropdown 2023-11-14 18:00:06 +01:00
plebeius.eth
3285e7dd2f fix(reply form): textarea overflowed on mobile 2023-11-14 17:54:10 +01:00
plebeius.eth
920af28137 style: add loading-ellipsis for state strings 2023-11-14 16:19:56 +01:00
plebeius.eth
bab7092f50 fix(post tools): default replycount to zero if isNaN 2023-11-14 15:57:40 +01:00
plebeius.eth
0a10908edb chore(translations): 'rules for' 2023-11-14 15:57:09 +01:00
plebeius.eth
30f2ecbbcc style(post tools): add dark color to pending label 2023-11-14 15:35:25 +01:00
plebeius.eth
42b4bcec5d feat(submit): show subplebbit rules if any as the user types a valid subplebbit address 2023-11-14 15:29:56 +01:00