Commit graph

203 commits

Author SHA1 Message Date
silverpill
89ccba3201 Fix OOM errors during compilation
Disabled "modern" builds because they significantly increase memory consumption.
Disabled type checker during production builds.
2022-05-21 00:04:21 +00:00
silverpill
cfb7bf26c1 Require verified ethereum address when working with subscriptions 2022-05-21 00:04:21 +00:00
silverpill
be63806e9d Create subscription management view 2022-05-21 00:04:17 +00:00
silverpill
35496116cd Enable reactive variables 2022-05-18 20:09:52 +00:00
silverpill
461319a343 Migrate to Vue CLI v5 2022-05-18 18:14:47 +00:00
silverpill
dee1cfa691 Fix greentext processor 2022-05-16 14:39:00 +00:00
silverpill
caf7b28b22 Resize post form after submitting 2022-05-15 22:21:25 +00:00
silverpill
2630d11b14 Bump version to 0.6.0 2022-05-13 23:24:04 +00:00
silverpill
80e3c2c790 Enable greentext 2022-05-13 22:02:29 +00:00
silverpill
fd1b8ee0e8 Catch and redirect clicks on inline mentions 2022-05-12 22:27:34 +00:00
silverpill
db16d94c0b Add catch-all route 2022-05-12 20:17:07 +00:00
silverpill
28b5ac9215 Fix landing page layout 2022-05-12 18:49:21 +00:00
silverpill
13253a3f19 Show 'edited' label if post has been edited 2022-05-11 13:41:13 +00:00
silverpill
24c4949b40 Strip 0x prefix from transaction ID 2022-05-10 22:17:32 +00:00
silverpill
def184af24 Add local timeline 2022-05-09 13:50:34 +00:00
silverpill
5a331819fe Update allow-scripts package 2022-04-30 14:39:59 +00:00
silverpill
052e46c1d7 Update readme 2022-04-30 12:08:56 +00:00
silverpill
5c63894627 Update caniuse database 2022-04-30 09:30:17 +00:00
silverpill
0e1040a985 Use <menu> element to represent dropdown menus 2022-04-30 09:27:03 +00:00
silverpill
3809d9126d Add menu item for ethereum address verification 2022-04-27 21:54:45 +00:00
silverpill
609d7b0ae8 Add Atom feed link to profile menu 2022-04-14 23:31:46 +00:00
silverpill
85cd892827 Fix npm audit warnings 2022-04-14 22:58:59 +00:00
silverpill
f1d08380c8 Update createRepost() function to return original post 2022-04-07 20:22:53 +00:00
silverpill
c74edb5228 Fix npm audit warnings 2022-03-18 07:34:47 +00:00
silverpill
37819231d6 Add profile menu items for hiding/showing replies 2022-03-09 20:48:22 +00:00
silverpill
606c9412ce Fix text overflow in post attachments 2022-03-04 22:37:37 +00:00
silverpill
18043a3491 Use <video> element to display videos 2022-02-23 17:37:50 +00:00
silverpill
838f76b17d Add profile menu items for hiding/showing reposts 2022-02-23 01:03:48 +00:00
silverpill
b98e2db452 Change color of links in posts 2022-02-16 22:39:57 +00:00
silverpill
337e3f0c6e Update page title and description 2022-02-16 19:18:08 +00:00
silverpill
a8c10d83c4 Add href attribute to post timestamp element 2022-02-16 18:55:27 +00:00
silverpill
88bdd69233 Remove duplicate mentions when preparing reply 2022-02-16 17:13:09 +00:00
silverpill
685ca20bb2 Disable password generation at signup 2022-02-15 20:23:09 +00:00
silverpill
c778025899 Create EIP-4361 message at signup 2022-02-15 01:37:19 +00:00
silverpill
f876b509ba Use EIP-4361 login method 2022-02-14 23:57:46 +00:00
silverpill
968ebe07b2 Insert mentions automatically into reply content 2022-02-13 22:32:54 +00:00
silverpill
001a578eb9 Set visibility to "direct" when replying to non-public post 2022-02-13 18:22:26 +00:00
silverpill
246ecd2e5b Update ethers package 2022-02-11 22:46:39 +00:00
silverpill
8213306f9b Use post character limit setting received from server 2022-02-08 21:36:55 +00:00
silverpill
901d788d49 Refactor ethereum sign-in helpers 2022-02-08 10:53:49 +00:00
silverpill
2c9182d50c Hide "Mint NFT" menu item if IPFS integration is disabled 2022-02-07 17:14:35 +00:00
silverpill
254ac3d9a7 Convert wallet address to lowercase during login 2022-02-07 16:08:29 +00:00
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