Commit graph

261 commits

Author SHA1 Message Date
silverpill
ec7827948d Increase post character limit 2022-02-06 18:24:29 +00:00
silverpill
b52a2f947c Wait for approval tx confirmation when paying for subscription 2022-02-06 15:16:16 +00:00
silverpill
67cd088ffa Enable subscription payments 2022-02-06 11:36:26 +00:00
silverpill
16b32ac00c Define contract names at client side 2022-02-06 11:25:13 +00:00
silverpill
03f20ed0c1 Add support for subscribers-only posts 2022-02-06 11:25:13 +00:00
silverpill
bb7841c0df Show subscription badge on profile page 2022-02-06 11:25:13 +00:00
silverpill
73f7a3c358 Add items to profile menu for setting up paid subscription 2022-02-06 11:24:57 +00:00
silverpill
dbfb707dbb Show "follows you" badge on profile page 2022-02-04 21:11:08 +00:00
silverpill
8bd2871175 Update profile page design 2022-02-04 21:06:21 +00:00
silverpill
8aec7dd5c6 Refactor mintToken() method 2022-01-29 18:24:42 +00:00
silverpill
44e2fb1624 Allow code blocks in posts 2022-01-28 00:31:10 +00:00
silverpill
3a33d057c0 Fix alignment of dropdown menu on profile page 2022-01-27 19:11:14 +00:00
silverpill
7d1a6d9efb Add title attribute to reply mentions in post subheader 2022-01-27 18:18:50 +00:00
silverpill
7d4d9d31a4 Update type definition for Instance API response 2022-01-26 00:20:31 +00:00
silverpill
0abb2b4bef Fix styling of lists inside posts 2022-01-21 12:39:23 +00:00
silverpill
5280ffd3d8 Show all images attached to a post 2022-01-17 11:31:50 +00:00
silverpill
7cf63c9333 Allow to create posts with followers-only visibility setting 2022-01-15 19:39:37 +00:00
silverpill
4dbb59c587 Add mentions field to PostData object 2022-01-15 16:41:49 +00:00
silverpill
1f01f6c60d Add link to remote profile to profile menu 2022-01-15 01:37:06 +00:00
silverpill
7b04cdfebe Use <button> element for buttons instead of <a> 2022-01-15 01:21:59 +00:00
silverpill
b956df3479 Enable pagination at notifications page 2022-01-14 21:49:53 +00:00
silverpill
9364b2ff55 Disable like button if post is not public 2022-01-14 19:17:18 +00:00
silverpill
b39f4270d2 Hide "Save to IPFS" item from post menu if it is not public 2022-01-14 16:11:32 +00:00
silverpill
58fa80cc2b Fix overflow in code blocks 2022-01-14 16:02:22 +00:00
silverpill
a4587427ac Show reply, repost and reaction counters to unauthenticated users 2022-01-13 22:57:31 +00:00
silverpill
437406a578 Change reply icon 2022-01-13 22:57:30 +00:00
silverpill
213db9a0d4 Show mentions in post subheader 2022-01-13 22:57:23 +00:00
silverpill
3857d45b31 Change icon for 'direct' post visibility 2022-01-12 00:14:50 +00:00
silverpill
89cdcba68b Preserve visibility settings when replying to post 2022-01-09 12:09:56 +00:00
silverpill
f9f2e40ad0 Fix button name on profile directory page 2022-01-08 19:25:50 +00:00
silverpill
420e51f833 Allow to set visibility in post editor 2022-01-07 22:16:52 +00:00
silverpill
db234bd01b Remove token from local storage on auth failures 2022-01-03 16:38:26 +00:00
silverpill
1ffaf9a08c Prevent text from wrapping in notification date 2022-01-03 16:23:07 +00:00
silverpill
12d01bada0 Include profile link in post action messages 2022-01-02 23:23:35 +00:00
silverpill
d8a0103115 Show full actor address in ProfileListItem component 2022-01-02 23:00:27 +00:00
silverpill
d440b91033 Add followers and following lists to profile page 2022-01-02 22:35:27 +00:00
silverpill
1c50089734 Create ProfileListItem component 2022-01-02 19:41:14 +00:00
silverpill
8283f5cc05 Make actor address selectable on profile page 2022-01-02 17:11:24 +00:00
silverpill
eb2206dc20 Use ethereum grant type for getting auth token 2021-12-24 18:14:17 +00:00
silverpill
956776e24f Fix follow notification styles 2021-12-22 04:43:24 +03:00
silverpill
4699e89719 Select actor address in post component on click 2021-12-21 20:24:03 +00:00
silverpill
f7e153883a Show full actor address instead of "acct" value 2021-12-21 20:17:22 +00:00
silverpill
48198ddf62 Enable pagination on profile directory page 2021-12-16 23:26:48 +00:00
silverpill
6e9ea6f4c4 Hide repost and like buttons when user is not logged in 2021-12-16 20:57:17 +00:00
silverpill
d1ac840e4a Enable pagination on profile timeline 2021-12-14 16:00:58 +00:00
silverpill
112cf150ba Refactor home and tag timeline pages 2021-12-14 15:48:29 +00:00
silverpill
f0c8018e20 Update vue to latest version 2021-12-14 15:41:58 +00:00
silverpill
3310bb321a Add tag timeline page 2021-12-12 18:45:33 +00:00
silverpill
41ac059936 Set page size when making timeline requests 2021-12-12 17:35:32 +00:00
silverpill
d08936f476 Add target=_blank and rel=noreferrer to mentions 2021-12-11 22:54:08 +00:00