Commit graph

77 commits

Author SHA1 Message Date
Rafael Caricio c6c39d2ee4
Mute/Unmute controls on profiles 2023-04-28 17:50:27 +02:00
Rafael Caricio a11944ac62
Support movie covers as avatars 2023-04-25 10:51:39 +02:00
silverpill 8e601b3180 Always use first blockchain from "blockchains" property of instance info object 2023-04-09 16:21:19 +00:00
silverpill cf23d9b8d3 Move modules from "store" directory to "composables" 2023-04-09 00:56:29 +00:00
silverpill 12df3fe955 Add "Aliases" page 2023-04-04 23:49:12 +00:00
silverpill a5562e7fa4 Define CSS variables for color theme 2023-03-30 10:15:38 +00:00
silverpill 441bd2d307 Define SCSS variables for all colors 2023-03-30 10:15:33 +00:00
silverpill 4215c11a70 Replace svg imports with static paths 2023-03-28 19:39:29 +00:00
silverpill e2c915a256 Add "Copy profile ID" item to profile menu if current user is admin 2023-03-19 19:43:27 +00:00
silverpill 36a8920367 Correct tab name 2023-03-14 15:45:42 +00:00
silverpill 8321999d2b Render custom emojis in display names 2023-03-05 14:57:45 +00:00
silverpill 7baf094e14 Add data-profile-id attribute to profile block on profile page 2023-02-27 23:37:12 +00:00
silverpill e888589105 Use /@username routes by default
https://codeberg.org/silverpill/mitra/issues/22
2023-02-27 23:30:43 +00:00
silverpill 2984d369a1 Show "Alias" badge on profile page if account has aliases 2023-02-27 00:17:30 +00:00
silverpill 4d27411752 Use /feeds/users/{username} path for user's Atom feed 2023-02-25 21:19:01 +00:00
silverpill 7f8de4e499 Hide subscription settings page if user doesn't have permission to manage subscriptions 2023-02-04 18:17:33 +00:00
silverpill e570a0c24e Hide profile stats if profile is remote 2022-12-29 19:32:44 +00:00
silverpill 2d262009e1 Simplify paddings in profile block 2022-12-29 18:07:19 +00:00
silverpill fa7c267f26 Add /@username routes for profile pages
https://codeberg.org/silverpill/mitra/issues/22
2022-12-28 22:43:53 +00:00
silverpill 0da1700a7a Fix pagination in profile timeline 2022-12-23 13:55:22 +00:00
silverpill 0156213889 Don't display more than 10 metadata fields on profile page 2022-12-14 18:38:00 +00:00
silverpill c51d453ea4 Show lock icon on follow button if the user manually approves followers 2022-12-14 16:31:51 +00:00
silverpill 872faae015 Add "Move followers" page 2022-11-27 13:51:58 +00:00
silverpill a9643a2425 Add settings page with change password form 2022-11-15 23:42:08 +00:00
silverpill 9d239d92b2 Add identity verification page 2022-11-10 16:22:27 +00:00
silverpill 989945ec9e Add profile action that sends signed update 2022-11-02 18:30:32 +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 c91b8380a4 Show "Profile not found" text if profile does not exist 2022-09-16 21:45:23 +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 8799e30b9a Show subscriber count at profile page 2022-09-13 17:39:22 +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 6c05372f24 Use payment options to determine subscription page location 2022-09-06 19:18:05 +00:00
silverpill 2e1820c7d1 Create subscription setup page for Monero subscriptions 2022-09-05 19:20:42 +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 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 5f2506c170 List subscribers on subscription setup page 2022-08-08 17:56:54 +00:00
silverpill acf5116093 Add 'Show more profiles' button to follow list 2022-08-07 18:29:14 +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 2bcd8fc786 Fix tab bar on profile page 2022-07-29 11:04:28 +00:00
silverpill 31f328b0ce Show "Subscribe" button on profile page if subscriptions are enabled 2022-07-25 21:44:09 +00:00
silverpill 2ac54a2ff9 Convert Profile page into script-setup format 2022-07-18 23:45:15 +00:00
silverpill e1e4ae4333 Show subscription page only if profile is local 2022-07-16 16:00:54 +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