Commit graph

273 commits

Author SHA1 Message Date
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
6ab41c1873 Bump version 2022-10-11 21:30:32 +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
e3054904e9 Add blockquote, image and hr to markdown rendering test 2022-10-11 20:41:55 +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
2177fb4948 Add more tests for markdown renderer 2022-10-08 17:08:30 +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
9aec17880d Bump version 2022-10-05 20:17:29 +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
816c133479 Update vue-cli plugins 2022-10-02 10:54:14 +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
5ac3f65d84 Bump version 2022-09-26 15:39:58 +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
360d00ddb2 Update readme 2022-09-20 21:33:25 +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
158922fcbd Bump version 2022-09-19 18:37:14 +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
3a78b0070b Fix "Allocation failed - JavaScript heap out of memory" build error 2022-09-18 21:40:21 +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