Commit Graph

339 Commits

Author SHA1 Message Date
plebeius.eth
f343a184ca style(sidebar): use text-markdown color 2023-11-21 14:18:34 +01:00
plebeius.eth
f1fd4fb7c8 feat(sidebar): add search bar for feed filtering 2023-11-21 14:15:24 +01:00
plebeius.eth
7943296f3b style(sidebar): add link style to sub creator 2023-11-21 13:49:24 +01:00
plebeius.eth
24770606ec style(sidebar): restyle rules 2023-11-21 13:44:57 +01:00
plebeius.eth
70be116798 fix(topbar): highlight home button only in homepage 2023-11-21 11:24:14 +01:00
plebeius.eth
138feb18e8 feat(home): add sidebar 2023-11-21 11:20:10 +01:00
plebeius.eth
8e80474303 fix(account bar): hide submit button on desktop 2023-11-21 11:11:29 +01:00
plebeius.eth
eaf46eb35b feat(sidebar): add submit a new post button, move create community button next to it 2023-11-21 11:06:57 +01:00
plebeius.eth
0c87e130b1 feat(header): subplebbit avatar replaces seedit logo 2023-11-21 11:03:55 +01:00
plebeius.eth
5c0306e23d feat(header): add subscribe button for mobile 2023-11-20 21:02:26 +01:00
plebeius.eth
0a859c0d2f style(about): add padding 2023-11-20 17:50:52 +01:00
plebeius.eth
0c698ba2ce feat(sidebar): add rules list 2023-11-20 17:45:22 +01:00
plebeius.eth
e6b2cc32d4 feat(sidebar): add moderators list 2023-11-20 16:53:12 +01:00
plebeius.eth
390680aaa5 feat(sidebar): add create community button 2023-11-20 16:43:50 +01:00
plebeius.eth
beae43934c fix(sidebar): use short address for sub creator, only consider owner as creator 2023-11-20 15:34:12 +01:00
plebeius.eth
dc8e7da586 fix(topbar): wrong z-index 2023-11-20 13:58:48 +01:00
plebeius.eth
f0f6d1a065 fix(sidebar): adjust margin if sub has no title 2023-11-20 13:56:14 +01:00
plebeius.eth
a2a6f00c33 style(header): improve flexbox positioning 2023-11-20 13:50:18 +01:00
plebeius.eth
805b42a923 fix(topbar): clicking a subscription should close the dropdown 2023-11-20 13:17:38 +01:00
plebeius.eth
5d2b20d3b2 fix(topbar): subscriptions didn't highlight on hover 2023-11-20 13:03:42 +01:00
plebeius.eth
e6fd214424 feat(subscribe button): add functional join/leave button 2023-11-20 13:01:05 +01:00
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