Commit Graph

443 Commits

Author SHA1 Message Date
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
7aae9879fe Merge branch 'development' of https://github.com/plebbit/seedit into development 2023-11-20 13:01:10 +01:00
plebeius.eth
e6fd214424 feat(subscribe button): add functional join/leave button 2023-11-20 13:01:05 +01:00
plebeius.eth
62f35ac830 Merge pull request #69 from plebbit/master
Merge pull request #68 from plebbit/development
2023-11-20 12:18:47 +01:00
plebeius.eth
91c196da36 chore(translations): translate time durations 2023-11-20 11:59:48 +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
4aa51a2c65 Merge pull request #68 from plebbit/development
Development
2023-11-19 18:27:19 +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
b772b07689 Merge branch 'development' of https://github.com/plebbit/seedit into development 2023-11-17 18:49:02 +01:00
plebeius.eth
61874382cf feat(subplebbit): add feed sorting 2023-11-17 18:48:59 +01:00
plebeius.eth
a76ae712d5 Merge pull request #67 from plebbit/master
Merge pull request #66 from plebbit/development
2023-11-17 14:39:59 +01:00
plebeius.eth
42fbcc7abd chore(translations): 'failed' 2023-11-17 12:13:43 +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
fda58d2d9f Merge pull request #66 from plebbit/development
Development
2023-11-16 18:06:28 +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
429699df06 Merge pull request #65 from plebbit/master
Update reply-form.tsx
2023-11-15 23:39:57 +01:00
plebeius.eth
c90593eb92 Merge branch 'development' into master 2023-11-15 23:39:39 +01:00
plebeius.eth
a68a8a46d5 Update reply-form.tsx 2023-11-15 23:33:20 +01:00
plebeius.eth
ac70d09047 Merge pull request #64 from plebbit/master
Merge pull request #63 from plebbit/development
2023-11-15 22:26:58 +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