Commit Graph

1410 Commits

Author SHA1 Message Date
Tom (plebeius.eth)
241afff863 Merge pull request #296 from plebbit/master
Merge pull request #295 from plebbit/development
2024-03-10 21:13:27 +01:00
Tom (plebeius.eth)
02471787a4 Merge pull request #295 from plebbit/development
Development
2024-03-10 21:12:23 +01:00
plebeius.eth
d15fe5d518 remove redundant useEffect 2024-03-09 20:41:33 +01:00
plebeius.eth
54d30e9fc5 fix warning 2024-03-09 20:02:22 +01:00
plebeius.eth
f174602c81 feat(settings): add link to nft whitelist 2024-03-09 17:16:15 +01:00
plebeius.eth
de1d09116c Update mod-menu.tsx 2024-03-09 15:54:56 +01:00
plebeius.eth
22beb4e0ea feat(mod menu): community moderators can ban their users 2024-03-09 15:44:50 +01:00
plebeius.eth
b9d050c87c feat(context): allow any number as post context, always showing the top level reply 2024-03-09 12:06:40 +01:00
plebeius.eth
7fb2f79cef style(markdown): add line height to posts and replies only 2024-03-08 19:34:39 +01:00
plebeius.eth
ed02146103 fix(markdown): replies had incorrect white-space and double returns needed margin on posts 2024-03-08 19:07:43 +01:00
plebeius.eth
400b4f2f43 fix(post): clicking near the 'comments' button would add the dotted border 2024-03-08 16:23:34 +01:00
Tom (plebeius.eth)
efcfe46465 Merge pull request #289 from plebbit/master
Development
2024-03-06 22:15:52 +01:00
plebeius.eth
29b5f72b24 fix(reply): spoiler styling couldn't be clicked 2024-03-06 22:15:05 +01:00
plebeius.eth
ff4a97b9b4 fix(posts): limit display name character count 2024-03-06 14:43:59 +01:00
plebeius.eth
13b7b94a53 fix(inbox): show parent buttons were clickable outside of their space 2024-03-06 10:57:04 +01:00
plebeius.eth
4bf7b8ca64 chore(package.json): v0.1.7 v0.1.7 2024-03-06 10:10:52 +01:00
Tom (plebeius.eth)
8a0cd8e508 Merge pull request #287 from plebbit/development
Development
2024-03-06 10:08:46 +01:00
plebeius.eth
ff9d1fe63a update comment tools 2024-03-06 08:00:06 +01:00
plebeius.eth
6516245abf refactor: use query string for context route 2024-03-05 21:33:21 +01:00
plebeius.eth
2490bc35f4 feat(post): if post is removed, show locked info banner 2024-03-05 16:47:48 +01:00
plebeius.eth
d6778a73f8 Update comment-tools.tsx 2024-03-05 16:40:54 +01:00
plebeius.eth
6e341e33fc fix: disable buttons for comments that are failed, remove duplicate label from reply 2024-03-05 15:21:23 +01:00
plebeius.eth
a9d2268208 style(mod menu): a pinned reply is 'stickied comment' not 'announcement' 2024-03-05 10:50:01 +01:00
plebeius.eth
a296af5eee chore(package.json): update build-netlify script 2024-03-04 22:04:08 +01:00
plebeius.eth
365b40d362 feat(app): redirect to link with hash on first load 2024-03-04 19:13:36 +01:00
plebeius.eth
68f586575d style: update design for 'last edited' in posts and replies 2024-03-04 15:29:52 +01:00
Tom (plebeius.eth)
405062ca24 Merge pull request #281 from plebbit/master
Development
2024-03-04 10:24:31 +01:00
plebeius.eth
7854cfca88 chore(package.json): upgrade electron v0.1.6 2024-03-03 17:01:30 +01:00
plebeius.eth
979e3f8732 update changelog 2024-03-03 16:37:38 +01:00
plebeius.eth
ff53ae051e Revert "perf(subplebbit settings): remove unnecessary useEffect"
This reverts commit 57c5903508.
2024-03-03 14:40:25 +01:00
Tom (plebeius.eth)
794ac7e357 Merge pull request #280 from plebbit/development
Development
2024-03-03 14:14:54 +01:00
plebeius.eth
1c4883e83f perf(settings): use default value and inline fallback for dynamic strings, instead of useEffect 2024-03-03 13:37:33 +01:00
plebeius.eth
a2ade9fc65 perf(settings): remove unnecessary useEffect from crypto address and displayName functions 2024-03-03 13:14:40 +01:00
plebeius.eth
55a30e87c1 feat(topbar): add create community button to 'my communities' dropdown, so it's easier to find on mobile 2024-03-03 11:40:29 +01:00
plebeius.eth
57c5903508 perf(subplebbit settings): remove unnecessary useEffect 2024-03-02 21:21:38 +01:00
plebeius.eth
caa5390d99 perf(media utils): memoize link media info 2024-03-02 21:21:10 +01:00
plebeius.eth
f6caf90d8d perf(inbox): memoize filters to avoid recalculation at every render 2024-03-02 21:07:39 +01:00
plebeius.eth
121d10a656 refactor(edit menu): remove unnecessary useEffect 2024-03-02 20:53:19 +01:00
plebeius.eth
6348d68c4a refactor: rename edit-form to comment-edit-form 2024-03-02 18:19:55 +01:00
plebeius.eth
81148f8710 remove alt values to img elements 2024-03-02 18:15:23 +01:00
plebeius.eth
0aef1bf183 style(post): improve avatar padding 2024-03-02 18:11:03 +01:00
plebeius.eth
d7965ef9ec chore(translations): missing token address, missing token id, missing signature 2024-03-02 17:47:35 +01:00
plebeius.eth
62c57cbc32 chore(translations): chain ticker, token address whitelist, token id, paste signature, copy message etherscan, copy, copied, missing chain ticker 2024-03-02 17:29:40 +01:00
plebeius.eth
b3df34252c Merge branch 'development' of https://github.com/plebbit/seedit into development 2024-03-02 11:34:44 +01:00
Tom (plebeius.eth)
7802b1b8c2 Merge pull request #279 from plebbit/master
Development
2024-03-02 11:05:30 +01:00
plebeius.eth
7cb718c7f4 adjust space for avatar 2024-03-02 11:05:07 +01:00
plebeius.eth
4e8142cd21 fix: loading avatar should have empty space 2024-03-01 21:38:33 +01:00
plebeius.eth
c13c3de29f style(reply): remove redundant space before avatar 2024-03-01 21:32:30 +01:00
Esteban Abaroa
772527497a refactor: fix plebbit-js import errors 2024-03-01 03:04:44 +00:00
Esteban Abaroa
8df65ff380 chore(package.json): upgrade plebbit-react-hooks 2024-03-01 02:30:48 +00:00