Commit graph

352 commits

Author SHA1 Message Date
silverpill
9033cc99de Add "Export" section to settings page 2022-11-24 21:59:17 +00:00
silverpill
9d99d78084 Fix QR code not displaying 2022-11-19 22:12:29 +00:00
silverpill
0d5429f48f Make toolbar more compact on small screens 2022-11-16 22:25:59 +00:00
silverpill
cbdab80b65 Show post creation date in tooltip 2022-11-16 22:21:02 +00:00
silverpill
8206971633 Disable "Save" button on profile form after submitting 2022-11-16 20:21:04 +00:00
silverpill
f261839c59 Disable password login if registration is token-gated 2022-11-16 19:16:31 +00:00
silverpill
a9643a2425 Add settings page with change password form 2022-11-15 23:42:08 +00:00
silverpill
e60032a405 Revoke access token when logging out 2022-11-15 17:54:43 +00:00
silverpill
9d239d92b2 Add identity verification page 2022-11-10 16:22:27 +00:00
silverpill
989910a8f4 Switch to new identity proof API 2022-11-10 11:08:53 +00:00
silverpill
989945ec9e Add profile action that sends signed update 2022-11-02 18:30:32 +00:00
silverpill
e0137cd541 Don't display non-unique field error if field name is empty 2022-10-31 18:23:31 +00:00
silverpill
34c36bc6ec Add software versions to about page 2022-10-27 01:03:47 +00:00
silverpill
6e617c19d3 Support "move" notification type 2022-10-22 19:43:21 +00:00
silverpill
bbbce8f9f1 Fix font weight on about page 2022-10-19 20:48:11 +00:00
silverpill
c8a357ad1e Allow login form submission by pressing Enter
Moved buttons that don't have "submit" type out of <form> element.
2022-10-16 21:55:45 +00:00
silverpill
f55db679e7 Allow to create posts with multiple object links 2022-10-15 19:37:46 +00:00
silverpill
07326c3a8f Don't convert post content into html 2022-10-14 15:00:23 +00:00
silverpill
4ee4975172 Disallow markdown tables in post content 2022-10-12 23:00:23 +00:00
silverpill
9e72648d61 Improve post content styles 2022-10-12 23:00:03 +00:00
silverpill
df374b6a22 Set video width to 100% 2022-10-11 21:30:32 +00:00
silverpill
b364b167ad Show attachments in quoted posts 2022-10-11 21:00:08 +00:00
silverpill
c9edb92a7a Hide quote input field after publishing post 2022-10-11 20:17:16 +00:00
silverpill
023bdb2a5f Don't add target and rel attrs to links in post content 2022-10-09 13:08:48 +00:00
silverpill
f975167ea7 Use markdown block renderer for post content 2022-10-08 20:11:49 +00:00
silverpill
3cba9c7714 Disable secret quote button in reply form 2022-10-06 23:49:14 +00:00
silverpill
8c5df16d67 Remove linebreaks from rendered post content 2022-10-06 22:23:33 +00:00
silverpill
fa10cd95c0 Allow emphasis in post content 2022-10-06 21:29:51 +00:00
silverpill
a71192e535 Display line breaks inside paragraphs
This should improve rendering of Pleroma markdown posts.
2022-10-06 21:29:36 +00:00
silverpill
c893dedf36 Hide "Add quote" button 2022-10-05 20:06:49 +00:00
silverpill
e4082177dc Fix quote rendering error 2022-10-04 23:19:46 +00:00
silverpill
8d9dbad935 Show tag name at tag timeline page 2022-10-02 19:44:11 +00:00
silverpill
10d6fd3ebf Add display name to quote header 2022-10-02 16:34:40 +00:00
silverpill
b4c2ab260e Create post content component 2022-10-02 15:56:04 +00:00
silverpill
e836255215 Add quote editor and quote previews 2022-10-01 19:48:05 +00:00
silverpill
8310ae0ff8 Limit number of attachments in post editor 2022-09-28 21:51:24 +00:00
silverpill
403174fe60 Fix infinite loop in getPrecision() function 2022-09-28 21:40:28 +00:00
silverpill
0604e61561 Show actor address in action tooltip 2022-09-28 20:33:55 +00:00
silverpill
3e27e59fbb Make coin icon thinner 2022-09-27 23:28:05 +00:00
silverpill
f0dad3a71c Allow to attach multiple images to post 2022-09-26 10:58:02 +00:00
silverpill
a2744288a5 Add button for removing attachment from post form 2022-09-25 23:12:56 +00:00
silverpill
4469fb85e2 Hide QR code after receiving payment 2022-09-25 22:20:29 +00:00
silverpill
408677921b Disable "Publish" button while post is being published 2022-09-25 21:55:34 +00:00
silverpill
74173b4884 Suggest login with ethereum if wallet is present 2022-09-24 23:47:42 +00:00
silverpill
13d733e385 Increase list padding on about page 2022-09-20 19:48:02 +00:00
silverpill
44bbd73b65 Fix thread navigation 2022-09-20 19:44:59 +00:00
silverpill
75e381e694 Fix subscription settings loading bug 2022-09-19 18:37:14 +00:00
silverpill
10423fa5b3 Use external links in Post component when user is not authenticated 2022-09-19 18:04:04 +00:00
silverpill
d16981c2b5 Enable hashtag search 2022-09-19 15:58:01 +00:00
silverpill
48f9c1800a Add object link handlers to all matching <a> elements 2022-09-19 15:58:01 +00:00
silverpill
d74cb71438 Fix list rendering on "about" page 2022-09-19 15:58:01 +00:00
silverpill
66b1d4f799 Use same path for public and internal "about" pages 2022-09-19 15:57:56 +00:00
silverpill
b32d8d7538 Add QR code to payment page 2022-09-18 20:33:27 +00:00
silverpill
cf7c73c527 Preserve payment info if subscription page is reloaded 2022-09-18 18:14:54 +00:00
silverpill
b65ad1057c Refactor monero subscription component
Using computed properties and atomic units.
2022-09-18 18:12:13 +00:00
silverpill
c290fc1369 Redirect user to local tag timeline when he clicks on a hashtag 2022-09-16 21:45:24 +00:00
silverpill
a45a3ad3a9 Use calc() to perform division of SASS variables
/ is changing from a division operation to a list separator.
2022-09-16 21:45:24 +00:00
silverpill
36d3c5849c Add application-name meta header 2022-09-16 21:45:24 +00:00
silverpill
c91b8380a4 Show "Profile not found" text if profile does not exist 2022-09-16 21:45:23 +00:00
silverpill
58419379f0 Allow user to change subscription settings 2022-09-16 21:45:11 +00:00
silverpill
9e1765505e Add subscribers tab to profile page 2022-09-15 17:58:33 +00:00
silverpill
46613f8854 Switch between profile tabs without reloading page 2022-09-15 17:58:33 +00:00
silverpill
eae27e65f2 Add annotation for subscription page link 2022-09-15 17:58:29 +00:00
silverpill
3dfbe4813e Add link to subscriptions settings page to sidebar 2022-09-13 17:49:59 +00:00
silverpill
8799e30b9a Show subscriber count at profile page 2022-09-13 17:39:22 +00:00
silverpill
349e500494 Add loader to home timeline 2022-09-11 22:51:56 +00:00
silverpill
d84ff0256b Hide "Link ethereum address" from profile menu if wallet is disabled 2022-09-10 18:42:15 +00:00
silverpill
17e52b7b85 Show "Link" button on subscription settings page if ethereum address is not verified 2022-09-10 00:00:31 +00:00
silverpill
48336803fb Don't require ethereum address verification if instance connected to Monero blockchain 2022-09-09 10:37:42 +00:00
silverpill
8f24d65a0f Add payment page link to subscription settings page 2022-09-08 20:59:29 +00:00
silverpill
65cc9c706f Disable subscription payment form when sender is same as recipient 2022-09-08 18:59:12 +00:00
silverpill
2ebd2bad62 Improve profile search accuracy on subscription page 2022-09-08 18:34:46 +00:00
silverpill
376cd9e264 Fix error in getSubscriptionPageLocation function 2022-09-08 16:45:07 +00:00
silverpill
e6b0d51dfe Switch to /api/v1/subscriptions/options method 2022-09-08 10:08:00 +00:00
silverpill
86945aa057 Create payment page for Monero subscriptions 2022-09-07 19:45:08 +00:00
silverpill
ee142eefa9 Rename Subscription component to SubscriptionEthereum 2022-09-06 23:06:33 +00:00
silverpill
6c05372f24 Use payment options to determine subscription page location 2022-09-06 19:18:05 +00:00
silverpill
9840bb327b Rename utils/format module to utils/dates 2022-09-06 12:33:06 +00:00
silverpill
2e1820c7d1 Create subscription setup page for Monero subscriptions 2022-09-05 19:20:42 +00:00
silverpill
9a8c9c2a86 Hide ethereum subscription settings if subscription option is not present in user's profile 2022-09-05 15:37:04 +00:00
silverpill
2392167980 Move subscriptions settings to /subscriptions/settings path
And replace profile object with current user.
2022-09-03 21:41:30 +00:00
silverpill
ac15b55cca Use new Instance API 2022-08-31 22:08:40 +00:00
silverpill
29b2426f92 Make sender_address field of Subscription object nullable 2022-08-31 11:53:23 +00:00
silverpill
04ff50605f Darken expired subscriptions on subscription setup page 2022-08-30 19:17:56 +00:00
silverpill
2b3e578ee4 Switch to new Subscription API 2022-08-26 00:45:03 +00:00
silverpill
d77e98aa31 Handle clicks on quotes 2022-08-22 12:23:16 +00:00
silverpill
69871792cb Fix missing sender address on subscription page 2022-08-17 20:58:03 +00:00
silverpill
93fafa250d Use current wallet address for generating identity proofs 2022-08-17 20:26:20 +00:00
silverpill
b455645173 Stop using wallet_address property of User object 2022-08-17 20:26:20 +00:00
silverpill
4902f089e6 New login form 2022-08-17 20:26:15 +00:00
silverpill
78dfbfc396 Convert all remaining components into script-setup format 2022-08-13 22:56:59 +00:00
silverpill
5f2506c170 List subscribers on subscription setup page 2022-08-08 17:56:54 +00:00
silverpill
7002eea107 Rename Subscription type to SubscriptionConfig 2022-08-07 23:50:13 +00:00
silverpill
acf5116093 Add 'Show more profiles' button to follow list 2022-08-07 18:29:14 +00:00
silverpill
64d85c6baa Update sender profile after connecting wallet at subscription page 2022-08-04 20:52:22 +00:00
silverpill
370a08c6fc Place instance info block in the page header 2022-07-30 18:06:24 +00:00
silverpill
c8fecfe14f Create instance info component 2022-07-30 11:56:54 +00:00
silverpill
96625d9c94 Move page header to SidebarLayout component 2022-07-30 11:56:54 +00:00
silverpill
b0a5fac22a Create sidebar layout component 2022-07-30 11:56:54 +00:00
silverpill
4876b7b439 Convert internal views into script-setup format 2022-07-30 11:56:50 +00:00
silverpill
b1ae297378 Fix type errors and add typecheck to lint sequence 2022-07-29 13:03:42 +00:00
silverpill
d821f9d1f8 Convert App component into script-setup format 2022-07-29 13:02:57 +00:00
silverpill
2bcd8fc786 Fix tab bar on profile page 2022-07-29 11:04:28 +00:00
silverpill
2fcbb6ad50 Show donation button if currency code is in lowercase 2022-07-28 16:07:54 +00:00
silverpill
f788be7022 Fix state reset bug on subscription page 2022-07-26 19:36:02 +00:00
silverpill
31f328b0ce Show "Subscribe" button on profile page if subscriptions are enabled 2022-07-25 21:44:09 +00:00
silverpill
c28e812de9 Allow to like private posts 2022-07-20 21:53:05 +00:00
silverpill
ac4b8e275a Convert Post component into script-setup format 2022-07-20 21:46:22 +00:00
silverpill
2ac54a2ff9 Convert Profile page into script-setup format 2022-07-18 23:45:15 +00:00
silverpill
c81cd738a3 Convert Avatar and Sidebar components into script-setup format 2022-07-18 23:02:13 +00:00
silverpill
0ba41544be Add refresh button to token balance block 2022-07-18 21:41:39 +00:00
silverpill
db9afb4855 Wait for sender balance update when paying for subscription 2022-07-18 20:43:48 +00:00
silverpill
00562b0dcf Disable Pay and Cancel buttons during loading 2022-07-18 20:17:22 +00:00
silverpill
e1e4ae4333 Show subscription page only if profile is local 2022-07-16 16:00:54 +00:00
silverpill
cb35d88d77 Show subscription expiration notifications 2022-07-14 20:39:49 +00:00
silverpill
1845243586 Add tab bar to profile page 2022-07-07 20:37:41 +00:00
silverpill
406c78c5fa Ask confirmation before verifying wallet address 2022-07-06 23:06:53 +00:00
silverpill
8835669772 Improve subscription setup UI 2022-06-30 13:18:30 +00:00
silverpill
5c1cbe8405 Show token symbol on subscription setup page 2022-06-30 12:50:38 +00:00
silverpill
fbc4808a76 Disable minter or subscriptions if contract doesn't support these features 2022-06-30 00:49:56 +00:00
silverpill
f346315296 Allow to choose price when configuring subscription 2022-06-28 19:56:05 +00:00
silverpill
b856f23eb1 Round subscription price and payment amount 2022-06-26 11:33:23 +00:00
silverpill
01979e9fa8 Use blockchain info provided by server to add network to user's wallet 2022-06-22 22:37:17 +00:00
silverpill
8d140ff95f Switch ethereum network automatically when connecting wallet 2022-06-22 17:48:35 +00:00
silverpill
54946e5956 Add getSigner() method to wallet composable 2022-06-22 17:27:42 +00:00
silverpill
7f03aea2e3 Break long words in profile bio 2022-06-21 18:23:47 +00:00
silverpill
4f0ec427f5 Display blockquote elements in post content as greentext 2022-06-21 18:19:44 +00:00
silverpill
dd821a8760 Don't show subscription info until loading is finished 2022-06-14 23:33:18 +00:00
silverpill
9803775aa1 Use default text color for token balance 2022-06-14 23:23:05 +00:00
silverpill
8973d71173 Move wallet tips to separate page 2022-06-13 08:38:19 +00:00
silverpill
1e80036d04 Create generic component for static pages 2022-06-12 23:43:14 +00:00
silverpill
3ef8190907 Show token balance on subscription page 2022-06-12 17:15:07 +00:00
silverpill
9863e7866e Make fewer requests in getSubscriptionState() 2022-06-12 17:13:58 +00:00
silverpill
68d7351893 Define styles for disabled buttons 2022-06-12 17:13:58 +00:00
silverpill
76eafb8fa5 Show loader on subscription page 2022-06-12 17:13:58 +00:00
silverpill
920965cb3c Change button colors 2022-06-12 17:13:58 +00:00
silverpill
4110df590d Redesign subscription page 2022-06-12 17:13:58 +00:00
silverpill
b865eaff10 Fix empty subscription screen when wallet is already connected 2022-06-12 17:13:51 +00:00
silverpill
203fb357e6 Add ProfileWrapper class 2022-06-10 12:23:25 +00:00
silverpill
a0593b6a01 Refactor Subscription class 2022-06-10 12:23:25 +00:00
silverpill
c5cf53a1be Split subscription page into two components 2022-06-10 12:22:40 +00:00
silverpill
4d6ff7b386 Define SCSS variable for form field padding 2022-06-08 12:59:17 +00:00
silverpill
8af6af1f8f Show expiration date on subscription page 2022-06-08 12:58:30 +00:00
silverpill
79d275b5f2 Fix overflow in notification list 2022-06-07 20:50:22 +00:00
silverpill
a7d0560002 Create useWallet() composable and share wallet state 2022-06-07 00:12:45 +00:00
silverpill
6fa6044100 Show error message if wallet connection fails 2022-06-06 22:56:16 +00:00
silverpill
cef684c141 Update eslint configuration comments 2022-06-05 21:24:44 +00:00
silverpill
6a3c7bd15f Fix text alignment in post action element 2022-06-04 23:01:51 +00:00
silverpill
4103a62837 Add Helvetica to default font family 2022-06-04 18:52:20 +00:00
silverpill
53cd5285a6 Add wallet privacy tips 2022-06-04 18:34:02 +00:00